Repository: ambari Updated Branches: refs/heads/branch-2.4 5926b43af -> f97e6cff1
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/f97e6cff Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f97e6cff Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f97e6cff Branch: refs/heads/branch-2.4 Commit: f97e6cff124dd8271def7c1dc7a21fffd1d4626d Parents: 5926b43 Author: Pallav Kulshreshtha <[email protected]> Authored: Fri May 20 12:50:52 2016 +0530 Committer: Pallav Kulshreshtha <[email protected]> Committed: Fri May 20 12:52:40 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/f97e6cff/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,
