Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A4626CC9 for ; Mon, 20 Jun 2011 18:09:10 +0000 (UTC) Received: (qmail 69271 invoked by uid 500); 20 Jun 2011 18:09:10 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 69219 invoked by uid 500); 20 Jun 2011 18:09:10 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 69113 invoked by uid 99); 20 Jun 2011 18:09:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 18:09:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2011 18:09:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 57F5842453A for ; Mon, 20 Jun 2011 18:08:47 +0000 (UTC) Date: Mon, 20 Jun 2011 18:08:47 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: <1556420069.21718.1308593327357.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <770889197.12338.1308252527392.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (HBASE-4000) You can't specify split points when you create a table in the shell MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans reassigned HBASE-4000: ----------------------------------------- Assignee: Joey Echeverria > You can't specify split points when you create a table in the shell > ------------------------------------------------------------------- > > Key: HBASE-4000 > URL: https://issues.apache.org/jira/browse/HBASE-4000 > Project: HBase > Issue Type: New Feature > Affects Versions: 0.90.3 > Reporter: Joey Echeverria > Assignee: Joey Echeverria > Fix For: 0.92.0 > > Attachments: HBASE-4000-1.patch > > > It would be nice to be able to specify split points when you create a table from the shell. This could be done by either passing split points in the shell: > {noformat} > hbase> create 't1', 'f1', {SPLITS => ['01', '02', '03', '04']} > {noformat} > or by passing a file with split points in it: > {noformat} > $ cat splits.txt > 01 > 02 > 03 > 04 > hbase> create 't1', 'f1', {SPLIT_FILE => 'splits.txt'} > {noformat} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira