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/04/24 09:27:15 UTC

[GitHub] [accumulo] DonResnik opened a new issue #1129: Shell "grep" command takes "-pn" option, but it doesn't work

DonResnik opened a new issue #1129: Shell "grep" command takes "-pn" option, but it doesn't work
URL: https://github.com/apache/accumulo/issues/1129
 
 
   Brought over from Jira   - https://issues.apache.org/jira/browse/ACCUMULO-4007
   
   I created an iterator to count key values, and it works for scan, but not when using the grep or egrep command.
   shell> setshelliter -class MyCountingIterator -p 100 -pn count
   shell> scan -pn count
   row1 cf:cq [] 12345
   shell> grep row1 -pn count
   row1 cf:aa [] value
   row1 cf:ab [] value
   row1 cf:cq [] value

----------------------------------------------------------------
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