mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
55c08e0746
* DruidSegmentReader should work if timestamp is specified as a dimension * Add integration tests Tests for compaction and re-indexing a datasource with the timestamp column * Instructions to run integration tests against quickstart * address pr
17 lines
493 B
JSON
17 lines
493 B
JSON
{
|
|
"broker_host" : "localhost",
|
|
"broker_port" : "8082",
|
|
"broker_tls_url" : "http://localhost:8082",
|
|
"router_host" : "localhost",
|
|
"router_port" : "8888",
|
|
"router_tls_url" : "http://localhost:8888",
|
|
"indexer_host" : "localhost",
|
|
"indexer_port" : "8081",
|
|
"historical_host" : "localhost",
|
|
"historical_port" : "8083",
|
|
"coordinator_host" : "localhost",
|
|
"coordinator_port" : "8081",
|
|
"middlemanager_host": "localhost",
|
|
"zookeeper_hosts": "localhost:2181"
|
|
}
|