From dd416714bf42e71af08c902611b756ddb0f2a1a1 Mon Sep 17 00:00:00 2001 From: Kai Huang Date: Thu, 17 Sep 2020 14:05:59 +0800 Subject: [PATCH] Update website doc of init orca context (#2879) * update doc * update --- python/orca/src/bigdl/orca/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/orca/src/bigdl/orca/common.py b/python/orca/src/bigdl/orca/common.py index 14e1baebe56..6714eec498c 100644 --- a/python/orca/src/bigdl/orca/common.py +++ b/python/orca/src/bigdl/orca/common.py @@ -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.