Author: gweidner
Date: Fri May 5 17:28:11 2017
New Revision: 1794079
URL: http://svn.apache.org/viewvc?rev=1794079&view=rev
Log:
Update get-started pip install
Modified:
incubator/systemml/site/get-started.html
Modified: incubator/systemml/site/get-started.html
URL:
http://svn.apache.org/viewvc/incubator/systemml/site/get-started.html?rev=1794079&r1=1794078&r2=1794079&view=diff
==============================================================================
--- incubator/systemml/site/get-started.html (original)
+++ incubator/systemml/site/get-started.html Fri May 5 17:28:11 2017
@@ -209,25 +209,25 @@ pip install jupyter matplotlib numpy</co
<!-- Section Header -->
<div class="col col-12 content-group--medium-bottom-margin">
<h2>Downloads</h2>
- <p>Download Spark and SystemML.</p>
+ <p>Download Apache Spark and Apache SystemML.</p>
</div>
<!-- Step 3 Instructions -->
<div class="col col-12">
- <h3><span class="circle">3</span>Download and Install Spark 1.6</h3>
+ <h3><span class="circle">3</span>Download and Install Apache Spark</h3>
</div>
<!-- Step 3 Code -->
<div class="col col-12">
<figure class="highlight"><pre><code class="language-bash"
data-lang="bash">brew tap homebrew/versions
-brew install apache-spark16</code></pre></figure>
+brew install apache-spark</code></pre></figure>
- <p> Alternatively, you can <a
href="http://spark.apache.org/downloads.html">download Spark</a> directly. </p>
+ <p> Alternatively, you can <a
href="http://spark.apache.org/downloads.html">download Apache Spark</a>
directly. </p>
</div>
<!-- Step 4 Instructions -->
<div class="col col-12">
- <h3><span class="circle">4</span>Download and Install SystemML</h3>
+ <h3><span class="circle">4</span>Download and Install Apache
SystemML</h3>
</div>
<!-- Step 4 Code -->
@@ -247,11 +247,17 @@ pip3 install systemml
<p>
- Alternatively, if you intend to use SystemML via spark-shell (or
spark-submit), you only need systemml-0.12.0-incubating.jar, which is packaged
into our official binary release (<a
href="http://www.apache.org/dyn/closer.lua/incubator/systemml/0.12.0-incubating/systemml-0.12.0-incubating-bin.zip"
target="_blank">systemml-0.12.0-incubating.zip</a>).
+ Alternatively, if you intend to use SystemML via spark-shell (or
spark-submit), you only need systemml-0.13.0-incubating.jar, which is packaged
into our official binary release (<a
href="http://www.apache.org/dyn/closer.lua/incubator/systemml/0.13.0-incubating/systemml-0.13.0-incubating-bin.zip"
target="_blank">systemml-0.13.0-incubating-bin.zip</a>).
Note: If you have installed SystemML via pip, you can get the location
of this jar by executing following command:
</p>
<figure class="highlight"><pre><code class="language-bash"
data-lang="bash">python -c <span class="s1">'import imp; import os; print
os.path.join(imp.find_module("systemml")[1],
"systemml-java")'</span></code></pre></figure>
+ <p>
+ Note - For Spark 1.6 users only, include a version specifier to
download and install compatible Apache SystemML via pip:
+ </p>
+ <figure class="highlight"><pre><code class="language-bash"
data-lang="bash"><span class="c"># For Spark 1.6 users with Python 2:</span>
+pip install <span class="s2">"systemml<0.13.0"</span></code></pre></figure>
+
</div>
<!-- Section 3 -->