DonResnik commented on a change in pull request #1135: Issue 1129 fix grep pn
option
URL: https://github.com/apache/accumulo/pull/1135#discussion_r280959854
##########
File path:
shell/src/main/java/org/apache/accumulo/shell/commands/GrepCommand.java
##########
@@ -71,10 +71,11 @@ public int execute(final String fullCommand, final
CommandLine cl, final Shell s
scanner.setTimeout(getTimeout(cl), TimeUnit.MILLISECONDS);
setupSampling(tableName, cl, shellState, scanner);
+ addScanIterators(shellState, cl, scanner, "");
Review comment:
Yes, egrep uses grep execute() method
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services