mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update docker file path yarn mode
This commit is contained in:
parent
9e4ad68897
commit
887b499143
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ 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`.
|
||||
You can find docker script files under `scripts/docker/spark-cluster-managers/spark_yarn_cluster`.
|
||||
|
||||
```
|
||||
cd $ZEPPELIN_HOME/scripts/docker/spark-cluster-managers/spark_yarn
|
||||
|
|
|
|||
Loading…
Reference in a new issue