Skip to content

Instantly share code, notes, and snippets.

Created September 13, 2017 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/753f581113309df827ec639116b76276 to your computer and use it in GitHub Desktop.
Save anonymous/753f581113309df827ec639116b76276 to your computer and use it in GitHub Desktop.
diff --git a/deeplearning4j-scaleout/dl4j-streaming/pom.xml b/deeplearning4j-scaleout/dl4j-streaming/pom.xml
index 43306530de..0c7d7b0a6a 100644
--- a/deeplearning4j-scaleout/dl4j-streaming/pom.xml
+++ b/deeplearning4j-scaleout/dl4j-streaming/pom.xml
@@ -7,7 +7,7 @@
<groupId>org.deeplearning4j</groupId>
<artifactId>dl4j-streaming_2.11</artifactId>
<packaging>jar</packaging>
- <version>0.9.2_spark_1-SNAPSHOT</version>
+ <version>0.9.2_spark_2-SNAPSHOT</version>
<parent>
<artifactId>deeplearning4j-scaleout</artifactId>
@@ -21,9 +21,9 @@
deeplearning4j-scaleout. Otherwise, the properties will be resolved to their defaults (and not the values present
during the build). Whereas when defined here (the version is spark 1 vs. 2 specific) we can have different version
properties simultaneously (in different pom files) instead of a single global property. -->
- <spark.version>1.6.3</spark.version>
- <spark.major.version>1</spark.major.version>
- <datavec.spark.version>0.9.2_spark_1-SNAPSHOT</datavec.spark.version>
+ <spark.version>2.1.0</spark.version>
+ <spark.major.version>2</spark.major.version>
+ <datavec.spark.version>0.9.2_spark_2-SNAPSHOT</datavec.spark.version>
</properties>
<name>Dl4j Streaming</name>
diff --git a/deeplearning4j-scaleout/spark/dl4j-spark-ml/pom.xml b/deeplearning4j-scaleout/spark/dl4j-spark-ml/pom.xml
index 3f661a0a3a..df2670424b 100644
--- a/deeplearning4j-scaleout/spark/dl4j-spark-ml/pom.xml
+++ b/deeplearning4j-scaleout/spark/dl4j-spark-ml/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>spark_2.11</artifactId>
<groupId>org.deeplearning4j</groupId>
- <version>0.9.2_spark_1-SNAPSHOT</version>
+ <version>0.9.2_spark_2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dl4j-spark-ml_2.11</artifactId>
diff --git a/deeplearning4j-scaleout/spark/dl4j-spark-nlp-java8/pom.xml b/deeplearning4j-scaleout/spark/dl4j-spark-nlp-java8/pom.xml
index 31a7771753..3deb2b6d51 100644
--- a/deeplearning4j-scaleout/spark/dl4j-spark-nlp-java8/pom.xml
+++ b/deeplearning4j-scaleout/spark/dl4j-spark-nlp-java8/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>spark_2.11</artifactId>
<groupId>org.deeplearning4j</groupId>
- <version>0.9.2_spark_1-SNAPSHOT</version>
+ <version>0.9.2_spark_2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/deeplearning4j-scaleout/spark/dl4j-spark-nlp/pom.xml b/deeplearning4j-scaleout/spark/dl4j-spark-nlp/pom.xml
index 19ba1f6928..408f7e111c 100644
--- a/deeplearning4j-scaleout/spark/dl4j-spark-nlp/pom.xml
+++ b/deeplearning4j-scaleout/spark/dl4j-spark-nlp/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>spark_2.11</artifactId>
<groupId>org.deeplearning4j</groupId>
- <version>0.9.2_spark_1-SNAPSHOT</version>
+ <version>0.9.2_spark_2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dl4j-spark-nlp_2.11</artifactId>
diff --git a/deeplearning4j-scaleout/spark/dl4j-spark-parameterserver/pom.xml b/deeplearning4j-scaleout/spark/dl4j-spark-parameterserver/pom.xml
index 113a0e4610..77eab74eb2 100644
--- a/deeplearning4j-scaleout/spark/dl4j-spark-parameterserver/pom.xml
+++ b/deeplearning4j-scaleout/spark/dl4j-spark-parameterserver/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>spark_2.11</artifactId>
<groupId>org.deeplearning4j</groupId>
- <version>0.9.2_spark_1-SNAPSHOT</version>
+ <version>0.9.2_spark_2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/deeplearning4j-scaleout/spark/dl4j-spark/pom.xml b/deeplearning4j-scaleout/spark/dl4j-spark/pom.xml
index 4b6cab751b..786e2bdeb3 100644
--- a/deeplearning4j-scaleout/spark/dl4j-spark/pom.xml
+++ b/deeplearning4j-scaleout/spark/dl4j-spark/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>spark_2.11</artifactId>
<groupId>org.deeplearning4j</groupId>
- <version>0.9.2_spark_1-SNAPSHOT</version>
+ <version>0.9.2_spark_2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dl4j-spark_2.11</artifactId>
diff --git a/deeplearning4j-scaleout/spark/pom.xml b/deeplearning4j-scaleout/spark/pom.xml
index a84082154e..693b018bcf 100644
--- a/deeplearning4j-scaleout/spark/pom.xml
+++ b/deeplearning4j-scaleout/spark/pom.xml
@@ -24,7 +24,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spark_2.11</artifactId>
- <version>0.9.2_spark_1-SNAPSHOT</version>
+ <version>0.9.2_spark_2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>org.deeplearning4j.spark</name>
@@ -43,9 +43,9 @@
the properties will be resolved to their defaults (and not the values present during the build). Whereas when
defined here (the version is spark 1 vs. 2 specific) we can have different version properties simultaneously
(in different pom files) instead of a single global property -->
- <spark.version>1.6.3</spark.version>
- <spark.major.version>1</spark.major.version>
- <datavec.spark.version>0.9.2_spark_1-SNAPSHOT</datavec.spark.version>
+ <spark.version>2.1.0</spark.version>
+ <spark.major.version>2</spark.major.version>
+ <datavec.spark.version>0.9.2_spark_2-SNAPSHOT</datavec.spark.version>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment