fix of fix reported by Hao
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/bc3027b1 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/bc3027b1 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/bc3027b1 Branch: refs/heads/gh-pages Commit: bc3027b1d7f28a84b70f69061023eedf2ea64bca Parents: 4363f1f Author: Kristine Hahn <[email protected]> Authored: Thu Jun 25 14:26:15 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Thu Jun 25 14:26:15 2015 -0700 ---------------------------------------------------------------------- .../040-persistent-configuration-storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/bc3027b1/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md ---------------------------------------------------------------------- diff --git a/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md b/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md index 2c9d843..193d938 100644 --- a/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md +++ b/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md @@ -61,7 +61,7 @@ override.conf.` sys.store.provider: { class: "org.apache.drill.exec.store.hbase.config.HBasePStoreProvider", hbase: { - table : "drill_store" + table : "drill_store", config: { "hbase.zookeeper.quorum": "<ip_address>,<ip_address>,<ip_address >,<ip_address>", "hbase.zookeeper.property.clientPort": "2181" @@ -84,7 +84,7 @@ override.conf` on each Drill node and then restart the Drillbit service. sys.store.provider: { class: "org.apache.drill.exec.store.hbase.config.HBasePStoreProvider", hbase: { - table : "/tables/drill_store", + table : "/tables/drill_store" } },
