pankaj72981 commented on code in PR #7829:
URL: https://github.com/apache/hbase/pull/7829#discussion_r2987909512
##########
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:
nit:
Can we modify it to "from the secured local cluster to a non-secured peer
cluster"
--
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]