Was this helpful?
Accessing Spark UI on a Remote Host
By default, the Spark Connector container exposes its UI on port 4040 only to localhost. This means, when running the container on a remote machine or Virtual Machine (VM), you must first establish an SSH connection with port forwarding from your localhost to the remote machine or VM. As a result, only users having login access to the database server can view the Spark user interface and the associated job logs.
Last modified date: 09/11/2026