You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by gw...@apache.org on 2017/10/09 02:00:26 UTC

systemml-website git commit: [SYSTEMML-1929] Update Spark parameters on install page

Repository: systemml-website
Updated Branches:
  refs/heads/master 573cda770 -> 6fc5bada5


[SYSTEMML-1929] Update Spark parameters on install page

Removed unnecessary spark.akka.framesize configuration parameter from
Python Jupyter command line on install page.


Project: http://git-wip-us.apache.org/repos/asf/systemml-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml-website/commit/6fc5bada
Tree: http://git-wip-us.apache.org/repos/asf/systemml-website/tree/6fc5bada
Diff: http://git-wip-us.apache.org/repos/asf/systemml-website/diff/6fc5bada

Branch: refs/heads/master
Commit: 6fc5bada5c31aa7f602fb9266713ddbdd38d840e
Parents: 573cda7
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Sun Oct 8 18:50:45 2017 -0700
Committer: Glenn Weidner <gw...@us.ibm.com>
Committed: Sun Oct 8 18:50:45 2017 -0700

----------------------------------------------------------------------
 _src/install-systemml.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml-website/blob/6fc5bada/_src/install-systemml.html
----------------------------------------------------------------------
diff --git a/_src/install-systemml.html b/_src/install-systemml.html
index c3f7820..6665363 100644
--- a/_src/install-systemml.html
+++ b/_src/install-systemml.html
@@ -135,7 +135,7 @@ pip install https://sparktc.ibmcloud.com/repo/latest/systemml-1.0.0-SNAPSHOT-pyt
 	<div id="configure-jupyter-tabs-1">
 		{% highlight bash %}
 # Start Jupyter Notebook Server
-PYSPARK_DRIVER_PYTHON=jupyter PYSPARK_DRIVER_PYTHON_OPTS="notebook" pyspark --master local[*] --conf "spark.driver.memory=12g" --conf spark.driver.maxResultSize=0 --conf spark.akka.frameSize=128 --conf spark.default.parallelism=100
+PYSPARK_DRIVER_PYTHON=jupyter PYSPARK_DRIVER_PYTHON_OPTS="notebook" pyspark --master local[*] --conf "spark.driver.memory=12g" --conf spark.driver.maxResultSize=0 --conf spark.default.parallelism=100
 		{% endhighlight %}
 	</div>
 	<div id="configure-jupyter-tabs-2">