You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Eric Newton (Updated) (JIRA)" <ji...@apache.org> on 2012/01/05 15:59:39 UTC

[jira] [Updated] (ACCUMULO-249) Create org.apache.accumulo.server.util.Flush program to simplify examples.

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

Eric Newton updated ACCUMULO-249:
---------------------------------

    Summary: Create org.apache.accumulo.server.util.Flush program to simplify examples.   (was: Use new "-w" option when flushing to simplify examples.)
    
> Create org.apache.accumulo.server.util.Flush program to simplify examples. 
> ---------------------------------------------------------------------------
>
>                 Key: ACCUMULO-249
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-249
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: scripts
>            Reporter: David Medinets
>            Assignee: Eric Newton
>            Priority: Trivial
>
> The README.bloom file has the following step:
> Below the table is flushed, look at the monitor page and wait for the flush to
> complete.  
>     $ ./bin/accumulo shell -u username -p password
>     username@instance> flush -t bloom_test
>     Flush of table bloom_test initiated...
>     username@instance> exit
> It would be nice to avoid the shell by using:
> bin/accumulo org.apache.accumulo.server.util.Flush -u username -p password -t bloom_test
> Of course, all flush options should be supported. If no table name was provided, could all tables be flushed? And can a comma-delimited list of table be handled?

--
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