Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 a1f8e9fe5 -> a837d6191


AMBARI-22221. Fix initialization of Druid Script object. (nishantmonu51)


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

Branch: refs/heads/branch-2.6
Commit: a837d61915d60299fb59e16372a805ec8bc6f98f
Parents: a1f8e9f
Author: Nishant <nishant.mon...@gmail.com>
Authored: Thu Oct 12 21:20:11 2017 +0530
Committer: Nishant <nishant.mon...@gmail.com>
Committed: Thu Oct 12 22:38:12 2017 +0530

----------------------------------------------------------------------
 .../common-services/DRUID/0.10.1/package/scripts/druid_node.py      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a837d619/ambari-server/src/main/resources/common-services/DRUID/0.10.1/package/scripts/druid_node.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/DRUID/0.10.1/package/scripts/druid_node.py
 
b/ambari-server/src/main/resources/common-services/DRUID/0.10.1/package/scripts/druid_node.py
index 8053dcb..8e1a44f 100644
--- 
a/ambari-server/src/main/resources/common-services/DRUID/0.10.1/package/scripts/druid_node.py
+++ 
b/ambari-server/src/main/resources/common-services/DRUID/0.10.1/package/scripts/druid_node.py
@@ -32,6 +32,7 @@ from druid import druid, get_daemon_cmd, getPid
 
 class DruidBase(Script):
   def __init__(self, nodeType=None):
+    Script.__init__(self)
     self.nodeType = nodeType
 
   def install(self, env):

Reply via email to