Druid Service Port Summary?

2,625 views
Skip to first unread message

Mark

unread,
Mar 11, 2016, 4:31:07 PM3/11/16
to Druid User
I am in the process of configuring firewall access ports and was wondering if there was a summary page of what services are on what ports.  

Specifically I am using Tranquility to send event streams to Druid and was wondering what ports it needs access to on the Druid server.  My best guess is port 2181 for Zookeeper and ports 8100-8199 for Druid Peons.

I found the following in relation to Peon ports.


Is there any Druid summary page outlining default service ports? 


Something like the following which I found on imply, would be nice.



Master Server
  • 1527 (Derby; not needed if you are using a separate metadata store like MySQL or PostgreSQL)
  • 2181 (ZooKeeper; not needed if you are using a separate zookeeper cluster)
  • 8081 (Druid Coordinator)
  • 8090 (Druid Overlord)
In production, we recommend deploying ZooKeeper and your metadata store on their own dedicated hardware, rather than on the Master Server.Query Server
  • 8082 (Druid Broker)
  • 9095 (Bard)
Data Server
  • 8083 (Druid Historical)
  • 8091 (Druid Middle Manager)
  • 8100–8199 (Druid Peons)
  • 8200 (Tranquility Server)
 

charles.allen

unread,
Mar 11, 2016, 5:49:12 PM3/11/16
to Druid User
The ports in druid itself are set by the druid.port property. So the real answer is that the druid ports use whatever you tell them to use.

But it would be handy to have defaults listed in a more sane format, and what properties you need to set to change them.

Note there's a bug relating to the peons where they use more ports than they should : https://github.com/druid-io/druid/issues/2545 the fix is coming in 0.9.0

Fangjin Yang

unread,
Mar 14, 2016, 8:08:17 PM3/14/16
to Druid User
Reply all
Reply to author
Forward
0 new messages