You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/09/04 03:38:31 UTC

hive git commit: HIVE-11729 : LLAP: update to use Tez 0.8 (Sergey Sheluhkin)

Repository: hive
Updated Branches:
  refs/heads/llap 2a8129681 -> 0a2036980


HIVE-11729 : LLAP: update to use Tez 0.8 (Sergey Sheluhkin)


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

Branch: refs/heads/llap
Commit: 0a2036980702cbc75ae31f64bdf7c823c36d0dac
Parents: 2a81296
Author: Sergey Shelukhin <se...@apache.org>
Authored: Thu Sep 3 18:38:21 2015 -0700
Committer: Sergey Shelukhin <se...@apache.org>
Committed: Thu Sep 3 18:38:21 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/0a203698/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4fc0dc9..cd57a0e 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.1-SNAPSHOT</tez.version>
+    <tez.version>0.8.0-alpha</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>