From 149001c7f29348b36e0e0a207223049b7aa356a1 Mon Sep 17 00:00:00 2001 From: chenheng Date: Tue, 21 Jun 2016 15:12:28 +0800 Subject: [PATCH] HBASE-16076 Cannot configure split policy in HBase shell --- src/main/asciidoc/_chapters/architecture.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc index 9f59cd5..7af7230 100644 --- a/src/main/asciidoc/_chapters/architecture.adoc +++ b/src/main/asciidoc/_chapters/architecture.adoc @@ -1411,7 +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'}}, +hbase> create 'test', {METHOD => 'table_att', CONFIGURATION => {'SPLIT_POLICY' => 'org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy'}}, {NAME => 'cf1'} ---- -- 1.9.3 (Apple Git-50)