Skip to content

Commit a8d3829

Browse files
committed
mount
1 parent 449b2e2 commit a8d3829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spark-cluster/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ docker run \
7878
-p 50075:50075 \
7979
-p 7078:7078 \
8080
-p 8081:8081 \
81+
-v $(pwd)/hadoop/etc/hadoop:/usr/local/hadoop/etc/hadoop/ \
82+
-v $(pwd)/spark/conf:/usr/local/spark/conf \
8183
-e PYSPARK_MASTER=spark://localhost:7077 \
8284
oneoffcoder/spark-master:latest
8385
```

0 commit comments

Comments
 (0)