Repository: ambari
Updated Branches:
  refs/heads/trunk bb9963c78 -> e65579818


AMBARI-11034. Implement HdfsResouces and it's usage (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e6557981
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e6557981
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e6557981

Branch: refs/heads/trunk
Commit: e65579818b077a3c803f672c9a05203bc5c3e056
Parents: bb9963c
Author: Andrew Onishuk <aonis...@hortonworks.com>
Authored: Tue May 12 18:28:00 2015 +0300
Committer: Andrew Onishuk <aonis...@hortonworks.com>
Committed: Tue May 12 18:29:22 2015 +0300

----------------------------------------------------------------------
 .../OOZIE/4.0.0.2.0/package/scripts/service_check.py              | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e6557981/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py
----------------------------------------------------------------------
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 eb55f07..a2195d8 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
@@ -27,9 +27,6 @@ from ambari_commons.os_family_impl import OsFamilyImpl
 from ambari_commons import OSConst
 import os
 import glob
-import sys
-sys.exit(0)
-
 
 class OozieServiceCheck(Script):
   pass

Reply via email to