Repository: drill
Updated Branches:
  refs/heads/gh-pages f511ae086 -> 00201f619


dox edits


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

Branch: refs/heads/gh-pages
Commit: 00201f6195f4cd02d092cc82d19161c821adb04f
Parents: f511ae0
Author: Bridget Bevens <bbev...@maprtech.com>
Authored: Mon Apr 16 16:02:12 2018 -0700
Committer: Bridget Bevens <bbev...@maprtech.com>
Committed: Mon Apr 16 16:02:12 2018 -0700

----------------------------------------------------------------------
 .../plugins/070-hive-storage-plugin.md                    | 10 +++++-----
 _docs/rn/001-1.13.0-rn.md                                 |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/00201f61/_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 6fc5fac..11c01ff 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,16 +1,16 @@
 ---
 title: "Hive Storage Plugin"
-date: 2016-01-08
+date: 2018-04-16 23:02:13 UTC
 parent: "Connect a Data Source"
 ---
-Drill 1.1 and later supports Hive 1.0. To access Hive tables
-using custom SerDes or InputFormat/OutputFormat, all nodes running Drillbits
-must have the SerDes or InputFormat/OutputFormat `JAR` files in the 
+Prior to Drill 1.13, Drill supported Hive 1.0. Drill 1.13 and later includes 
version 2.3.2 of the Hive client, which adds support for queries on 
transactional (ACID) and non-transactional Hive bucketed ORC tables. The 
updated Hive libraries are backward compatible with earlier versions of the 
Hive server and metastore.   
+
+To access Hive tables using custom SerDes or InputFormat/OutputFormat, all 
nodes running Drillbits must have the SerDes or InputFormat/OutputFormat `JAR` 
files in the 
 `<drill_installation_directory>/jars/3rdparty` folder.
 
 You can run Hive queries in the following ways by configuring the Hive storage 
plugin as described in this document:
 
-* [Connect Drill to the Hive remote 
metastore]({{site.baseurl}}/docs/hive-storage-plugin/#connect-drill-to-the-hive-remote-metastore-directly)
  
+* [Connect Drill to the Hive remote 
metastore]({{site.baseurl}}/docs/hive-storage-plugin/#connect-drill-to-the-hive-remote-metastore)
  
 * [Connect to the Hive embedded 
metastore]({{site.baseurl}}/docs/hive-storage-plugin/#connect-to-the-hive-embedded-metastore)
  
 
 You update the Hive storage plugin by selecting the **Storage tab** on the 
[Drill Web Console]({{ site.baseurl 
}}/docs/plugin-configuration-basics/#using-the-drill-web-console). From the 
list of disabled storage plugins in the Drill Web Console, click **Update** 
next to `hive`.  The default Hive storage plugin configuration appears as 
follows:

http://git-wip-us.apache.org/repos/asf/drill/blob/00201f61/_docs/rn/001-1.13.0-rn.md
----------------------------------------------------------------------
diff --git a/_docs/rn/001-1.13.0-rn.md b/_docs/rn/001-1.13.0-rn.md
index 71638f7..a2e1ab2 100644
--- a/_docs/rn/001-1.13.0-rn.md
+++ b/_docs/rn/001-1.13.0-rn.md
@@ -19,7 +19,7 @@ This release of Drill provides the following new features and 
improvements:
 - Ability to run [Drill under YARN]({{site.baseurl}}/docs/drill-on-yarn/). 
([DRILL-1170](https://issues.apache.org/jira/browse/DRILL-1170))   
 - Parquet filter pushdown support for IS [NOT] NULL, TRUE, and FALSE operators 
and implicit and explicit casts for timestamp, date, and time data types. 
([DRILL-6174](https://issues.apache.org/jira/browse/DRILL-6174))  
 - Performance improvements with support for project push down, filter push 
down, and partition pruning on dynamically expanded columns when represented as 
a star in the ITEM operator. 
([DRILL-6118](https://issues.apache.org/jira/browse/DRILL-6118))  
-- Updated Hive libraries and the Drill Hive client updated to 2.3.2 with 
support for querying Hive transactional ORC bucketed tables. 
([DRILL-5978](https://issues.apache.org/jira/browse/DRILL-5978))
+- The Hive client for Drill is updated to version 2.3.2. With the update, 
Drill supports queries on transactional (ACID) and non-transactional Hive 
bucketed ORC tables. The updated libraries are backward compatible with earlier 
versions of the Hive server and metastore. 
([DRILL-5978](https://issues.apache.org/jira/browse/DRILL-5978))
 - Ability to automatically manage memory allocations during Drill startup. 
([DRILL-5741](https://issues.apache.org/jira/browse/DRILL-5741))  
 - Ability to query an empty directory and use it for queries with any JOIN and 
UNION (UNION ALL) operators. 
([Drill-4185](https://issues.apache.org/jira/browse/DRILL-4185))  
 - Non-numeric support for JSON processing. 
([Drill-5919](https://issues.apache.org/jira/browse/DRILL-5919))  

Reply via email to