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 22:51:09 UTC

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

Repository: hive
Updated Branches:
  refs/heads/branch-3 362350a00 -> 9bdcafe7e


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

This reverts commit 362350a00343c7293b138f3d954a61c97268a4be.


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

Branch: refs/heads/branch-3
Commit: 9bdcafe7e1e5313ed8f4492a158eebf09faee39a
Parents: 362350a
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Tue May 22 15:50:49 2018 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Tue May 22 15:50:49 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/9bdcafe7/storage-api/pom.xml
----------------------------------------------------------------------
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 8895bd8..d768f3f 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.1.0</hadoop.version>
+    <hadoop.version>3.0.0-beta1</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>