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/09/16 00:04:51 UTC

svn commit: r1808490 - /systemml/site/install-systemml.html

Author: gweidner
Date: Sat Sep 16 00:04:51 2017
New Revision: 1808490

URL: http://svn.apache.org/viewvc?rev=1808490&view=rev
Log:
[HOTFIX] Update install page to use project.release_version token

Modified:
    systemml/site/install-systemml.html

Modified: systemml/site/install-systemml.html
URL: http://svn.apache.org/viewvc/systemml/site/install-systemml.html?rev=1808490&r1=1808489&r2=1808490&view=diff
==============================================================================
--- systemml/site/install-systemml.html (original)
+++ systemml/site/install-systemml.html Sat Sep 16 00:04:51 2017
@@ -197,23 +197,23 @@
 		<figure class="highlight"><pre><code class="language-bash" data-lang="bash">pip install systemml</code></pre></figure>
 2) For more information, please see the SystemML project documentation:<br/>
 <pre>
-<a href="http://systemml.apache.org/docs/0.14.0/index.html">http://systemml.apache.org/docs/0.14.0/index.html</a>
-<a href="http://systemml.apache.org/docs/0.14.0/beginners-guide-python">http://systemml.apache.org/docs/0.14.0/beginners-guide-python</a>
+<a href="http://systemml.apache.org/docs/0.15.0/index.html">http://systemml.apache.org/docs/0.15.0/index.html</a>
+<a href="http://systemml.apache.org/docs/0.15.0/beginners-guide-python">http://systemml.apache.org/docs/0.15.0/beginners-guide-python</a>
 </pre>
 	</div>
 	<div id="setup-tabs-2">
 1) Download Apache SystemML binary release (tgz or zip):<br/>
-<pre><a href="http://www.apache.org/dyn/closer.lua/incubator/systemml/0.14.0-incubating/systemml-0.14.0-incubating-bin.tgz">http://www.apache.org/dyn/closer.lua/incubator/systemml/0.14.0-incubating/systemml-0.14.0-incubating-bin.tgz</a></pre>
+<pre><a href="http://www.apache.org/dyn/closer.lua/systemml/0.15.0/systemml-0.15.0-bin.tgz">http://www.apache.org/dyn/closer.lua/systemml/0.15.0/systemml-0.15.0-bin.tgz</a></pre>
 
 2) Extract binary release contents:<br/>
-<pre>tar -xvzf systemml-0.14.0-incubating-bin.tgz</pre>
+<pre>tar -xvzf systemml-0.15.0-bin.tgz</pre>
 
 3) Go to project root directory:</br>
-<pre>cd systemml-0.14.0-incubating-bin</pre>
+<pre>cd systemml-0.15.0-bin</pre>
 
 4) Start Spark Shell with SystemML jar file:<br/>
 <pre>
-spark-shell --executor-memory 4G --driver-memory 4G --jars lib/systemml-0.14.0-incubating.jar
+spark-shell --executor-memory 4G --driver-memory 4G --jars lib/systemml-0.15.0.jar
 </pre>
 
 5) You're all set to run SystemML on Spark:<br/>
@@ -227,8 +227,8 @@ ml.execute(helloScript)
 
 6) For more information, please see the SystemML project documentation:<br/>
 <pre>
-<a href="http://systemml.apache.org/docs/0.14.0/index.html">http://systemml.apache.org/docs/0.14.0/index.html</a>
-<a href="http://systemml.apache.org/docs/0.14.0/spark-mlcontext-programming-guide">http://systemml.apache.org/docs/0.14.0/spark-mlcontext-programming-guide</a>
+<a href="http://systemml.apache.org/docs/0.15.0/index.html">http://systemml.apache.org/docs/0.15.0/index.html</a>
+<a href="http://systemml.apache.org/docs/0.15.0/spark-mlcontext-programming-guide">http://systemml.apache.org/docs/0.15.0/spark-mlcontext-programming-guide</a>
 </pre>
 
 	</div>