We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c830457 commit c86ac17Copy full SHA for c86ac17
CONTRIBUTING.md
@@ -89,7 +89,7 @@ This will produce a single jar file for the connector in the `./build/libs` dire
89
90
You can then launch PySpark with the connector available via:
91
92
- pyspark --jars build/libs/marklogic-spark-connector-2.1-SNAPSHOT.jar
+ pyspark --jars build/libs/marklogic-spark-connector-2.1.0.jar
93
94
The below command is an example of loading data from the test application deployed via the instructions at the top of
95
this page.
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group 'com.marklogic'
11
-version '2.1-SNAPSHOT'
+version '2.1.0'
12
13
java {
14
sourceCompatibility = 1.8
0 commit comments