|
@@ -75,9 +75,6 @@ that process vast amounts of data. Here's what makes Hadoop especially useful:</
|
|
|
<a href="http://www.cygwin.com/">Cygwin</a> - Required for shell support in
|
|
|
addition to the required software above.
|
|
|
</li>
|
|
|
- <li>
|
|
|
- Subversion - Optional, for checking-out code from the source repository.
|
|
|
- </li>
|
|
|
</ol>
|
|
|
|
|
|
<h3>Installing Required Software</h3>
|
|
@@ -96,7 +93,6 @@ installed cygwin, start the cygwin installer and select the packages:</p>
|
|
|
<ul>
|
|
|
<li>openssh - the "Net" category</li>
|
|
|
<li>rsync - the "Net" category</li>
|
|
|
- <li>subversion (optional) - the "Devel" category</li>
|
|
|
</ul>
|
|
|
|
|
|
<h2>Getting Started</h2>
|
|
@@ -108,10 +104,6 @@ href="http://cvs.apache.org/dist/lucene/hadoop/nightly/">
|
|
|
http://cvs.apache.org/dist/lucene/hadoop/nightly/</a>. Unpack the release and
|
|
|
connect to its top-level directory.</p>
|
|
|
|
|
|
-<p>Or, check out the code from <a
|
|
|
-href="http://lucene.apache.org/hadoop/version_control.html">subversion</a>
|
|
|
-and build it with <a href="http://ant.apache.org/">ant</a>.</p>
|
|
|
-
|
|
|
<p>Edit the file <tt>conf/hadoop-env.sh</tt> to define at least
|
|
|
<tt>JAVA_HOME</tt>.</p>
|
|
|
|