From 7e080609a3f47efe70a4ab4749ef5b98d4c48d0e Mon Sep 17 00:00:00 2001 From: chenheng Date: Wed, 22 Jun 2016 11:15:36 +0800 Subject: [PATCH] HBASE-16076 Cannot configure split policy in HBase shell --- src/main/asciidoc/_chapters/architecture.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc index 9f59cd5..c7895c1 100644 --- a/src/main/asciidoc/_chapters/architecture.adoc +++ b/src/main/asciidoc/_chapters/architecture.adoc @@ -1411,8 +1411,7 @@ admin.createTable(tableDesc); [source] .Configuring the Split Policy On a Table Using HBase Shell ---- -hbase> create 'test', {METHOD => 'table_att', CONFIG => {'SPLIT_POLICY' => 'org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy'}}, -{NAME => 'cf1'} +hbase> create 'test', {METADATA => {'SPLIT_POLICY' => 'org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy'}},{NAME => 'cf1'} ---- The default split policy can be overwritten using a custom -- 1.9.3 (Apple Git-50)