You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2018/05/22 20:37:46 UTC

hive git commit: HIVE-19641: sync up hadoop version used by storage-api with hive (Prasanth Jayachandran reviewed by Vineeth Garg)

Repository: hive
Updated Branches:
  refs/heads/master 85475ae89 -> d9175b1c5


HIVE-19641: sync up hadoop version used by storage-api with hive (Prasanth Jayachandran reviewed by Vineeth Garg)


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

Branch: refs/heads/master
Commit: d9175b1c5c4301e9eaec0b2c8fdae18fb5989949
Parents: 85475ae
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Tue May 22 13:37:34 2018 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Tue May 22 13:37:34 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/d9175b1c/storage-api/pom.xml
----------------------------------------------------------------------
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 9a03bb3..06c10d0 100644
--- a/storage-api/pom.xml
+++ b/storage-api/pom.xml
@@ -33,7 +33,7 @@
     <commons-lang.version>2.6</commons-lang.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     <guava.version>19.0</guava.version>
-    <hadoop.version>3.0.0-beta1</hadoop.version>
+    <hadoop.version>3.1.0</hadoop.version>
     <junit.version>4.11</junit.version>
     <slf4j.version>1.7.10</slf4j.version>
     <maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version>