You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2015/06/24 02:16:22 UTC

[2/6] drill git commit: differentiate titles

differentiate titles


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/837e4adb
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/837e4adb
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/837e4adb

Branch: refs/heads/gh-pages
Commit: 837e4adbc48ccff0a14562e268ff5cbfeb24686c
Parents: cc32985
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Mon Jun 22 18:25:03 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Mon Jun 22 18:25:03 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/837e4adb/_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 f23a9d9..95f6bdc 100644
--- a/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
+++ b/_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md
@@ -29,11 +29,11 @@ ${DRILL_LOG_DIR:-/var/log/drill} directory on Drill nodes.
 
 You need to configure the ZooKeeper PStore to use the Drill Web UI when running multiple Drillbits. 
 
-## Why Configure the ZooKeeper PStore
+### Why Configure the ZooKeeper PStore
 
 When you run multiple DrillBits, configure a specific location for ZooKeeper to offload the query profile data instead of accepting the default temporary location. All Drillbits in the cluster cannot access the temporary location. Consequently, when you do not configure a location on the distributed file system, queries sent to do some Drillbits do not appear in the Completed section of the Drill Web UI. Also, some Running links that you click to get information about the running queries are broken links.
 
-## Configuring the ZooKeeper PStore
+### How to Configure the ZooKeeper PStore
 
 To configure the ZooKeeper PStore, set the `sys.store.provider.zk.blobroot` property in the `drill.exec`
 block in `<drill_installation_directory>/conf/drill-override.conf` on each