AMBARI-18919. Oozie Server fails to start due to timeout (aonishuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/67508695 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/67508695 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/67508695 Branch: refs/heads/branch-feature-AMBARI-18456 Commit: 675086954cb53db8821ac44f2ae8ef122f5dfec8 Parents: 323628c Author: Andrew Onishuk <[email protected]> Authored: Thu Nov 17 14:01:20 2016 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Thu Nov 17 14:01:20 2016 +0200 ---------------------------------------------------------------------- .../main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml | 2 +- .../main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/67508695/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml index 15aea2d..1d6a1c1 100644 --- a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml @@ -58,7 +58,7 @@ <commandScript> <script>scripts/oozie_server.py</script> <scriptType>PYTHON</scriptType> - <timeout>1200</timeout> + <timeout>1800</timeout> </commandScript> <logs> <log> http://git-wip-us.apache.org/repos/asf/ambari/blob/67508695/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml index 8b8829b..dcda7c0 100644 --- a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml @@ -59,7 +59,7 @@ <commandScript> <script>scripts/oozie_server.py</script> <scriptType>PYTHON</scriptType> - <timeout>1200</timeout> + <timeout>1800</timeout> </commandScript> <logs> <log>
