You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2018/04/19 14:18:52 UTC

hive git commit: HIVE-19243 : Upgrade hadoop.version to 3.1.0 (Gour Saha via Sahil Takiar)

Repository: hive
Updated Branches:
  refs/heads/master 5ae174cb2 -> fb22f576d


HIVE-19243 : Upgrade hadoop.version to 3.1.0 (Gour Saha via Sahil Takiar)

Signed-off-by: Ashutosh Chauhan <ha...@apache.org>


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

Branch: refs/heads/master
Commit: fb22f576da7383f9cb1d24b66f4090d07b6bde07
Parents: 5ae174c
Author: Gour Saha <gs...@hortonworks.com>
Authored: Thu Apr 19 07:18:21 2018 -0700
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Thu Apr 19 07:18:21 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/fb22f576/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4fb83c9..21ce5cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
     <guava.version>19.0</guava.version>
     <groovy.version>2.4.11</groovy.version>
     <h2database.version>1.3.166</h2database.version>
-    <hadoop.version>3.0.0</hadoop.version>
+    <hadoop.version>3.1.0</hadoop.version>
     <hadoop.bin.path>${basedir}/${hive.path.to.root}/testutils/hadoop</hadoop.bin.path>
     <hamcrest.version>1.3</hamcrest.version>
     <hbase.version>2.0.0-alpha4</hbase.version>