Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-249

Create org.apache.accumulo.server.util.Flush program to simplify examples.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • None
    • scripts
    • None

    Description

      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?

      Attachments

        Activity

          People

            ecn Eric C. Newton
            medined David Medinets
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: