Manno15 commented on a change in pull request #1475: fixes #1474: Option to 
leave cloned tables offline
URL: https://github.com/apache/accumulo/pull/1475#discussion_r367042842
 
 

 ##########
 File path: 
shell/src/main/java/org/apache/accumulo/shell/commands/CloneTableCommand.java
 ##########
 @@ -99,6 +105,8 @@ public Options getOptions() {
     noFlushOption =
         new Option("nf", "noFlush", false, "do not flush table data in memory 
before cloning.");
     o.addOption(noFlushOption);
+    keepOfflineOption =
+        new Option("o", "offline", false, "do not bring the table online after 
cloning.");
 
 Review comment:
   keepOfflineOption wasn't added to 'o' so it won't show up on the shell 
command line as an option.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to