You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ac...@apache.org on 2008/10/15 02:17:49 UTC

svn commit: r704748 - in /hadoop/core/trunk: CHANGES.txt conf/hadoop-default.xml

Author: acmurthy
Date: Tue Oct 14 17:17:49 2008
New Revision: 704748

URL: http://svn.apache.org/viewvc?rev=704748&view=rev
Log:
HADOOP-4376. Fix formatting in hadoop-default.xml for hadoop.http.filter.initializers. Contributed by Enis Soztutar.

Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/conf/hadoop-default.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=704748&r1=704747&r2=704748&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Oct 14 17:17:49 2008
@@ -914,6 +914,9 @@
     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

Modified: hadoop/core/trunk/conf/hadoop-default.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/conf/hadoop-default.xml?rev=704748&r1=704747&r2=704748&view=diff
==============================================================================
--- hadoop/core/trunk/conf/hadoop-default.xml (original)
+++ hadoop/core/trunk/conf/hadoop-default.xml Tue Oct 14 17:17:49 2008
@@ -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 @@
 <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 @@
 <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>