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 DFEEA200D23 for ; Thu, 19 Oct 2017 20:49:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DE7D01609EE; Thu, 19 Oct 2017 18:49:05 +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 31C201609D7 for ; Thu, 19 Oct 2017 20:49:05 +0200 (CEST) Received: (qmail 40729 invoked by uid 500); 19 Oct 2017 18:49:04 -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 40718 invoked by uid 99); 19 Oct 2017 18:49:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2017 18:49:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 961BC1807E6 for ; Thu, 19 Oct 2017 18:49:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id L7gH5w6wGpax for ; Thu, 19 Oct 2017 18:49:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 16EAD5FBE5 for ; Thu, 19 Oct 2017 18:49:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8E546E0B21 for ; Thu, 19 Oct 2017 18:49:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6DB96243A1 for ; Thu, 19 Oct 2017 18:49:00 +0000 (UTC) Date: Thu, 19 Oct 2017 18:49:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-19051) Add new split algorithm for num string MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 19 Oct 2017 18:49:06 -0000 [ https://issues.apache.org/jira/browse/HBASE-19051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211536#comment-16211536 ] Hadoop QA commented on HBASE-19051: ----------------------------------- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s{color} | {color:blue} Docker mode activated. {color} | | {color:red}-1{color} | {color:red} docker {color} | {color:red} 0m 19s{color} | {color:red} Docker failed to build yetus/hbase:4a7b430. {color} | \\ \\ || Subsystem || Report/Notes || | JIRA Issue | HBASE-19051 | | JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12893088/HBASE-19051.master.002.patch | | Console output | https://builds.apache.org/job/PreCommit-HBASE-Build/9229/console | | Powered by | Apache Yetus 0.4.0 http://yetus.apache.org | This message was automatically generated. > Add new split algorithm for num string > -------------------------------------- > > Key: HBASE-19051 > URL: https://issues.apache.org/jira/browse/HBASE-19051 > Project: HBase > Issue Type: Improvement > Reporter: Yun Zhao > Assignee: Yun Zhao > Priority: Minor > Attachments: HBASE-19051.master.001.patch, HBASE-19051.master.002.patch > > > We will use the reversed sequential number or phone number as the first part of rowkey, there is no split algorithm to create a pre-split table, only by specify the split points. > {code} > create 't1','f', SPLITS => ['1','2','3','4','5','6','7','8','9'] > {code} > Add new split algorithm DecStringSplit. > {code} > create 't2','f', { NUMREGIONS => 10 , SPLITALGO => 'DecStringSplit' } > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)