소스 검색

HADOOP-2134. Remove developer-centric requirements from overview.html and keep it end-user focussed, specifically sections related to subversion and building Hadoop. Contributed by Jim Kellerman.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@592860 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 18 년 전
부모
커밋
13327b1a6a
2개의 변경된 파일4개의 추가작업 그리고 8개의 파일을 삭제
  1. 4 0
      CHANGES.txt
  2. 0 8
      src/java/overview.html

+ 4 - 0
CHANGES.txt

@@ -44,6 +44,10 @@ Trunk (unreleased changes)
     HADOOP-1185. Support changing the logging level of a server without 
     restarting the server.  (Tsz Wo (Nicholas), SZE via dhruba)
 
+    HADOOP-2134.  Remove developer-centric requirements from overview.html and
+    keep it end-user focussed, specifically sections related to subversion and
+    building Hadoop. (Jim Kellerman via acmurthy)
+
   OPTIMIZATIONS
 
     HADOOP-1898.  Release the lock protecting the last time of the last stack

+ 0 - 8
src/java/overview.html

@@ -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>