From 56aee11c827b72ea2ce2c9b1c01d4395801dccbd Mon Sep 17 00:00:00 2001 From: Le-Zheng <30695225+Le-Zheng@users.noreply.github.com> Date: Mon, 18 Apr 2022 16:26:44 -0700 Subject: [PATCH] fix version in docs (k8s/scala) (#4440) * fix version in docs (k8s/scala) * update --- docs/readthedocs/source/doc/UserGuide/k8s.md | 2 +- docs/readthedocs/source/doc/UserGuide/scala.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/readthedocs/source/doc/UserGuide/k8s.md b/docs/readthedocs/source/doc/UserGuide/k8s.md index be92cfa2..1ad40644 100644 --- a/docs/readthedocs/source/doc/UserGuide/k8s.md +++ b/docs/readthedocs/source/doc/UserGuide/k8s.md @@ -190,7 +190,7 @@ In the `/opt` directory, run this command line to start the Jupyter Notebook ser You will see the output message like below. This means the Jupyter Notebook service has started successfully within the container. ``` -[I 23:51:08.456 NotebookApp] Serving notebooks from local directory: /opt/bigdl-0.14.0-SNAPSHOT/apps +[I 23:51:08.456 NotebookApp] Serving notebooks from local directory: /opt/bigdl-2.1.0-SNAPSHOT/apps [I 23:51:08.456 NotebookApp] Jupyter Notebook 6.2.0 is running at: [I 23:51:08.456 NotebookApp] http://xxxx:12345/?token=... [I 23:51:08.457 NotebookApp] or http://127.0.0.1:12345/?token=... diff --git a/docs/readthedocs/source/doc/UserGuide/scala.md b/docs/readthedocs/source/doc/UserGuide/scala.md index 6023f0e8..63a4e74d 100644 --- a/docs/readthedocs/source/doc/UserGuide/scala.md +++ b/docs/readthedocs/source/doc/UserGuide/scala.md @@ -72,7 +72,7 @@ You can run a bigdl-dllib program, e.g., the [Language Model](https://github.com ${BIGDL_HOME}/bin/spark-submit-with-dllib.sh \ --master local[2] \ --class com.intel.analytics.bigdl.dllib.example.languagemodel.PTBWordLM \ - ${BIGDL_HOME}/jars/bigdl-dllib-0.14.0-SNAPSHOT-jar-with-dependencies.jar \ #change to your jar file if your download is not spark_2.4.3-0.14.0 + ${BIGDL_HOME}/jars/bigdl-dllib-2.1.0-SNAPSHOT-jar-with-dependencies.jar \ #change to your jar file if your download is not spark_2.4.3-2.0.0 -f DATA_PATH \ -b 4 \ --numLayers 2 --vocab 100 --hidden 6 \ @@ -87,7 +87,7 @@ ${BIGDL_HOME}/bin/spark-submit-with-dllib.sh \ --executor-cores cores_per_executor \ --total-executor-cores total_cores_for_the_job \ --class com.intel.analytics.bigdl.dllib.example.languagemodel.PTBWordLM \ - ${BIGDL_HOME}/jars/bigdl-dllib-0.14.0-SNAPSHOT-jar-with-dependencies.jar \ #change to your jar file if your download is not spark_2.4.3-0.14.0 + ${BIGDL_HOME}/jars/bigdl-dllib-2.1.0-SNAPSHOT-jar-with-dependencies.jar \ #change to your jar file if your download is not spark_2.4.3-2.0.0 -f DATA_PATH \ -b 4 \ --numLayers 2 --vocab 100 --hidden 6 \ @@ -101,7 +101,7 @@ ${BIGDL_HOME}/bin/spark-submit-with-dllib.sh \ --executor-cores cores_per_executor \ --num-executors executors_number \ --class com.intel.analytics.bigdl.dllib.example.languagemodel.PTBWordLM \ - ${BIGDL_HOME}/jars/bigdl-dllib-0.14.0-SNAPSHOT-jar-with-dependencies.jar \ #change to your jar file if your download is not spark_2.4.3-0.14.0 + ${BIGDL_HOME}/jars/bigdl-dllib-2.1.0-SNAPSHOT-jar-with-dependencies.jar \ #change to your jar file if your download is not spark_2.4.3-2.0.0 -f DATA_PATH \ -b 4 \ --numLayers 2 --vocab 100 --hidden 6 \ @@ -115,7 +115,7 @@ ${BIGDL_HOME}/bin/spark-submit-with-dllib.sh \ --executor-cores cores_per_executor \ --num-executors executors_number \ --class com.intel.analytics.bigdl.dllib.example.languagemodel.PTBWordLM \ - ${BIGDL_HOME}/jars/bigdl-dllib-0.14.0-SNAPSHOT-jar-with-dependencies.jar \ #change to your jar file if your download is not spark_2.4.3-0.14.0 + ${BIGDL_HOME}/jars/bigdl-dllib-2.1.0-SNAPSHOT-jar-with-dependencies.jar \ #change to your jar file if your download is not spark_2.4.3-2.0.0 -f DATA_PATH \ -b 4 \ --numLayers 2 --vocab 100 --hidden 6 \