Repository: drill-site Updated Branches: refs/heads/asf-site 609dc4938 -> 940a0654f
Website update Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/940a0654 Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/940a0654 Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/940a0654 Branch: refs/heads/asf-site Commit: 940a0654f50607ea5d953cf83cc5663c9615babc Parents: 609dc49 Author: Kris Hahn <[email protected]> Authored: Thu Jan 7 12:17:34 2016 -0800 Committer: Kris Hahn <[email protected]> Committed: Thu Jan 7 12:17:34 2016 -0800 ---------------------------------------------------------------------- docs/apache-drill-1-4-0-release-notes/index.html | 2 +- docs/drill-introduction/index.html | 2 +- docs/hive-storage-plugin/index.html | 4 ++-- feed.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill-site/blob/940a0654/docs/apache-drill-1-4-0-release-notes/index.html ---------------------------------------------------------------------- diff --git a/docs/apache-drill-1-4-0-release-notes/index.html b/docs/apache-drill-1-4-0-release-notes/index.html index 3feb822..b9eedd9 100644 --- a/docs/apache-drill-1-4-0-release-notes/index.html +++ b/docs/apache-drill-1-4-0-release-notes/index.html @@ -1048,7 +1048,7 @@ <p>Today, we're happy to announce the availability of Drill 1.4.0, providing the following bug fixes and improvements. </p> -<p>Drill 1.4 fixes an error that occurred when using the HBaseStorageHandler in a Hive query (<a href="https://issues.apache.org/jira/browse/DRILL-3739">DRILL-3739</a>). To successfully use the HBaseStorageHandler in a Hive query, you need to configure the Hive storage plugin as described in the <a href="/docs/hive-storage-plugin/#connect-drill-to-the-hive-remote-metastore">Hive storage plugin documentation</a>.</p> +<p>Drill 1.4 fixes an error that occurred when querying a Hive table using the HBaseStorageHandler (<a href="https://issues.apache.org/jira/browse/DRILL-3739">DRILL-3739</a>). To successfully query a Hive table using the HBaseStorageHandler, you need to configure the Hive storage plugin as described in the <a href="/docs/hive-storage-plugin/#connect-drill-to-the-hive-remote-metastore">Hive storage plugin documentation</a>.</p> <h2> Sub-task </h2> http://git-wip-us.apache.org/repos/asf/drill-site/blob/940a0654/docs/drill-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/drill-introduction/index.html b/docs/drill-introduction/index.html index 7731d82..b6cc901 100644 --- a/docs/drill-introduction/index.html +++ b/docs/drill-introduction/index.html @@ -1062,7 +1062,7 @@ with existing Apache Hive and Apache HBase deployments. </p> <li>Better drillbit.log files that include query text</li> </ul> -<p>Drill 1.4 fixes an error that occurred when using the HBaseStorageHandler in a Hive query (<a href="https://issues.apache.org/jira/browse/DRILL-3739">DRILL-3739</a>). To successfully use the HBaseStorageHandler in a Hive query, you need to configure the Hive storage plugin as described in the <a href="/docs/hive-storage-plugin/#connect-drill-to-the-hive-remote-metastore">Hive storage plugin documentation</a>.</p> +<p>Drill 1.4 fixes an error that occurred when you query a Hive table using the HBaseStorageHandler (<a href="https://issues.apache.org/jira/browse/DRILL-3739">DRILL-3739</a>). To successfully query a Hive table using the HBaseStorageHandler, you need to configure the Hive storage plugin as described in the <a href="/docs/hive-storage-plugin/#connect-drill-to-the-hive-remote-metastore">Hive storage plugin documentation</a>.</p> <h2 id="what-39-s-new-in-apache-drill-1-3">What's New in Apache Drill 1.3</h2> http://git-wip-us.apache.org/repos/asf/drill-site/blob/940a0654/docs/hive-storage-plugin/index.html ---------------------------------------------------------------------- diff --git a/docs/hive-storage-plugin/index.html b/docs/hive-storage-plugin/index.html index 2f0e0d7..7a10108 100644 --- a/docs/hive-storage-plugin/index.html +++ b/docs/hive-storage-plugin/index.html @@ -1077,7 +1077,7 @@ metastore service communicates with the Hive database over JDBC. </p> <p>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 your Hive queries do not use 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. </p> +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. </p> <div class="admonition note"> <p class="first admonition-title">Note</p> @@ -1110,7 +1110,7 @@ in a Hive storage plugin configuration to configure a connection to Drill. At th } } </code></pre></div></li> -<li><p>If you do not use the HBaseStorageHandler in your queries, skip this step; otherwise, add the names of the ZooKeeper quorum hosts and the ZooKeeper port, for example 2181. </p> +<li><p>If you query a Hive table using the HBaseStorageHandler, skip this step; otherwise, add the names of the ZooKeeper quorum hosts and the ZooKeeper port, for example 2181. </p> <div class="highlight"><pre><code class="language-text" data-lang="text">{ "type": "hive", "enabled": false, http://git-wip-us.apache.org/repos/asf/drill-site/blob/940a0654/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 59013ba..b037641 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ </description> <link>/</link> <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Thu, 07 Jan 2016 11:18:59 -0800</pubDate> - <lastBuildDate>Thu, 07 Jan 2016 11:18:59 -0800</lastBuildDate> + <pubDate>Thu, 07 Jan 2016 12:10:58 -0800</pubDate> + <lastBuildDate>Thu, 07 Jan 2016 12:10:58 -0800</lastBuildDate> <generator>Jekyll v2.5.3</generator> <item>
