From 5c98d016692a2f1f0a90d75b606f42c4ad1579fb 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/dllib/src/bigdl/dllib/utils/nncontext.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/dllib/src/bigdl/dllib/utils/nncontext.py b/python/dllib/src/bigdl/dllib/utils/nncontext.py index 21434d4bc18..0ab2c67e679 100644 --- a/python/dllib/src/bigdl/dllib/utils/nncontext.py +++ b/python/dllib/src/bigdl/dllib/utils/nncontext.py @@ -320,7 +320,8 @@ def init_nncontext(conf=None, spark_log_level="WARN", redirect_spark_log=True): Note: If you use spark-shell or Jupyter notebook, as the SparkContext is created before your code, you have to set the Spark configurations through command line options or the properties file before calling this method. In this case, you are recommended - to use the launching scripts under `analytics-zoo/scripts`. + to use the launch scripts we provide: + https://github.com/intel-analytics/analytics-zoo/tree/master/scripts. :param conf: An instance of SparkConf. If not specified, a new SparkConf with Analytics Zoo and BigDL configurations would be created and used.