You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2010/04/20 13:48:02 UTC

svn commit: r935883 - /lucene/mahout/site/src/documentation/content/xdocs/taste.xml

Author: srowen
Date: Tue Apr 20 11:48:02 2010
New Revision: 935883

URL: http://svn.apache.org/viewvc?rev=935883&view=rev
Log:
MAHOUT-336 update stated requirements

Modified:
    lucene/mahout/site/src/documentation/content/xdocs/taste.xml

Modified: lucene/mahout/site/src/documentation/content/xdocs/taste.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/site/src/documentation/content/xdocs/taste.xml?rev=935883&r1=935882&r2=935883&view=diff
==============================================================================
--- lucene/mahout/site/src/documentation/content/xdocs/taste.xml (original)
+++ lucene/mahout/site/src/documentation/content/xdocs/taste.xml Tue Apr 20 11:48:02 2010
@@ -159,7 +159,7 @@
 
         <ul>
           <li>
-            <a href="http://java.sun.com/j2se/1.5.0/index.jsp">Java / J2SE 6.0</a>
+            <a href="http://java.sun.com/javase/6/">Java / J2SE 6.0</a>
           </li>
         </ul>
 
@@ -170,12 +170,14 @@
 
         <ul>
           <li>
-            <a href="http://ant.apache.org/">Apache Ant</a>
-            1.5 or later and
             <a href="http://maven.apache.org">Maven</a>
             2.0.10 or later, if you want to build from source or build examples. (Mac users note that even OS X 10.5
             ships with Maven 2.0.6, which will not work.)
           </li>
+          <li>
+            Distributed recommenders currently require <a href="http://hadoop.apache.org/common/">Hadoop</a>
+            0.19.x, though may run on 0.18.x too.
+          </li>
           <li>Taste web applications require a
             <a href="http://java.sun.com/products/servlet/index.jsp">Servlet 2.3+</a>
             container, such as