Following are the ports which WSO2 DAS specifically uses.
All the below port numbers are subject to any port offset you applied.
Thrift ports
WSO2 DAS inherits the following port configurations used in its predecessor, WSO2 Business Activity Monitor (BAM).
- 7711 - Thrift SSL port for secure transport, where the client is authenticated to use WSO2 DAS.
- 7611 - Thrift TCP port where WSO2 DAS receives events from clients.
For a complete set of information on port configurations of WSO2 DAS and related WSO2 products, see Default Ports of WSO2 Products.
Ports used in a clustered deployment
The following ports are used when WSO2 DAS is deployed in a clustered setup.
- 10005 - The management port where each node shares its state with the other nodes in a high availability deployment.
- 11000 - The port at which the presenter node listens to events in a high availability deployment.
- 11224 - The port used by an active node to send events to the other active nodes is a high availability deployment.
Ports used by the Spark Analytics Engine
The Spark Analytics engine is used in 3 separate modes in WSO2 DAS as follows.
- Local mode
- Cluster mode
- Client mode
Default port configurations for these modes, are as follows.
For more information on these ports, go to Apache Spark Documentation.
Ports available for all modes
The ports that are available for all the above 3 modes are listed below.
Description | Port number |
---|---|
spark.ui.port | 4040 |
spark.history.ui.port | 18080 |
spark.blockManager.port | 12000 |
spark.broadcast.port | 12500 |
spark.driver.port | 13000 |
spark.executor.port | 13500 |
spark.fileserver.port | 14000 |
spark.replClassServer.port | 14500 |
Ports available for the cluster mode
The ports that are available only for the cluster mode are listed below.
Description | Port number |
---|---|
spark.master.port | 7077 |
spark.master.rest.port | 6066 |
spark.master.webui.port | 8081 |
spark.worker.port | 11000 |
spark.worker.webui.port | 11500 |