Browse Source

MAPREDUCE-3365. Uncomment the FairScheduler event-logging debug opts. Contributed by Sho Shimauchi.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security@1199059 13f79535-47bb-0310-9956-ffa450edef68
Harsh J 13 years ago
parent
commit
bab096dfa0
2 changed files with 3 additions and 2 deletions
  1. 1 0
      CHANGES.txt
  2. 2 2
      src/docs/src/documentation/content/xdocs/fair_scheduler.xml

+ 1 - 0
CHANGES.txt

@@ -59,6 +59,7 @@ Release 0.20.206.0 - unreleased
     MAPREDUCE-3287. Fix a busy loop in ReduceTask that would cause 100%
     MAPREDUCE-3287. Fix a busy loop in ReduceTask that would cause 100%
     cpu utilization during the fetch phase. (todd)
     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
 Release 0.20.205.1 - unreleased
 
 

+ 2 - 2
src/docs/src/documentation/content/xdocs/fair_scheduler.xml

@@ -324,7 +324,6 @@
           Hadoop's default algorithms from JobInProgress.
           Hadoop's default algorithms from JobInProgress.
           </td>
           </td>
           </tr>
           </tr>
-          <!--
           <tr>
           <tr>
           <td>
           <td>
             mapred.fairscheduler.eventlog.enabled
             mapred.fairscheduler.eventlog.enabled
@@ -333,6 +332,7 @@
             Enable a detailed log of fair scheduler events, useful for
             Enable a detailed log of fair scheduler events, useful for
             debugging.
             debugging.
             This log is stored in <em>HADOOP_LOG_DIR/fairscheduler</em>.
             This log is stored in <em>HADOOP_LOG_DIR/fairscheduler</em>.
+	    <strong>NOTICE: This setting is for experts only.</strong>
             Boolean value, default: false.
             Boolean value, default: false.
           </td>
           </td>
           </tr>
           </tr>
@@ -343,10 +343,10 @@
           <td>
           <td>
             If using the event log, this is the interval at which to dump
             If using the event log, this is the interval at which to dump
             complete scheduler state (list of pools and jobs) to the log.
             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.
             Integer value in milliseconds, default: 10000.
           </td>
           </td>
           </tr>
           </tr>
-          -->
         </table>
         </table>
       </section>  
       </section>  
       <section>
       <section>