[
https://issues.apache.org/jira/browse/ACCUMULO-4007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14901129#comment-14901129
]
Eric Newton commented on ACCUMULO-4007:
---------------------------------------
I don't plan on working on it any time soon, so there is no fixVersion.
> 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
> Affects Versions: 1.5.3, 1.5.4, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.7.0
> Reporter: Eric Newton
> Labels: newbie
>
> 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)