Skip to content

Commit

Permalink
Update website doc of init orca context (intel-analytics#2879)
Browse files Browse the repository at this point in the history
* update doc

* update
  • Loading branch information
hkvision committed Sep 17, 2020
1 parent b8f8e15 commit dd41671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/orca/src/bigdl/orca/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def init_orca_context(cluster_mode="local", cores=2, memory="2g", num_nodes=1,
For "spark-submit", you are supposed to use spark-submit to submit the application.
In this case, please set the Spark configurations through command line options or
the properties file. You need to use "spark-submit" for yarn-cluster or k8s-cluster mode.
To make things easier, you are recommended to use the launching scripts under
`analytics-zoo/scripts`.
To make things easier, you are recommended to use the launch scripts we provide:
https://github.com/intel-analytics/analytics-zoo/tree/master/scripts.
For other cluster modes, you are recommended to install and run analytics-zoo through
pip, which is more convenient.
Expand Down

0 comments on commit dd41671

Please sign in to comment.