AMBARI-20372. RU: Oozie LR job failed (dgrinenko via echekanskiy)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b13467fb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b13467fb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b13467fb Branch: refs/heads/branch-feature-AMBARI-12556 Commit: b13467fb470ec4c1caf64fad4a5a88f779a14b5e Parents: ff235b4 Author: Eugene Chekanskiy <[email protected]> Authored: Sun Mar 12 16:17:04 2017 +0200 Committer: Eugene Chekanskiy <[email protected]> Committed: Sun Mar 12 16:17:04 2017 +0200 ---------------------------------------------------------------------- .../YARN/configuration-mapred/mapred-site.xml | 28 ++++++++++++++++++++ 1 file changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b13467fb/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 new file mode 100644 index 0000000..bbfdc24 --- /dev/null +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration-mapred/mapred-site.xml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<configuration supports_final="true"> + <property> + <name>yarn.app.mapreduce.client.job.max-retries</name> + <value>30</value> + <description> + The number of retries the client will make for getJob and dependent calls. + </description> + <on-ambari-upgrade add="false"/> + </property> +</configuration> \ No newline at end of file
