You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2017/06/13 11:45:24 UTC

[2/2] ambari git commit: AMBARI-21224. RU: Oozie LR job failed (aonishuk)

AMBARI-21224. RU: Oozie LR job failed (aonishuk)


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

Branch: refs/heads/branch-2.5
Commit: f2c91c250b7a1bb27a49e440413bb6a2892696e6
Parents: 21959a4
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Tue Jun 13 14:44:08 2017 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Tue Jun 13 14:44:08 2017 +0300

----------------------------------------------------------------------
 .../HDP/2.6/services/YARN/configuration-mapred/mapred-site.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f2c91c25/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration-mapred/mapred-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration-mapred/mapred-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration-mapred/mapred-site.xml
index bbfdc24..f03125b 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration-mapred/mapred-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration-mapred/mapred-site.xml
@@ -19,7 +19,7 @@
 <configuration supports_final="true">
     <property>
         <name>yarn.app.mapreduce.client.job.max-retries</name>
-        <value>30</value>
+        <value>60</value>
         <description>
             The number of retries the client will make for getJob and dependent calls.
         </description>