Browse Source

Merge -r 704747:704748 from trunk to branch-0.19 to fix HADOOP-4376.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.19@704750 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 16 years ago
parent
commit
eae43f7bfe
2 changed files with 14 additions and 10 deletions
  1. 3 0
      CHANGES.txt
  2. 11 10
      conf/hadoop-default.xml

+ 3 - 0
CHANGES.txt

@@ -860,6 +860,9 @@ Release 0.19.0 - Unreleased
     HADOOP-4378. Fix TestJobQueueInformation to use SleepJob rather than
     WordCount via TestMiniMRWithDFS. (Sreekanth Ramakrishnan via acmurthy) 
 
+    HADOOP-4376. Fix formatting in hadoop-default.xml for
+    hadoop.http.filter.initializers. (Enis Soztutar via acmurthy) 
+
 Release 0.18.2 - Unreleased
 
   BUG FIXES

+ 11 - 10
conf/hadoop-default.xml

@@ -24,12 +24,11 @@
 <property>
   <name>hadoop.http.filter.initializers</name>
   <value></value>
-  <description>A comma separated list of class names.  Each class in the list must extend org.apache.hadoop.http.FilterInitializer.
-  
-  The corresponding Filter will be initialized.  Then, the Filter will be applied to all user facing jsp and servlet web pages.  The ordering of the list defines the ordering of the filters.
-
-  The value can be empty.
-  </description>
+  <description>A comma separated list of class names. Each class in the list 
+  must extend org.apache.hadoop.http.FilterInitializer. The corresponding 
+  Filter will be initialized. Then, the Filter will be applied to all user 
+  facing jsp and servlet web pages.  The ordering of the list defines the 
+  ordering of the filters.</description>
 </property>
 
 <!--- logging properties -->
@@ -562,13 +561,15 @@ creations/deletions), or "all".</description>
 <property>
   <name>dfs.namenode.decommission.interval</name>
   <value>300</value>
-  <description>Namenode periodicity in seconds to check if decommission is complete.</description>
+  <description>Namenode periodicity in seconds to check if decommission is 
+  complete.</description>
 </property>
 
 <property>
   <name>dfs.replication.interval</name>
   <value>3</value>
-  <description>The periodicity in seconds with which the namenode computes repliaction work for datanodes. </description>
+  <description>The periodicity in seconds with which the namenode computes 
+  repliaction work for datanodes. </description>
 </property>
 
 <property>
@@ -846,8 +847,8 @@ creations/deletions), or "all".</description>
 <property>
   <name>mapred.jobtracker.completeuserjobs.maximum</name>
   <value>100</value>
-  <description>The maximum number of complete jobs per user to keep around before delegating them to the job history.
-  </description>
+  <description>The maximum number of complete jobs per user to keep around 
+  before delegating them to the job history.</description>
 </property>
 
 <property>