References → Advanced SQLi Ports
For on-prem installations, you must be aware of the following ports that the advanced SQLi uses.
Kyuubi
Configuration file is located at: IncortaNode/kyuubi/services/{}/conf/kyuubi-defaults.sh
Name | Port | Comment |
---|---|---|
kyuubi.zookeeper.embedded.port | 21810 | |
kyuubi.frontend.thrift.http.bind.port | 10010 | Can be configured, default 10010 |
kyuubi.frontend.thrift.binary.bind.port | 10009 | Can be configured, default 10009 |
kyuubi.incorta.auth.service.port | 50051 | Kyuubi uses this port to communicate with the analytics service |
spark.sql.incorta.port | 5003 | Kyuubi uses this port to communicate with the analytics service |
spark.driver.port | 5558 | Kyuubi uses this port to communicate with custom Spark (SparkX) |
spark.ui.port | 4040 | Default value allocated by Kyuubi |
SparkX
Config location on 2024.1.x clusters: IncortaNode/sparkX/conf/spark-env.sh
Note
Starting 2024.7.x and with the introduction of the unified Spark instance, you won't need to specify these Spark ports.
Name | Port |
---|---|
SPARK_MASTER_PORT | 5055 |
SPARK_MASTER_WEBUI_PORT | 5051 |
SPARK_WORKER_PORT | 5058 |
SPARK_WORKER_WEBUI_PORT | 5052 |
gRPC
Name | Port |
---|---|
incorta.grpc.server.port | 50051 |
Arrow Flight
Name | Port |
---|---|
flight.result.data.port | 8090 |
flight.meta.data.port | 5003 |
flight.ddm.data.port | 5002 |