Author: yhemanth
Date: Thu Jun 18 06:51:49 2009
New Revision: 785928

URL: http://svn.apache.org/viewvc?rev=785928&view=rev
Log:
HADOOP-6076. Fix a broken compilation of Forrest documentation due to misplaced 
tags in commands_manual.xml. Contributed by Hemanth Yamijala.

Modified:
    hadoop/core/trunk/CHANGES.txt
    
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/commands_manual.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=785928&r1=785927&r2=785928&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Jun 18 06:51:49 2009
@@ -835,6 +835,9 @@
     HADOOP-4041. IsolationRunner does not work as documented.
     (Philip Zeyliger via tomwhite)
 
+    HADOOP-6076. Fix a broken compilation of Forrest documentation due to
+    misplaced tags in commands_manual.xml. (yhemanth)
+
 Release 0.20.1 - Unreleased
 
   INCOMPATIBLE CHANGES

Modified: 
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/commands_manual.xml
URL: 
http://svn.apache.org/viewvc/hadoop/core/trunk/src/docs/src/documentation/content/xdocs/commands_manual.xml?rev=785928&r1=785927&r2=785928&view=diff
==============================================================================
--- 
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/commands_manual.xml 
(original)
+++ 
hadoop/core/trunk/src/docs/src/documentation/content/xdocs/commands_manual.xml 
Thu Jun 18 06:51:49 2009
@@ -589,7 +589,7 @@
         <code>mapred-queues.xml</code>. If the file is malformed, then the
         existing properties are not disturbed. New operations on jobs in the
         queues will be subjected to checks against the refreshed ACLs. 
Likewise,
-        new jobs will be accepted to queues only if the queue state is running.
+        new jobs will be accepted to queues only if the queue state is 
running.</td>
         </tr>
         </table>
       </section>


Reply via email to