Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DECC9200AF6 for ; Sat, 28 May 2016 04:11:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DE8A6160A04; Sat, 28 May 2016 02:11:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2BBC3160A38 for ; Sat, 28 May 2016 04:11:14 +0200 (CEST) Received: (qmail 99542 invoked by uid 500); 28 May 2016 02:11:13 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 99520 invoked by uid 99); 28 May 2016 02:11:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 May 2016 02:11:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C7D532C1F56 for ; Sat, 28 May 2016 02:11:12 +0000 (UTC) Date: Sat, 28 May 2016 02:11:12 +0000 (UTC) From: "ronan stokes (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15907) Missing documentation of create table split options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 28 May 2016 02:11:15 -0000 ronan stokes created HBASE-15907: ------------------------------------ Summary: Missing documentation of create table split options Key: HBASE-15907 URL: https://issues.apache.org/jira/browse/HBASE-15907 Project: HBase Issue Type: Bug Components: documentation Reporter: ronan stokes Earlier versions of the online documentation seemed to have more material around the split options available in the HBase shell - but these seem to have been omitted in the process of various updates. Presplitting has minimal matches and only brings up references to presplitting from code. However there are a number of options relating to creation of splits in tables available in the HBase shell For example : - create table with set of split literals - create table specifying number of splits and a split algorithm - create table specifying a split file (not personally verified) -- This message was sent by Atlassian JIRA (v6.3.4#6332)