Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Docs: Added worker on master docs (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored May 1, 2018
1 parent 23c97de commit 9bc7639
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aztk_cli/config/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ plugins:
# - name: hdfs
# - name: rstudio_server

# Allow master node to also be a worker <true/false> (Default: true)
# worker_on_master: true

# wait: <true/false>
wait: false
11 changes: 10 additions & 1 deletion docs/13-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,16 @@ username: spark
# docker_repo: <name of docker image repo (for more information, see https://github.com/Azure/aztk/blob/v0.7.0/docs/12-docker-image.md)>
docker_repo: aztk/base:v0.1.0-spark2.3.0-base

# custom_script: <path to custom script to run on each node> (optional)
# Enable plugins
plugins:
# - name: spark_ui_proxy
# - name: jupyterlab
# - name: jupyter
# - name: hdfs
# - name: rstudio_server

# Allow master node to also be a worker <true/false> (Default: true)
# worker_on_master: true

# wait: <true/false>
wait: true
Expand Down

0 comments on commit 9bc7639

Please sign in to comment.