You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by fe...@apache.org on 2014/02/04 19:15:43 UTC

git commit: MRQL-29: Support for Spark 0.9.0 (on behalf of Mark Hamstra)

Updated Branches:
  refs/heads/master 3bb04d69e -> b03385829


MRQL-29: Support for Spark 0.9.0 (on behalf of Mark Hamstra)


Project: http://git-wip-us.apache.org/repos/asf/incubator-mrql/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mrql/commit/b0338582
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mrql/tree/b0338582
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mrql/diff/b0338582

Branch: refs/heads/master
Commit: b03385829d1680d341670d67330acfd23781290e
Parents: 3bb04d6
Author: fegaras <fe...@cse.uta.edu>
Authored: Tue Feb 4 12:15:29 2014 -0600
Committer: fegaras <fe...@cse.uta.edu>
Committed: Tue Feb 4 12:15:29 2014 -0600

----------------------------------------------------------------------
 Spark/pom.xml | 2 +-
 pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/b0338582/Spark/pom.xml
----------------------------------------------------------------------
diff --git a/Spark/pom.xml b/Spark/pom.xml
index 06882a0..8a8efa4 100644
--- a/Spark/pom.xml
+++ b/Spark/pom.xml
@@ -45,7 +45,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>
-      <artifactId>spark-core_2.9.3</artifactId>
+      <artifactId>spark-core_2.10</artifactId>
       <version>${spark.version}</version>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mrql/blob/b0338582/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 00f25ac..f477dbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <hadoop.version>1.2.1</hadoop.version>
     <yarn.version>2.2.0</yarn.version>
     <hama.version>0.6.3</hama.version>
-    <spark.version>0.8.1-incubating</spark.version>
+    <spark.version>0.9.0-incubating</spark.version>
   </properties>
 
   <modules>