Products | Versions |
---|---|
TIBCO Data Virtualization | 8.x and higher |
As mentioned in our v8.x Users Guide:
------------------------------------------------------------------------------------------------------------
7 additional ports are required by MPP Engine.
IF the port specified for TDV is P (the TDV base port default is 9400), then the following ports are needed.
Zookeeper Quorum Port = P — 100
Zookeeper Election Port = P — 100 + 1
Zookeeper Client Port = P — 100 + 2
Drill HTTP (web console) Port = P — 100 + 3
Drill User Port = P — 100 + 4
Drill Server Bit Ports = (P — 100 + 5) and (P — 100 + 6)
------------------------------------------------------------------------------------------------------------
These ports begin as an offset from the TDV base port by 100.
So if your TDV base port is 9400, then you will need to have ports 9300 - 9306 available for the optional MPP use.
Question: Is there a way to specify and configure these 7 ports to be elsewhere?