You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Corey J. Nolet (JIRA)" <ji...@apache.org> on 2014/12/18 04:42:14 UTC

[jira] [Updated] (ACCUMULO-2664) Continuous Ingest test should explain how to use pre-splits for ci table

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

Corey J. Nolet updated ACCUMULO-2664:
-------------------------------------
    Fix Version/s:     (was: 1.6.2)
                   1.6.3

> 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
>             Fix For: 1.5.3, 1.7.0, 1.6.3
>
>
> 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
(v6.3.4#6332)