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/330038d0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/330038d0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/330038d0 Branch: refs/heads/trunk Commit: 330038d076b284226f5f889b5eda155f14421f0a Parents: b98393f Author: Lisnichenko Dmitro <[email protected]> Authored: Mon Jul 18 17:25:55 2016 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Mon Jul 18 17:26:32 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/330038d0/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 d5164fe..0713c97 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 @@ -95,6 +95,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,
