srinireddy2020 commented on code in PR #7829:
URL: https://github.com/apache/hbase/pull/7829#discussion_r2989433999
##########
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/CopyTable.java:
##########
@@ -251,6 +251,38 @@ private static void printUsage(final String errorMsg) {
System.err.println(" To copy data from 'sourceTableSnapshot' and bulk load
to 'destTable': ");
System.err.println(" $ hbase org.apache.hadoop.hbase.mapreduce.CopyTable "
+ "--new.name=destTable --snapshot --bulkload sourceTableSnapshot");
+ System.err.println();
+ System.err.println(
+ " To copy the data of 'TestTable' from the secured local cluster to an
insecure peer cluster"
+ + " (cluster-b)");
Review Comment:
Addressed your comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]