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 c6c6453 commit 0d45466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyspark/bigdl/common/zooUtils/nncontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d45466

Please sign in to comment.