Sfoglia il codice sorgente

AMBARI-4074. Fix mapred-site.xml configs. (yusaku)

Yusaku Sako 11 anni fa
parent
commit
e7c4533cac

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/mapred-site.xml

@@ -396,7 +396,7 @@
 
   <property>
     <name>mapred.job.tracker.persist.jobstatus.dir</name>
-    <value>/etc/hadoop/conf/health_check</value>
+    <value>/mapred/jobstatus</value>
     <description>The directory where the job status information is persisted
       in a file system to be available after it drops of the memory queue and
       between jobtracker restarts.

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/configuration/mapred-site.xml

@@ -397,7 +397,7 @@
 
 <property>
   <name>mapred.job.tracker.persist.jobstatus.dir</name>
-  <value>/etc/hadoop/conf/health_check</value>
+  <value>/mapred/jobstatus</value>
   <description>The directory where the job status information is persisted
    in a file system to be available after it drops of the memory queue and
    between jobtracker restarts.

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

@@ -396,7 +396,7 @@
 
   <property>
     <name>mapred.job.tracker.persist.jobstatus.dir</name>
-    <value>/etc/hadoop/conf/health_check</value>
+    <value>/mapred/jobstatus</value>
     <description>The directory where the job status information is persisted
       in a file system to be available after it drops of the memory queue and
       between jobtracker restarts.