Repository: ambari
Updated Branches:
  refs/heads/trunk 999ec6cbd -> 5c84ff011


AMBARI-16789. Remove unused print from zeppelin service check (Renjith Kamath 
via pallavkul)


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

Branch: refs/heads/trunk
Commit: 5c84ff011de7f8dfab753a98ce6e209350a29cdc
Parents: 999ec6c
Author: Pallav Kulshreshtha <[email protected]>
Authored: Fri May 20 12:50:52 2016 +0530
Committer: Pallav Kulshreshtha <[email protected]>
Committed: Fri May 20 12:50:52 2016 +0530

----------------------------------------------------------------------
 .../ZEPPELIN/0.6.0.2.5/package/scripts/service_check.py             | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5c84ff01/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/service_check.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/service_check.py
 
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/service_check.py
index 2a88a2c..5dfdcad 100644
--- 
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/service_check.py
+++ 
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/service_check.py
@@ -26,7 +26,6 @@ class ZeppelinServiceCheck(Script):
         import params
         env.set_params(params)
 
-        print ()
         Execute(format("curl -s -o /dev/null -w'%{{http_code}}' --negotiate 
-u: -k {zeppelin_host}:{zeppelin_port} | grep 200"),
                 tries = 10,
                 try_sleep=3,

Reply via email to