forked from apache/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
Broker
aaronfeng edited this page Nov 21, 2012
·
2 revisions
The Broker is the node to route queries to if you want to run a distributed cluster. It understands the metadata published to ZooKeeper about what segments exist on what nodes and routes queries such that they hit the right nodes. This node also merges the result sets from all of the individual nodes together.
Compute nodes can be run using the com.metamx.druid.http.BrokerMain
class.
See Configuration.