Eric Newton created ACCUMULO-4007:
-------------------------------------

             Summary: Shell "grep" command takes "-pn" option, but it doesn't 
work
                 Key: ACCUMULO-4007
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4007
             Project: Accumulo
          Issue Type: Bug
          Components: shell
            Reporter: Eric Newton


I created an iterator to count key values, and it works for scan, but not when 
using the grep or egrep command.

{noformat}
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
{noformat}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to