Skip to content

Commit 79d3c5d

Browse files
authored
Merge pull request #110 from marklogic/feature/contrib-update
Updated CONTRIB
2 parents 1c7ca13 + f2fcab5 commit 79d3c5d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This will produce a single jar file for the connector in the `./build/libs` dire
8585

8686
You can then launch PySpark with the connector available via:
8787

88-
pyspark --jars build/libs/marklogic-spark-connector-2.0-SNAPSHOT.jar
88+
pyspark --jars build/libs/marklogic-spark-connector-2.1-SNAPSHOT.jar
8989

9090
The below command is an example of loading data from the test application deployed via the instructions at the top of
9191
this page.
@@ -114,3 +114,7 @@ more commands you can try out.
114114

115115
See the section with the same name in the
116116
[MarkLogic Koop contributing guide](https://github.com/koopjs/koop-provider-marklogic/blob/master/CONTRIBUTING.md).
117+
118+
If you are looking to test the examples in the documentation, please be sure to follow the instructions in the
119+
"Getting Started" guide. That involves creating an application in MarkLogic that has an app server listening on port
120+
8003. You will use that app server instead of the test-app server on port 8016.

0 commit comments

Comments
 (0)