Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55B221193C for ; Sat, 12 Apr 2014 04:16:28 +0000 (UTC) Received: (qmail 27539 invoked by uid 500); 12 Apr 2014 04:16:24 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 27490 invoked by uid 500); 12 Apr 2014 04:16:19 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 27170 invoked by uid 99); 12 Apr 2014 04:16:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2014 04:16:16 +0000 Date: Sat, 12 Apr 2014 04:16:16 +0000 (UTC) From: "Sean Busbey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2664) Continuous Ingest test should explain how to use pre-splits for ci table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated ACCUMULO-2664: ---------------------------------- Description: 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} was: The current docs for the continuous ingest test mention the utility for generating split points: {noformat} 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. {noformat} It should give instructions on actually using it, e.g. for the default range of 0 to Long.MAX_VALUE: {noformat} [user@edge continuous]$ $ACCUMULO_HOME/bin/accumulo org.apache.accumulo.test.continuous.GenSplits > 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} > 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.2, 1.6.1, 1.7.0 > > > 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.2#6252)