I am a newer to Druid. When I setup Druid cluster, I encountered a problem : Service[druid:overlord] call failed with status: 400 Bad Request.
The cluster structure:
node1 - run coordinaor process; overlord process; broker process;
node2 - run historical process; middleManager process; tranquility
node3 is same with node2.
Druid version: 0.9.1.1
tranquility version: 0.8.0
I want to read data from Kafka in realtime using tranquility. When started coordinator, overlord, broker, historical, middlemanager process, I want to start tranquility, suing command
"bin/tranquility kafka -configFile /home/druid-0.9.1.1/conf/tranquility/kafka-test.json", then the error mesage occured, and the tranquility process exit.
The kafka-test.json file is in the attachment, and also the detail error message.
Anyone who can help me!
Yufeng Wang