You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "David Medinets (Created) (JIRA)" <ji...@apache.org> on 2012/01/06 00:25:39 UTC

[jira] [Created] (ACCUMULO-276) -filter option unrecognized in README.filter example.

-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

        

[jira] [Resolved] (ACCUMULO-276) -filter option unrecognized in README.filter example.

Posted by "Billie Rinaldi (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACCUMULO-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved ACCUMULO-276.
-------------------------------------

    Resolution: Duplicate
      Assignee: Billie Rinaldi  (was: Adam Fuchs)

README.filter must be rewritten, as per ACCUMULO-275.
                
> -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: Billie Rinaldi
>            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