You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by vi...@apache.org on 2018/06/05 19:39:39 UTC

hive git commit: HIVE-19758 : Set hadoop.version=3.1.0 in standalone-metastore (Andrew Sherman reviewed by Vihang Karajgaonkar)

Repository: hive
Updated Branches:
  refs/heads/master 98982e619 -> afc5fa49a


HIVE-19758 : Set hadoop.version=3.1.0 in standalone-metastore (Andrew Sherman reviewed by Vihang Karajgaonkar)


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

Branch: refs/heads/master
Commit: afc5fa49a770fd355e705377748f43a23c05f1d1
Parents: 98982e6
Author: Andrew Sherman <as...@cloudera.com>
Authored: Tue Jun 5 11:47:11 2018 -0700
Committer: Vihang Karajgaonkar <vi...@cloudera.com>
Committed: Tue Jun 5 11:47:16 2018 -0700

----------------------------------------------------------------------
 standalone-metastore/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/afc5fa49/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 526a2cc..b2ee40c 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -72,7 +72,7 @@
     <dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.2</dropwizard-metrics-hadoop-metrics2-reporter.version>
     <dropwizard.version>3.1.0</dropwizard.version>
     <guava.version>19.0</guava.version>
-    <hadoop.version>3.0.0-beta1</hadoop.version>
+    <hadoop.version>3.1.0</hadoop.version>
     <hikaricp.version>2.6.1</hikaricp.version>
     <jackson.version>2.9.4</jackson.version>
     <javolution.version>5.5.1</javolution.version>