Author: gweidner
Date: Mon May 22 16:23:43 2017
New Revision: 1795829

URL: http://svn.apache.org/viewvc?rev=1795829&view=rev
Log:
Remove incubator from download button and fix jupyter install typos

Modified:
    incubator/systemml/site/index.html
    incubator/systemml/site/install-systemml.html

Modified: incubator/systemml/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/index.html?rev=1795829&r1=1795828&r2=1795829&view=diff
==============================================================================
--- incubator/systemml/site/index.html (original)
+++ incubator/systemml/site/index.html Mon May 22 16:23:43 2017
@@ -151,7 +151,7 @@
       <p>A machine learning platform optimal for big data</p>
     </div>
     <div class="col col-12 content-group button-group">
-      <a class="button button-primary" href="download.html">Download SystemML 
0.14.0-incubating</a>
+      <a class="button button-primary" href="download.html">Download 
SystemML</a>
     </div>
   </div>
   <!-- video background  -->

Modified: incubator/systemml/site/install-systemml.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/install-systemml.html?rev=1795829&r1=1795828&r2=1795829&view=diff
==============================================================================
--- incubator/systemml/site/install-systemml.html (original)
+++ incubator/systemml/site/install-systemml.html Mon May 22 16:23:43 2017
@@ -221,14 +221,14 @@ pip install https://sparktc.ibmcloud.com
 
     <!-- Step 3 Code -->
     <div id="tab-5" class="col col-12 tab-content current">
-               <pre>Start Jupyter Notebook Server
-jupyter notebook</pre>
+               <pre># 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</pre>
        </div>
 
     <div id="tab-6" class="col col-12 tab-content">
       <pre><h4>Toree Kernel Setup (Required for Scala Kernel)</h4><p>Toree 
installation</p><figure class="highlight"><pre><code class="language-bash" 
data-lang="bash"><span class="c"># For detail instructions visit 
https://github.com/apache/incubator-toree</span>
 pip install 
https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz</code></pre></figure><p>Installation
 of Toree component in Jupyter</p><figure class="highlight"><pre><code 
class="language-bash" data-lang="bash"><span class="c"># For detail 
instructions visit  
https://toree.apache.org/docs/current/user/installation/</span>
-jupyter toree install —-replace —-interpreters<span 
class="o">=</span>Scala,PySpark --spark_opts<span class="o">=</span><span 
class="s2">"--master=local --jars &lt;SystemML JAR File&gt;” 
--spark_home=</span><span class="k">${</span><span 
class="nv">SPARK_HOME</span><span 
class="k">}</span></code></pre></figure><h4>Start Jupyter Notebook 
Server</h4><figure class="highlight"><pre><code class="language-bash" 
data-lang="bash"><span class="nv">PYSPARK_DRIVER_PYTHON</span><span 
class="o">=</span>jupyter <span 
class="nv">PYSPARK_DRIVER_PYTHON_OPTS</span><span class="o">=</span><span 
class="s2">"notebook"</span> pyspark --master <span 
class="nb">local</span><span class="o">[</span><span class="k">*</span><span 
class="o">]</span> --conf <span class="s2">"spark.driver.memory=12g"</span> 
--conf spark.driver.maxResultSize<span class="o">=</span>0 --conf 
spark.akka.frameSize<span class="o">=</span>128 --conf 
spark.default.parallelism<span class="o">=</span>100</code></pre></figure
 ><p>This will a default browser with contents from current directory where 
 >above command has run. You can create your own notebook example or download 
 >sample notebooks from SystemML resository <a 
 >href="https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks";>https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks</a></p><figure
 > class="img-border"><img src="/assets/img/systemml-juypter-install.jpeg" 
 >alt="Start Jupyter Notebook Server"></figure><figure class="img-border"><img 
 >src="/assets/img/systemml-juypter-install-2.jpeg" alt="Start Jupyter Notebook 
 >Server"></figure></pre></div>
+jupyter toree install —-replace —-interpreters<span 
class="o">=</span>Scala,PySpark --spark_opts<span class="o">=</span><span 
class="s2">"--master=local --jars &lt;SystemML JAR File&gt;” 
--spark_home=</span><span class="k">${</span><span 
class="nv">SPARK_HOME</span><span 
class="k">}</span></code></pre></figure><h4>Start Jupyter Notebook 
Server</h4><figure class="highlight"><pre><code class="language-bash" 
data-lang="bash">jupyter notebook</code></pre></figure><p>This will start a 
default browser with contents from current directory where above command has 
run. You can create your own notebook example or download sample notebooks from 
SystemML resository <a 
href="https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks";>https://github.com/apache/incubator-systemml/tree/master/samples/jupyter-notebooks</a></p><figure
 class="img-border"><img src="/assets/img/systemml-juypter-install.jpeg" 
alt="Start Jupyter Notebook Server"></figure><figure clas
 s="img-border"><img src="/assets/img/systemml-juypter-install-2.jpeg" 
alt="Start Jupyter Notebook Server"></figure></pre></div>
 
     <!-- Step 4 Instructions -->
     <div class="col col-12">


Reply via email to