You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2014/11/17 06:06:54 UTC

svn commit: r1640066 - in /hive/branches/spark: ./ pom.xml

Author: brock
Date: Mon Nov 17 05:06:54 2014
New Revision: 1640066

URL: http://svn.apache.org/r1640066
Log:
Merge HIVE-8845: Switch to Tez 0.5.2

Modified:
    hive/branches/spark/   (props changed)
    hive/branches/spark/pom.xml

Propchange: hive/branches/spark/
------------------------------------------------------------------------------
  Merged /hive/trunk:r1639434

Modified: hive/branches/spark/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/spark/pom.xml?rev=1640066&r1=1640065&r2=1640066&view=diff
==============================================================================
--- hive/branches/spark/pom.xml (original)
+++ hive/branches/spark/pom.xml Mon Nov 17 05:06:54 2014
@@ -153,7 +153,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.5.2-SNAPSHOT</tez.version>
+    <tez.version>0.5.2</tez.version>
     <super-csv.version>2.2.0</super-csv.version>
     <spark.version>1.2.0-SNAPSHOT</spark.version>
     <scala.binary.version>2.10</scala.binary.version>