DRILL-5906: java.lang.NullPointerException while quering Hive ORC tables on MapR cluster
- Upgrade drill to 1.2.0-mapr-1707 hive.version. closes #1010 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/a4712c24 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/a4712c24 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/a4712c24 Branch: refs/heads/master Commit: a4712c24101e7131a1161a5e79a619326e330890 Parents: fd58e29 Author: Vitalii Diravka <[email protected]> Authored: Wed Oct 25 17:59:09 2017 +0000 Committer: Paul Rogers <[email protected]> Committed: Mon Oct 30 13:23:36 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/a4712c24/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 71dc99b..31f0f69 100644 --- a/pom.xml +++ b/pom.xml @@ -1774,7 +1774,7 @@ <properties> <alt-hadoop>mapr</alt-hadoop> <rat.excludeSubprojects>true</rat.excludeSubprojects> - <hive.version>1.2.0-mapr-1608</hive.version> + <hive.version>1.2.0-mapr-1707</hive.version> <hbase.version>1.1.1-mapr-1602-m7-5.2.0</hbase.version> <hadoop.version>2.7.0-mapr-1607</hadoop.version> </properties>
