Browse Source

MAPREDUCE-3412. Fix 'ant docs'. (amarrk)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1204885 13f79535-47bb-0310-9956-ffa450edef68
Amar Kamat 13 years ago
parent
commit
e21c2ff5f1

+ 2 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -41,6 +41,8 @@ Trunk (unreleased changes)
     (tucu)
     (tucu)
 
 
   BUG FIXES
   BUG FIXES
+    MAPREDUCE-3412. Fix 'ant docs'. (amarrk)
+
     MAPREDUCE-3346. [Rumen] LoggedTaskAttempt#getHostName() returns null. 
     MAPREDUCE-3346. [Rumen] LoggedTaskAttempt#getHostName() returns null. 
                     (amarrk)
                     (amarrk)
 
 

+ 0 - 4
hadoop-mapreduce-project/build.xml

@@ -932,10 +932,6 @@
     <style basedir="${mapred.src.dir}" destdir="${build.docs}"
     <style basedir="${mapred.src.dir}" destdir="${build.docs}"
            includes="mapred-default.xml" style="conf/configuration.xsl"/>
            includes="mapred-default.xml" style="conf/configuration.xsl"/>
     <antcall target="changes-to-html"/>
     <antcall target="changes-to-html"/>
-    <subant target="docs">
-       <property name="build.docs" value="${build.docs}"/>
-       <fileset file="${contrib.dir}/build.xml"/>
-    </subant> 
   </target>
   </target>
 
 
   <target name="javadoc-dev" depends="compile, ivy-retrieve-javadoc" description="Generate javadoc for hadoop developers">
   <target name="javadoc-dev" depends="compile, ivy-retrieve-javadoc" description="Generate javadoc for hadoop developers">

+ 1 - 3
hadoop-mapreduce-project/src/docs/src/documentation/content/xdocs/mapred_tutorial.xml

@@ -2060,9 +2060,7 @@
           <p>Hadoop comes configured with a single mandatory queue, called 
           <p>Hadoop comes configured with a single mandatory queue, called 
           'default'. Queue names are defined in the 
           'default'. Queue names are defined in the 
           <code>mapred.queue.names</code> property of the Hadoop site
           <code>mapred.queue.names</code> property of the Hadoop site
-          configuration. Some job schedulers, such as the 
-          <a href="capacity_scheduler.html">Capacity Scheduler</a>, 
-          support multiple queues.</p>
+          configuration.</p>
           
           
           <p>A job defines the queue it needs to be submitted to through the
           <p>A job defines the queue it needs to be submitted to through the
           <code>mapreduce.job.queuename</code> property.
           <code>mapreduce.job.queuename</code> property.