mirror of
https://github.com/apache/druid.git
synced 2025-02-06 01:58:20 +00:00
1884c35698
* add a travls job to do integrate test on K8s * revert build_run_cluster.sh * revert msic * run IT test * ready to test * modify before/after script * done * change mod for script * done * add env DRUID_OPERATOR_VERSION=0.0.3 * change version Co-authored-by: yuezhang <yuezhang@freewheel.tv>
16 lines
483 B
JSON
16 lines
483 B
JSON
{
|
|
"broker_host" : "localhost",
|
|
"broker_port" : "30400",
|
|
"broker_tls_url" : "http://localhost:30100",
|
|
"router_host" : "localhost",
|
|
"router_port" : "30400",
|
|
"router_tls_url" : "http://localhost:30400",
|
|
"indexer_host" : "localhost",
|
|
"indexer_port" : "30400",
|
|
"historical_host" : "localhost",
|
|
"historical_port" : "30300",
|
|
"coordinator_host" : "localhost",
|
|
"coordinator_port" : "30400",
|
|
"middlemanager_host": "localhost",
|
|
"zookeeper_hosts": "localhost:30600"
|
|
} |