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

Continuous Ingest test should explain how to use pre-splits for ci table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Not A Problem
    • 1.5.1, 1.6.0
    • None
    • docs, test

    Description

      The current docs for the continuous ingest test mention the utility for generating split points:

      Also, create the table "ci" before running. You can run `org.apache.accumulo.test.continuous.GenSplits` to generate splits points for a continuous ingest table.

      It should give instructions on actually using it, e.g. for the default range of 0 to Long.MAX_VALUE on a cluster with 4 nodes:

      [user@edge continuous]$ $ACCUMULO_HOME/bin/accumulo org.apache.accumulo.test.continuous.GenSplits 32 > ci.splits
      [user@edge continuous]$ $ACCUMULO_HOME/bin/accumulo shell -u root
      Password: ******
      
      Shell - Apache Accumulo Interactive Shell
      - 
      - version: 1.6.0-SNAPSHOT
      - instance name: bigtop
      - instance id: 6bf71f41-0480-4884-a8c7-744cc636849d
      - 
      - type 'help' for a list of available commands
      - 
      root@bigtop> addsplits -t ci --splits-file ci.splits
      root@bigtop> 
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            busbey Sean Busbey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: