Skip to content
aaronfeng edited this page Nov 21, 2012 · 2 revisions

Broker

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.

Running

Compute nodes can be run using the com.metamx.druid.http.BrokerMain class.

Configuration

See Configuration.

Clone this wiki locally