1
0
Преглед на файлове

HADOOP-4376. Fix formatting in hadoop-default.xml for hadoop.http.filter.initializers. Contributed by Enis Soztutar.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@704748 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy преди 16 години
родител
ревизия
1a2cf2b8f5
променени са 2 файла, в които са добавени 14 реда и са изтрити 10 реда
  1. 3 0
      CHANGES.txt
  2. 11 10
      conf/hadoop-default.xml

+ 3 - 0
CHANGES.txt

@@ -914,6 +914,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>