You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/01/16 02:29:43 UTC

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

Updated Branches:
  refs/heads/trunk f87b95ed7 -> e7c4533ca


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e7c4533c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e7c4533c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e7c4533c

Branch: refs/heads/trunk
Commit: e7c4533cac2e3d4361a34f7c16ded8c81e378b42
Parents: f87b95e
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Jan 15 17:20:52 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Jan 15 17:20:52 2014 -0800

----------------------------------------------------------------------
 .../HDP/1.3.2/services/MAPREDUCE/configuration/mapred-site.xml     | 2 +-
 .../HDP/1.3.3/services/MAPREDUCE/configuration/mapred-site.xml     | 2 +-
 .../HDP/1.3.4/services/MAPREDUCE/configuration/mapred-site.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e7c4533c/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/mapred-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/mapred-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/mapred-site.xml
index 305337c..1db37a8 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/MAPREDUCE/configuration/mapred-site.xml
+++ b/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.

http://git-wip-us.apache.org/repos/asf/ambari/blob/e7c4533c/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/configuration/mapred-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/configuration/mapred-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/configuration/mapred-site.xml
index a07b98e..c4f6e39 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.3/services/MAPREDUCE/configuration/mapred-site.xml
+++ b/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.

http://git-wip-us.apache.org/repos/asf/ambari/blob/e7c4533c/ambari-server/src/main/resources/stacks/HDP/1.3.4/services/MAPREDUCE/configuration/mapred-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.4/services/MAPREDUCE/configuration/mapred-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.4/services/MAPREDUCE/configuration/mapred-site.xml
index 305337c..1db37a8 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.4/services/MAPREDUCE/configuration/mapred-site.xml
+++ b/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.