You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/05/08 14:09:10 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #1140: Deprecate cumbersome CLI scan options

milleruntime commented on a change in pull request #1140: Deprecate cumbersome CLI scan options
URL: https://github.com/apache/accumulo/pull/1140#discussion_r282083687
 
 

 ##########
 File path: shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java
 ##########
 @@ -218,9 +218,15 @@ protected ScanInterpreter getInterpreter(final CommandLine cl, final String tabl
     Class<? extends ScanInterpreter> clazz = null;
     try {
       if (cl.hasOption(interpreterOpt.getOpt())) {
+        shellState.getReader().println(
+            "WARNING: Scan Interpreter option is deprecated and will be removed in 2.1.\n");
 
 Review comment:
   How about: "WARNING: Scan Interpreter option is deprecated and will be removed in a future version."

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services