This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 853d753 AMBARI-25162. Fix Oozie Service Check (#2827)
853d753 is described below
commit 853d753eac97c4b8de155dacde2019d4af53d7d2
Author: dineshchitlangia <[email protected]>
AuthorDate: Wed Feb 27 05:48:37 2019 -0500
AMBARI-25162. Fix Oozie Service Check (#2827)
---
.../common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py | 1 +
1 file changed, 1 insertion(+)
diff --git
a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py
b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py
index ae7cb21..29fcb16 100644
---
a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py
+++
b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py
@@ -20,6 +20,7 @@ limitations under the License.
import os
import glob
+from resource_management.core.exceptions import Fail
from resource_management.core.resources.system import Execute
from resource_management.core.resources import File
from resource_management.core.source import StaticFile