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/02 15:53:43 UTC

[GitHub] [accumulo] keith-turner commented on a change in pull request #1135: Issue 1129 fix grep pn option

keith-turner commented on a change in pull request #1135: Issue 1129 fix grep pn option
URL: https://github.com/apache/accumulo/pull/1135#discussion_r280482847
 
 

 ##########
 File path: shell/src/main/java/org/apache/accumulo/shell/commands/GrepCommand.java
 ##########
 @@ -114,8 +144,11 @@ public Options getOptions() {
     final Options opts = super.getOptions();
     numThreadsOpt = new Option("nt", "num-threads", true, "number of threads to use");
     negateOpt = new Option("v", "negate", false, "only include rows without search term");
+    profileNameOpt = new Option("pn", "profile-name", true,
 
 Review comment:
   Not completely sure, but I think the earlier call to `super.getOptions();` may already add a profile 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:
users@infra.apache.org


With regards,
Apache Git Services