Author: nkourtellis
Date: Sun Sep 25 21:21:58 2016
New Revision: 1762236

URL: http://svn.apache.org/viewvc?rev=1762236&view=rev
Log:
fixed some issues with new release

Modified:
    incubator/samoa/site/index.html

Modified: incubator/samoa/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/samoa/site/index.html?rev=1762236&r1=1762235&r2=1762236&view=diff
==============================================================================
--- incubator/samoa/site/index.html (original)
+++ incubator/samoa/site/index.html Sun Sep 25 21:21:58 2016
@@ -122,11 +122,11 @@
             <p><span class="path">~</span><span class="prompt">$</span>mvn 
-Pstorm package</p>
           </div>
         </div>
-        <p>The deployable jar for Apache SAMOA will be in 
<code>target/SAMOA-Storm-0.3.0-SNAPSHOT.jar</code>.</p>
+        <p>The deployable jar for Apache SAMOA will be in 
<code>target/SAMOA-Storm-0.4.0-SNAPSHOT.jar</code>.</p>
       </li>
 
       <li id="terminal-step-2" class="option-terminal">
-        <h4>Apache S4</h4>
+        <h4>Apache S4 (now decommisioned after 0.4.0</h4>
         <p>If you want to compile Apache SAMOA for S4, you will need to 
install the S4 dependencies
           manually as explained in <a 
href="documentation/Executing-SAMOA-with-Apache-S4.html">Executing Apache SAMOA 
with Apache S4</a>.</p>
         <div class="terminal">
@@ -152,7 +152,7 @@
             <p><span class="path">~</span><span class="prompt">$</span>mvn 
-Psamza package</p>
           </div>
         </div>
-        <p>The deployable jar for Apache SAMOA will be in 
<code>target/SAMOA-Samza-0.3.0-SNAPSHOT.jar</code>.</p>
+        <p>The deployable jar for Apache SAMOA will be in 
<code>target/SAMOA-Samza-0.4.0-SNAPSHOT.jar</code>.</p>
       </li>
 
       <li id="terminal-step-4" class="option-terminal">
@@ -166,7 +166,7 @@
             <p><span class="path">~</span><span class="prompt">$</span>mvn 
package</p>
           </div>
         </div>
-        <p>The deployable jar for Apache SAMOA will be in 
<code>target/SAMOA-Local-0.3.0-SNAPSHOT.jar</code>.</p>
+        <p>The deployable jar for Apache SAMOA will be in 
<code>target/SAMOA-Local-0.4.0-SNAPSHOT.jar</code>.</p>
       </li>
 
     </ul>
@@ -210,7 +210,7 @@
         <div class="terminal">
           <div class="header"></div>
           <div class="shell">
-            <p><span class="path">~</span><span 
class="prompt">$</span>bin/samoa local target/SAMOA-Local-0.3.0-SNAPSHOT.jar 
"PrequentialEvaluation -l classifiers.ensemble.Bagging -s (ArffFileStream -f 
covtypeNorm.arff) -f 100000"</p>
+            <p><span class="path">~</span><span 
class="prompt">$</span>bin/samoa local target/SAMOA-Local-0.4.0-SNAPSHOT.jar 
"PrequentialEvaluation -l classifiers.ensemble.Bagging -s (ArffFileStream -f 
covtypeNorm.arff) -f 100000"</p>
           </div>
         </div>
         <p>The output will be a list of the evaluation results, plotted each 
100,000 instances.</p>


Reply via email to