You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2014/05/05 06:12:54 UTC

svn commit: r1592444 - /mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext

Author: ssc
Date: Mon May  5 04:12:54 2014
New Revision: 1592444

URL: http://svn.apache.org/r1592444
Log:
MAHOUT-1480 Clean up website on 20 newsgroups

Modified:
    mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext?rev=1592444&r1=1592443&r2=1592444&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext Mon May  5 04:12:54 2014
@@ -17,7 +17,7 @@ the 20 newsgroup.
 <a name="TwentyNewsgroups-Prerequisites"></a>
 ### Prerequisites
 
-* Mahout has been downloaded ([instructions here](http://apache.osuosl.org/mahout/))
+* Mahout has been downloaded ([instructions here](https://mahout.apache.org/general/downloads.html))
 * Maven is available
 * Your environment has the following variables:
   - **HADOOP_HOME** Environment variables refers to where Hadoop lives 
@@ -38,7 +38,7 @@ the 20 newsgroup.
 2. In the trunk directory of mahout, compile and install mahout:
 
             $ cd $MAHOUT_HOME
-            $ mvn install
+            $ mvn -DskipTests clean install
 
 3. Run the [20 newsgroup example script](http://svn.apache.org/repos/asf/mahout/trunk/examples/bin/classify-20newsgroups.sh) by executing: