Skip to content

Commit

Permalink
GEOMESA-367 Upgrade spark version and remove spark-yarn from build
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyccri committed Sep 15, 2014
1 parent f5e5e48 commit fb5f677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
12 changes: 1 addition & 11 deletions geomesa-compute/pom.xml
Expand Up @@ -35,16 +35,6 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-yarn_2.10</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -102,4 +92,4 @@
</plugins>
</build>

</project>
</project>
9 changes: 2 additions & 7 deletions pom.xml
Expand Up @@ -544,12 +544,7 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-yarn_2.10</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -618,7 +613,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>scala-compile-first</id>
Expand Down

0 comments on commit fb5f677

Please sign in to comment.