[ 
https://issues.apache.org/jira/browse/AMBARI-19870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15860089#comment-15860089
 ] 

Sumit Mohanty commented on AMBARI-19870:
----------------------------------------

[~nishantbangarwa] can you look at the unit test failures:

{code}
OK
----------------------------------------------------------------------
Failed tests:
ERROR: test_configure_broker (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 143, in test_configure_broker
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/script.py",
 line 117, in locking_configure
    original_configure(obj, *args, **kw)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 43, in configure
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_configure_coordinator (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 97, in test_configure_coordinator
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/script.py",
 line 117, in locking_configure
    original_configure(obj, *args, **kw)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 43, in configure
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_configure_historical (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 235, in test_configure_historical
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/script.py",
 line 117, in locking_configure
    original_configure(obj, *args, **kw)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 43, in configure
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_configure_middleManager (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 281, in test_configure_middleManager
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/script.py",
 line 117, in locking_configure
    original_configure(obj, *args, **kw)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 43, in configure
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_configure_overlord (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 51, in test_configure_overlord
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/script.py",
 line 117, in locking_configure
    original_configure(obj, *args, **kw)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 43, in configure
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_configure_router (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 189, in test_configure_router
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/script.py",
 line 117, in locking_configure
    original_configure(obj, *args, **kw)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 43, in configure
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_start_broker (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 155, in test_start_broker
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 51, in start
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_start_coordinator (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 109, in test_start_coordinator
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 51, in start
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_start_historical (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 247, in test_start_historical
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 51, in start
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_start_middleManager (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 293, in test_start_middleManager
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 51, in start
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_start_overlord (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 63, in test_start_overlord
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 51, in start
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_start_router (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 201, in test_start_router
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 51, in start
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_stop_broker (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 175, in test_stop_broker
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 85, in stop
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_stop_coordinator (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 129, in test_stop_coordinator
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 85, in stop
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_stop_historical (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 267, in test_stop_historical
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 85, in stop
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_stop_middleManager (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 313, in test_stop_middleManager
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 85, in stop
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_stop_overlord (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 83, in test_stop_overlord
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 85, in stop
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

ERROR: test_stop_router (test_druid.TestDruid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
    return func(*args, **keywargs)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/2.6/DRUID/test_druid.py",
 line 221, in test_stop_router
    target=RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
    method(RMFTestCase.env, *command_args)
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/druid_node.py",
 line 85, in stop
    import params
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-server/src/main/resources/common-services/DRUID/0.9.2/package/scripts/params.py",
 line 213, in <module>
    if superset_db_type == "sqlite":
  File 
"/Users/smohanty/enlistments/asf-ambari/ambari-common/src/main/python/resource_management/libraries/script/config_dictionary.py",
 line 73, in __getattr__
    raise Fail("Configuration parameter '" + self.name + "' was not found in 
configurations dictionary!")
Fail: Configuration parameter 'druid-superset' was not found in configurations 
dictionary!

----------------------------------------------------------------------
Total run:1182
Total errors:18
Total failures:0
ERROR
[smohanty@HW12158 python (trunk)]$
{code}

> Add Superset as a UI for Druid in HDP
> -------------------------------------
>
>                 Key: AMBARI-19870
>                 URL: https://issues.apache.org/jira/browse/AMBARI-19870
>             Project: Ambari
>          Issue Type: Task
>            Reporter: Nishant Bangarwa
>            Assignee: Nishant Bangarwa
>             Fix For: trunk, 2.5.0
>
>         Attachments: ambari-19870.patch
>
>
> Add superset stack definitions to HDP 2.6



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to