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

Jeffrey Manno resolved ACCUMULO-2664.
-------------------------------------
    Resolution: Not A Problem

With the creation of accumulo-testing, this process has become a lot simpler 
and the readme for that project explains how a user would go about adding the 
amount of splits they want for their table on creation. 

If further detail should be added, please feel free to open an issue or PR at 
https://github.com/apache/accumulo-testing.

> Continuous Ingest test should explain how to use pre-splits for ci table
> ------------------------------------------------------------------------
>
>                 Key: ACCUMULO-2664
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2664
>             Project: Accumulo
>          Issue Type: Bug
>          Components: docs, test
>    Affects Versions: 1.5.1, 1.6.0
>            Reporter: Sean Busbey
>            Priority: Minor
>              Labels: newbie
>
> The current docs for the continuous ingest test mention the utility for 
> generating split points:
> {quote}
> 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.
> {quote}
> 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:
> {noformat}
> [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> 
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to