Remove coordinator in Druid Cluster config (#5164) (#6443)

This commit is contained in:
Jiaji Zhou
2018-11-27 09:41:16 -08:00
committed by Maxime Beauchemin
parent 2b2c650040
commit 1eb0d0d835
24 changed files with 36 additions and 223 deletions

View File

@@ -84,9 +84,6 @@ class DruidTests(SupersetTestCase):
def get_test_cluster_obj(self):
return DruidCluster(
cluster_name='test_cluster',
coordinator_host='localhost',
coordinator_endpoint='druid/coordinator/v1/metadata',
coordinator_port=7979,
broker_host='localhost',
broker_port=7980,
broker_endpoint='druid/v2',
@@ -311,8 +308,6 @@ class DruidTests(SupersetTestCase):
cluster = DruidCluster(
cluster_name='test_cluster',
coordinator_host='localhost',
coordinator_port=7979,
broker_host='localhost',
broker_port=7980,
metadata_last_refreshed=datetime.now())