You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2016/01/08 18:32:16 UTC

drill git commit: Hive sp correction

Repository: drill
Updated Branches:
  refs/heads/gh-pages 44b8b0a94 -> 90294cb9e


Hive sp correction


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

Branch: refs/heads/gh-pages
Commit: 90294cb9eea19fe657cb07c40d9943d6bca94b59
Parents: 44b8b0a
Author: Kris Hahn <kr...@apache.org>
Authored: Fri Jan 8 09:29:47 2016 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Fri Jan 8 09:32:02 2016 -0800

----------------------------------------------------------------------
 _docs/connect-a-data-source/plugins/070-hive-storage-plugin.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/90294cb9/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md b/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md
index cd3bafa..0fab151 100644
--- a/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md
@@ -1,6 +1,6 @@
 ---
 title: "Hive Storage Plugin"
-date: 2016-01-07
+date: 2016-01-08
 parent: "Connect a Data Source"
 ---
 Drill 1.1 and later supports Hive 1.0. To access Hive tables
@@ -35,7 +35,7 @@ metastore service communicates with the Hive database over JDBC.
 
 Follow the steps in the next section to point Drill
 to the Hive metastore service address. Provide the connection parameters
-in a Hive storage plugin configuration to configure a connection to Drill. At this point, if you query a Hive table using the HBaseStorageHandler, you are finished configuring the Hive storage plugin; otherwise, you need to add ZooKeeper quorum and port properties.  The HBaseStorageHandler requires these properties. Drill discovers HBase services using these properties. If you use the HBase storage plugin, use the same ZooKeeper quorum and port properties in the Hive storage plugin and the HBase storage plugin, assuming you want the Hive query access the same HBase source. 
+in a Hive storage plugin configuration to configure a connection to Drill. At this point, if you do *not* query a Hive table using the HBaseStorageHandler, you are finished configuring the Hive storage plugin; otherwise, if you query a Hive table using the HBaseStorageHandler, you need to add ZooKeeper quorum and port properties.  The HBaseStorageHandler requires these properties. Drill discovers HBase services using these properties. If you use the HBase storage plugin, use the same ZooKeeper quorum and port properties in the Hive storage plugin and the HBase storage plugin, assuming you want the Hive query access the same HBase source. 
 
 {% include startnote.html %}Verify that the Hive metastore service is running before you register the Hive metastore.{% include endnote.html %}