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/01/10 04:39:25 UTC

hive git commit: HIVE-18414 : upgrade to tez-0.9.1 (Daniel Voros via Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master e29aea6fa -> 30bc6cf8b


HIVE-18414 : upgrade to tez-0.9.1 (Daniel Voros via Ashutosh Chauhan)

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/30bc6cf8
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/30bc6cf8
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/30bc6cf8

Branch: refs/heads/master
Commit: 30bc6cf8bec08c139b920a63a78d03a7fcc30809
Parents: e29aea6
Author: Daniel Voros <da...@gmail.com>
Authored: Tue Jan 9 20:38:43 2018 -0800
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Tue Jan 9 20:38:43 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/hive/blob/30bc6cf8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d87b872..cf5ad5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
     <slf4j.version>1.7.10</slf4j.version>
     <ST4.version>4.0.4</ST4.version>
     <storage-api.version>3.0.0-SNAPSHOT</storage-api.version>
-    <tez.version>0.9.1-SNAPSHOT</tez.version>
+    <tez.version>0.9.1</tez.version>
     <slider.version>0.92.0-incubating</slider.version>
     <super-csv.version>2.2.0</super-csv.version>
     <spark.version>2.2.0</spark.version>