Hello!
I'm trying to set up a reverse proxy (using nginx) for the Spark Web UI.
I have 2 machines:
   1) Machine A, with a public IP. This machine will be used to access
Spark Web UI on the Machine B through its private IP address.
   2) Machine B, where Spark is installed (standalone master cluster, 1
worker node and the history server) not accessible from the outside.

Basically I want to access the Spark Web UI through my Machine A using the
URL:
http://machine_A_ip_address/spark

Any advised setup for Spark Web UI + nginx?

Thank you.

Reply via email to