Author: harsh
Date: Tue Nov  8 02:09:57 2011
New Revision: 1199059

URL: http://svn.apache.org/viewvc?rev=1199059&view=rev
Log:
MAPREDUCE-3365. Uncomment the FairScheduler event-logging debug opts. 
Contributed by Sho Shimauchi.

Modified:
    hadoop/common/branches/branch-0.20-security/CHANGES.txt
    
hadoop/common/branches/branch-0.20-security/src/docs/src/documentation/content/xdocs/fair_scheduler.xml

Modified: hadoop/common/branches/branch-0.20-security/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/CHANGES.txt?rev=1199059&r1=1199058&r2=1199059&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20-security/CHANGES.txt Tue Nov  8 02:09:57 
2011
@@ -59,6 +59,7 @@ Release 0.20.206.0 - unreleased
     MAPREDUCE-3287. Fix a busy loop in ReduceTask that would cause 100%
     cpu utilization during the fetch phase. (todd)
 
+    MAPREDUCE-3365. Expose the event-logging debug feature of FairScheduler. 
(Sho Shimauchi via harsh)
 
 Release 0.20.205.1 - unreleased
 

Modified: 
hadoop/common/branches/branch-0.20-security/src/docs/src/documentation/content/xdocs/fair_scheduler.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security/src/docs/src/documentation/content/xdocs/fair_scheduler.xml?rev=1199059&r1=1199058&r2=1199059&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-0.20-security/src/docs/src/documentation/content/xdocs/fair_scheduler.xml
 (original)
+++ 
hadoop/common/branches/branch-0.20-security/src/docs/src/documentation/content/xdocs/fair_scheduler.xml
 Tue Nov  8 02:09:57 2011
@@ -324,7 +324,6 @@
           Hadoop's default algorithms from JobInProgress.
           </td>
           </tr>
-          <!--
           <tr>
           <td>
             mapred.fairscheduler.eventlog.enabled
@@ -333,6 +332,7 @@
             Enable a detailed log of fair scheduler events, useful for
             debugging.
             This log is stored in <em>HADOOP_LOG_DIR/fairscheduler</em>.
+           <strong>NOTICE: This setting is for experts only.</strong>
             Boolean value, default: false.
           </td>
           </tr>
@@ -343,10 +343,10 @@
           <td>
             If using the event log, this is the interval at which to dump
             complete scheduler state (list of pools and jobs) to the log.
+           <strong>NOTICE: This setting is for experts only.</strong>
             Integer value in milliseconds, default: 10000.
           </td>
           </tr>
-          -->
         </table>
       </section>  
       <section>


Reply via email to