Skip to content

Commit

Permalink
Merge pull request #1346 from sgomezg/bugfix/fix-outputs-spark-0.8.0-RC2
Browse files Browse the repository at this point in the history
[Bugfix] Mongo and Elastic fix. SPARKTA-273
  • Loading branch information
Gschiavon committed Dec 29, 2015
2 parents 196433a + 9b6d8f6 commit 13fa751
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 37 deletions.
18 changes: 0 additions & 18 deletions plugins/output-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>output-elasticsearch</artifactId>

<profiles>
<profile>
<id>spark-1.4</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<elastic.spark.version>2.1.2</elastic.spark.version>
</properties>
</profile>
<profile>
<id>spark-1.5</id>
<properties>
<elastic.spark.version>2.2.0-beta1</elastic.spark.version>
</properties>
</profile>
</profiles>

<dependencies>
<dependency>
<groupId>org.elasticsearch</groupId>
Expand Down
18 changes: 0 additions & 18 deletions plugins/output-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>output-mongodb</artifactId>

<profiles>
<profile>
<id>spark-1.4</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<mongodb.spark.version>0.9.2</mongodb.spark.version>
</properties>
</profile>
<profile>
<id>spark-1.5</id>
<properties>
<mongodb.spark.version>0.10.1</mongodb.spark.version>
</properties>
</profile>
</profiles>

<dependencies>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,8 @@
<properties>
<spark.version>1.4.1</spark.version>
<spark.version.folder>1.4</spark.version.folder>
<mongodb.spark.version>0.9.2</mongodb.spark.version>
<elastic.spark.version>2.1.2</elastic.spark.version>
</properties>
</profile>
<profile>
Expand All @@ -533,6 +535,8 @@
<properties>
<spark.version.folder>1.5</spark.version.folder>
<spark.version>1.5.2</spark.version>
<mongodb.spark.version>0.10.1</mongodb.spark.version>
<elastic.spark.version>2.2.0-beta1</elastic.spark.version>
</properties>
</profile>
</profiles>
Expand Down
2 changes: 1 addition & 1 deletion test-at/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.stratio.sparkta</groupId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0-RC3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 13fa751

Please sign in to comment.