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 449b2e2 commit a8d3829Copy full SHA for a8d3829
spark-cluster/README.md
@@ -78,6 +78,8 @@ docker run \
78
-p 50075:50075 \
79
-p 7078:7078 \
80
-p 8081:8081 \
81
+ -v $(pwd)/hadoop/etc/hadoop:/usr/local/hadoop/etc/hadoop/ \
82
+ -v $(pwd)/spark/conf:/usr/local/spark/conf \
83
-e PYSPARK_MASTER=spark://localhost:7077 \
84
oneoffcoder/spark-master:latest
85
```
0 commit comments