Skip to content

Commit 7ba025f

Browse files
committed
#109: update path example
1 parent 0ffb7fa commit 7ba025f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here is an example:
88
1. Run `pyspark` providing the spark-redis jar file
99

1010
```bash
11-
$ ./bin/pyspark --jars /your/path/to/spark-redis-<version>-jar-with-dependencies.jar
11+
$ ./bin/pyspark --jars <path-to>/spark-redis-<version>-jar-with-dependencies.jar
1212
```
1313

1414
By default it connects to `localhost:6379` without any password, you can change the connection settings in the following manner:

0 commit comments

Comments
 (0)