Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Given below are the specific ports used by WSO2 IS Analytics

Ports inherited from WSO2 BAM
  • 7712 - Thrift SSL port for secure transport, where the client is authenticated to use WSO2 IS Analytics.
  • 7612 - Thrift TCP port where WSO2 IS Analytics receives events from clients.
Ports used by the Spark Analytics Engine

The Spark Analytics engine is used in 3 separate modes in WSO2 IS Analytics as follows.

  • Local mode
  • Cluster mode
  • Client mode

Default port configurations for these modes are as follows.

Info

For more information on these ports, go to Apache Spark Documentation.

  • Ports available for all modes 
    The following ports are available for all three modes explained above. 

    DescriptionPort number
    spark.ui.port 4041
    spark.history.ui.port 18081
    spark.blockManager.port 12001
    spark.broadcast.port 12501
    spark.driver.port 13001
    spark.executor.port 13501
    spark.fileserver.port 14001
    spark.replClassServer.port 14501
  • Ports available for the cluster mode 
    The following ports are available only for the cluster mode.

    DescriptionPort number
    spark.master.port 7078
    spark.master.rest.port 6067
    spark.master.webui.port 8082
    spark.worker.port 11001
    spark.worker.webui.port 11501