mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
address feedback, fix path
This commit is contained in:
parent
78e7907603
commit
9648e083ce
1 changed files with 2 additions and 2 deletions
|
|
@ -81,10 +81,10 @@ You can simply set up [Spark on YARN](http://spark.apache.org/docs/latest/runnin
|
|||
> **Note :** Since Apache Zeppelin and Spark use same `8080` port for their web UI, you might need to change `zeppelin.server.port` in `conf/zeppelin-site.xml`.
|
||||
|
||||
### 1. Build Docker file
|
||||
You can find docker script files under `scripts/docker/spark-cluster-managers/spark_yarn_cluster`.
|
||||
You can find docker script files under `scripts/docker/spark-cluster-managers`.
|
||||
|
||||
```
|
||||
cd $ZEPPELIN_HOME/scripts/docker/spark-cluster-managers/spark_yarn
|
||||
cd $ZEPPELIN_HOME/scripts/docker/spark-cluster-managers/spark_yarn_cluster
|
||||
docker build -t "spark_yarn" .
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue