Bladeren bron

AMBARI-4280. mapred config file is out of sync between the puppet and python version

Sumit Mohanty 11 jaren geleden
bovenliggende
commit
73057ba0ad

+ 0 - 22
ambari-server/src/main/resources/stacks/HDP/1.3.4/services/MAPREDUCE/configuration/mapred-site.xml

@@ -554,28 +554,6 @@
     <description>The keytab for the job history server principal.</description>
   </property>
 
-  <property>
-    <name>mapreduce.jobhistory.intermediate-done-dir</name>
-    <value>/mr-history/tmp</value>
-    <description>
-      Directory where history files are written by MapReduce jobs.
-    </description>
-  </property>
-
-  <property>
-    <name>mapreduce.jobhistory.done-dir</name>
-    <value>/mr-history/done</value>
-    <description>
-      Directory where history files are managed by the MR JobHistory Server.
-    </description>
-  </property>
-
-  <property>       
-    <name>mapreduce.jobhistory.webapp.address</name>
-    <value>localhost:19888</value>
-    <description>Enter your JobHistoryServer hostname.</description>
-  </property>
-
   <property>
     <name>mapred.jobtracker.blacklist.fault-timeout-window</name>
     <value>180</value>