File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ This will produce a single jar file for the connector in the `./build/libs` dire
85
85
86
86
You can then launch PySpark with the connector available via:
87
87
88
- pyspark --jars build/libs/marklogic-spark-connector-2.0 -SNAPSHOT.jar
88
+ pyspark --jars build/libs/marklogic-spark-connector-2.1 -SNAPSHOT.jar
89
89
90
90
The below command is an example of loading data from the test application deployed via the instructions at the top of
91
91
this page.
@@ -114,3 +114,7 @@ more commands you can try out.
114
114
115
115
See the section with the same name in the
116
116
[ 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.
You can’t perform that action at this time.
0 commit comments