You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/01 20:08:19 UTC

[23/50] [abbrv] drill git commit: format example again

format example again


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

Branch: refs/heads/gh-pages
Commit: 26aa96b1703e25242ccc62da76069f1c15a8dd24
Parents: a65a9f4
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Thu Apr 30 08:18:33 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Thu Apr 30 08:18:33 2015 -0700

----------------------------------------------------------------------
 .../060-hbase-storage-plugin.md                 | 22 ++++++++++----------
 1 file changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/26aa96b1/_docs/connect-a-data-source/060-hbase-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/060-hbase-storage-plugin.md b/_docs/connect-a-data-source/060-hbase-storage-plugin.md
index acc12c1..693e487 100644
--- a/_docs/connect-a-data-source/060-hbase-storage-plugin.md
+++ b/_docs/connect-a-data-source/060-hbase-storage-plugin.md
@@ -16,17 +16,17 @@ To register HBase with Drill, complete the following steps:
   3. In the Configuration window, specify the Zookeeper quorum and port. 
   
 
-     **Example**
-     
-          {
-            "type": "hbase",
-            "config": {
-              "hbase.zookeeper.quorum": "10.10.100.62,10.10.10.52,10.10.10.53",
-              "hbase.zookeeper.property.clientPort": "2181"
-            },
-            "size.calculator.enabled": false,
-            "enabled": true
-          }
+     **Example**  
+
+            {
+              "type": "hbase",
+              "config": {
+                "hbase.zookeeper.quorum": "10.10.100.62,10.10.10.52,10.10.10.53",
+                "hbase.zookeeper.property.clientPort": "2181"
+              },
+              "size.calculator.enabled": false,
+              "enabled": true
+            }
 
   4. Click **Enable**.