File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
arangodb-spark-datasource-2.4
arangodb-spark-datasource-3.1 Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ To import ArangoDB Spark Datasource in a maven project:
2020 <dependency >
2121 <groupId >com.arangodb</groupId >
2222 <artifactId >arangodb-spark-datasource-${sparkVersion}_${scalaVersion}</artifactId >
23- <version >0.1 .0-SNAPSHOT</version >
23+ <version >0.2 .0-SNAPSHOT</version >
2424 </dependency >
2525 </dependencies >
2626
@@ -38,7 +38,7 @@ To import ArangoDB Spark Datasource in a maven project:
3838To use in external Spark cluster, submit your application with the following parameter:
3939
4040``` shell
41- --packages=" com.arangodb:arangodb-spark-datasource-${sparkVersion} _${scalaVersion} :0.1 .0-SNAPSHOT" \
41+ --packages=" com.arangodb:arangodb-spark-datasource-${sparkVersion} _${scalaVersion} :0.2 .0-SNAPSHOT" \
4242 --repositories=" https://oss.sonatype.org/content/repositories/snapshots"
4343```
4444
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >0.1 .0-SNAPSHOT</version >
8+ <version >0.2 .0-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >0.1 .0-SNAPSHOT</version >
8+ <version >0.2 .0-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >0.1 .0-SNAPSHOT</version >
8+ <version >0.2 .0-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 33Set ArangoDB Spark Datasource version environment variable:
44
55``` shell
6- export ARANGO_SPARK_VERSION=0.1 .0-SNAPSHOT
6+ export ARANGO_SPARK_VERSION=0.2 .0-SNAPSHOT
77```
88
99Set Scala version:
Original file line number Diff line number Diff line change 66
77 <groupId >com.arangodb</groupId >
88 <artifactId >demo</artifactId >
9- <version >0.1 .0-SNAPSHOT</version >
9+ <version >0.2 .0-SNAPSHOT</version >
1010
1111 <properties >
1212 <maven .compiler.source>1.8</maven .compiler.source>
5555 <dependency >
5656 <groupId >com.arangodb</groupId >
5757 <artifactId >arangodb-spark-datasource-${spark.compat.version}_${scala.compat.version}</artifactId >
58- <version >0.1 .0-SNAPSHOT</version >
58+ <version >0.2 .0-SNAPSHOT</version >
5959 </dependency >
6060 <dependency >
6161 <groupId >org.apache.spark</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >0.1 .0-SNAPSHOT</version >
8+ <version >0.2 .0-SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 44 <groupId >com.arangodb</groupId >
55 <artifactId >arangodb-spark-datasource</artifactId >
66 <packaging >pom</packaging >
7- <version >0.1 .0-SNAPSHOT</version >
7+ <version >0.2 .0-SNAPSHOT</version >
88 <name >${project.artifactId} </name >
99 <description >ArangoDB Spark Connector</description >
1010
You can’t perform that action at this time.
0 commit comments