You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by xu...@apache.org on 2014/09/18 02:10:30 UTC

svn commit: r1625860 - /hive/branches/spark/pom.xml

Author: xuefu
Date: Thu Sep 18 00:10:30 2014
New Revision: 1625860

URL: http://svn.apache.org/r1625860
Log:
HIVE-8160: Upgrade Spark dependency to 1.2.0-SNAPSHOT [Spark Branch]

Modified:
    hive/branches/spark/pom.xml

Modified: hive/branches/spark/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/spark/pom.xml?rev=1625860&r1=1625859&r2=1625860&view=diff
==============================================================================
--- hive/branches/spark/pom.xml (original)
+++ hive/branches/spark/pom.xml Thu Sep 18 00:10:30 2014
@@ -152,7 +152,7 @@
     <ST4.version>4.0.4</ST4.version>
     <tez.version>0.5.0</tez.version>
     <super-csv.version>2.2.0</super-csv.version>
-    <spark.version>1.1.0-SNAPSHOT</spark.version>
+    <spark.version>1.2.0-SNAPSHOT</spark.version>
     <scala.binary.version>2.10</scala.binary.version>
     <scala.version>2.10.4</scala.version>
     <tempus-fugit.version>1.1</tempus-fugit.version>
@@ -211,7 +211,7 @@
      </repository>
      <repository>
        <id>spark-snapshot</id>
-       <url>http://ec2-50-18-79-139.us-west-1.compute.amazonaws.com/data/spark_2.10-1.1-SNAPSHOT/</url>
+       <url>http://ec2-50-18-79-139.us-west-1.compute.amazonaws.com/data/spark_2.10-1.2-SNAPSHOT/</url>
        <releases>
          <enabled>false</enabled>
        </releases>