Hi, I use Spark Standalone cluster and I submitted my application in cluster mode. When I go the Spark Master UI there is a table layout for "Running Applications" and in that table there is a column called "Name" which has the value of my app name and when I click on the link it doesn't work because it is pointing to http://master_url:4040 instead of http://driver_ip:4040 and since driver process can be launched on any worker node how can I fix this?
Thanks, kant