-filter option unrecognized in README.filter example. -----------------------------------------------------
Key: ACCUMULO-276 URL: https://issues.apache.org/jira/browse/ACCUMULO-276 Project: Accumulo Issue Type: Improvement Components: docs Reporter: David Medinets Assignee: Adam Fuchs Priority: Minor In README.filter, you first start a shell, then create a table and set an iterator. However, following the example results in an unrecognized option: {noformat} > createtable filtertest filtertest> setiter -t filtertest -scan -p 10 -n myfilter -filter 05 18:21:34,168 [shell.Shell] ERROR: org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -filter usage: setiter [-?] -ageoff | -agg | -class <name> | -regex | -reqvis | -vers [-majc] [-minc] [-n <itername>] -p <pri> [-scan] [-t <table>] description: sets a table-specific iterator -?,--help display this help -ageoff,--ageoff an aging off type -agg,--aggregator an aggregating type -class,--class-name <name> a java class type -majc,--major-compaction applied at major compaction -minc,--minor-compaction applied at minor compaction -n,--name <itername> iterator to set -p,--priority <pri> the order in which the iterator is applied -regex,--regular-expression a regex matching type -reqvis,--require-visibility a type that omits entries with empty visibilities -scan,--scan-time applied at scan time -t,--table <table> tableName -vers,--version a versioning type {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira