Repository: ambari Updated Branches: refs/heads/branch-2.4 390ae4249 -> 77c2dc6e5 refs/heads/trunk b98393f3f -> 9c6e02a25
AMBARI-17768. Oozie can not be set up with external DB (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bdf88807 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bdf88807 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bdf88807 Branch: refs/heads/branch-2.4 Commit: bdf88807f9c0de881bbf542c84b5043259b7ebd6 Parents: 390ae42 Author: Lisnichenko Dmitro <[email protected]> Authored: Mon Jul 18 17:25:55 2016 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Mon Jul 18 17:25:55 2016 +0300 ---------------------------------------------------------------------- .../OOZIE/4.0.0.2.0/package/scripts/oozie_service.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bdf88807/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py index fdda415..2d09636 100644 --- a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py +++ b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py @@ -93,6 +93,7 @@ def oozie_service(action = 'start', upgrade_type=None): exit(1) if db_connection_check_command: + os.chmod(params.check_db_connection_jar, 0o755) Execute( db_connection_check_command, tries=5, try_sleep=10,
