address feedback, fix path

This commit is contained in:
Khalid Huseynov 2016-11-16 15:44:32 +09:00
parent 78e7907603
commit 9648e083ce

View file

@ -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" .
```