[ https://issues.apache.org/jira/browse/ACCUMULO-4007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Owens resolved ACCUMULO-4007. ---------------------------------- Resolution: Duplicate See https://github.com/apache/accumulo/issues/1129 > 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 > Priority: Major > 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 (v7.6.3#76005)