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/27a99389 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/27a99389 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/27a99389 Branch: refs/heads/branch-feature-AMBARI-20859 Commit: 27a99389e3c3566b6fc58b17cb06510ab9bffa13 Parents: 1f19461 Author: Andrew Onishuk <[email protected]> Authored: Tue Jun 13 14:44:05 2017 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Tue Jun 13 14:44:05 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/27a99389/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>
