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 85E2A200C1F for ; Sat, 18 Feb 2017 23:27:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 84769160B66; Sat, 18 Feb 2017 22:27:48 +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 CBF80160B55 for ; Sat, 18 Feb 2017 23:27:47 +0100 (CET) Received: (qmail 94435 invoked by uid 500); 18 Feb 2017 22:27:46 -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 94423 invoked by uid 99); 18 Feb 2017 22:27:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2017 22:27:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 830401A01BD for ; Sat, 18 Feb 2017 22:27:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NAH3rHQHW-HR for ; Sat, 18 Feb 2017 22:27:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2EC555F4EE for ; Sat, 18 Feb 2017 22:27:45 +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 52844E0046 for ; Sat, 18 Feb 2017 22:27:44 +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 109942411B for ; Sat, 18 Feb 2017 22:27:44 +0000 (UTC) Date: Sat, 18 Feb 2017 22:27:44 +0000 (UTC) From: "Jan Hentschel (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13882) Fix RegionSplitPolicy section in HBase book MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 18 Feb 2017 22:27:48 -0000 [ https://issues.apache.org/jira/browse/HBASE-13882?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Hentschel updated HBASE-13882: ---------------------------------- Status: Patch Available (was: In Progress) > Fix RegionSplitPolicy section in HBase book=20 > -------------------------------------------- > > Key: HBASE-13882 > URL: https://issues.apache.org/jira/browse/HBASE-13882 > Project: HBase > Issue Type: Bug > Components: documentation > Reporter: Vladimir Rodionov > Assignee: Jan Hentschel > Priority: Trivial > Attachments: HBASE-13882.master.001.patch > > > 65.4.1. Custom Split Policies > The section starts with the following statement: > {quote} > ou can override the default split policy using a custom RegionSplitPolicy= (HBase 0.94+). Typically a custom split policy should extend HBase=E2=80=99= s default split policy: IncreasingToUpperBoundRegionSplitPolicy. > {quote} > There is typo above as well. > Then if we scroll down a little bit: > {quote} > The default split policy can be overwritten using a custom RegionSplitPol= icy(HBase 0.94+). Typically a custom split policy should extend HBase=E2=80= =99s default split policy: ConstantSizeRegionSplitPolicy. > {quote} > The link: > http://hbase.apache.org/book.html#_custom_split_policies -- This message was sent by Atlassian JIRA (v6.3.15#6346)