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 2015/08/28 03:32:37 UTC

hive git commit: HIVE-11674: LLAP: Update tez version to fix build

Repository: hive
Updated Branches:
  refs/heads/llap f852eb457 -> 387fed279


HIVE-11674: LLAP: Update tez version to fix build


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

Branch: refs/heads/llap
Commit: 387fed279e3dc707c9e961baf7cb44291b8adc69
Parents: f852eb4
Author: Prasanth Jayachandran <j....@gmail.com>
Authored: Thu Aug 27 20:32:25 2015 -0500
Committer: Prasanth Jayachandran <j....@gmail.com>
Committed: Thu Aug 27 20:32:25 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/hive/blob/387fed27/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 83fdd2f..4fc0dc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
     <stax.version>1.0.1</stax.version>
     <slf4j.version>1.7.5</slf4j.version>
     <ST4.version>4.0.4</ST4.version>
-    <tez.version>0.8.0-SNAPSHOT</tez.version>
+    <tez.version>0.8.1-SNAPSHOT</tez.version>
     <super-csv.version>2.2.0</super-csv.version>
     <spark.version>1.4.0</spark.version>
     <scala.binary.version>2.10</scala.binary.version>