The story is that I can access a service listening on port 80 using a single node cluster, but can't do the same using a shared node cluster.
I read about the `spark.databricks.pyspark.iptable.outbound.whitelisted.ports` , however, setting that :
`spark.databricks.pyspark.iptable.outbound.whitelisted.ports 587,9100,9243,443,22,80`
does not make it work. Get Started Discussions
I would like if there are settings I'm missing or the above settings is the only supposed to be used in that case.