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

git commit: BIGTOP-1430. incorrect version of spark-core prevents test artifacts from compiling

Repository: bigtop
Updated Branches:
  refs/heads/master 073304a3b -> e89889c6a


BIGTOP-1430. incorrect version of spark-core prevents test artifacts from compiling


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

Branch: refs/heads/master
Commit: e89889c6ae508977a75dc5c4da7a4ea65b817289
Parents: 073304a
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Fri Sep 5 21:52:57 2014 -0700
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Fri Sep 5 21:52:57 2014 -0700

----------------------------------------------------------------------
 bigtop-tests/test-artifacts/fatjar/pom.xml | 24 ++++++++++++++++++++++++
 bigtop-tests/test-artifacts/pom.xml        |  2 +-
 bigtop-tests/test-artifacts/spark/pom.xml  |  2 +-
 pom.xml                                    |  2 +-
 4 files changed, 27 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/e89889c6/bigtop-tests/test-artifacts/fatjar/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml b/bigtop-tests/test-artifacts/fatjar/pom.xml
index fa8a86b..aaca959 100644
--- a/bigtop-tests/test-artifacts/fatjar/pom.xml
+++ b/bigtop-tests/test-artifacts/fatjar/pom.xml
@@ -97,6 +97,30 @@
       <version>${project.version}</version>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>org.apache.bigtop.itest</groupId>
+      <artifactId>io-longevity</artifactId>
+      <version>${project.version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.bigtop.itest</groupId>
+      <artifactId>hcatalog-smoke</artifactId>
+      <version>${project.version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.bigtop.itest</groupId>
+      <artifactId>spark-smoke</artifactId>
+      <version>${project.version}</version>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.bigtop.itest</groupId>
+      <artifactId>phoenix-smoke</artifactId>
+      <version>${project.version}</version>
+      <optional>true</optional>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.bigtop.itest</groupId>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/e89889c6/bigtop-tests/test-artifacts/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml
index e20e3fd..cfbd439 100644
--- a/bigtop-tests/test-artifacts/pom.xml
+++ b/bigtop-tests/test-artifacts/pom.xml
@@ -47,11 +47,11 @@
     <module>solr</module>
     <module>crunch</module>
     <module>datafu</module>
-    <module>fatjar</module>
     <module>longevity</module>
     <module>hcatalog</module>
     <module>spark</module>
     <module>phoenix</module>
+    <module>fatjar</module>
   </modules>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/e89889c6/bigtop-tests/test-artifacts/spark/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml
index 3025f3e..b077786 100644
--- a/bigtop-tests/test-artifacts/spark/pom.xml
+++ b/bigtop-tests/test-artifacts/spark/pom.xml
@@ -49,7 +49,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.spark</groupId>
-      <artifactId>spark-core_2.9.3</artifactId>
+      <artifactId>spark-core_2.10</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/e89889c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9cf2cf8..2f21c6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,7 +240,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>