You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Keith Turner (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/30 19:04:10 UTC

[jira] [Resolved] (ACCUMULO-341) Use -e shell command to make README.bloom simpler

     [ https://issues.apache.org/jira/browse/ACCUMULO-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner resolved ACCUMULO-341.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.0
    
> Use -e shell command to make README.bloom simpler
> -------------------------------------------------
>
>                 Key: ACCUMULO-341
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-341
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: docs
>            Reporter: David Medinets
>            Assignee: Keith Turner
>            Priority: Trivial
>             Fix For: 1.4.0
>
>
> The following lines
> {noformat}
>     $ ./accumulo shell -u username -p password
>     Shell - Accumulo Interactive Shell
>     - version: 1.4.x-incubating
>     - instance name: instance
>     - instance id: 00000000-0000-0000-0000-000000000000
>     - 
>     - type 'help' for a list of available commands
>     - 
>     username@instance> tables -l
> {noformat}
> can be replaced with one line:
> {noformat}
>     $ ./accumulo shell -u username -p password -e 'tables -l'
> {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