I want to create a spark autonomous cluster. I can run master and slave on the same node, but the slave on the other node does not show the master URL and does not connect to the master file.
I run the command:
start-slave.sh spark://spark-server:7077
where spark-serveris the host name of my master.
I can execute the ping command from an employee, but the WebUI of the wizard does not show a single employee, except that it works on the same computer. The node client works with the worker, but it is independent and not connected with the wizard.
source
share