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 0ffb7fa commit 7ba025fCopy full SHA for 7ba025f
doc/python.md
@@ -8,7 +8,7 @@ Here is an example:
8
1. Run `pyspark` providing the spark-redis jar file
9
10
```bash
11
-$ ./bin/pyspark --jars /your/path/to/spark-redis-<version>-jar-with-dependencies.jar
+$ ./bin/pyspark --jars <path-to>/spark-redis-<version>-jar-with-dependencies.jar
12
```
13
14
By default it connects to `localhost:6379` without any password, you can change the connection settings in the following manner:
0 commit comments