i installed pre_built version of spark on each node of my cluster, (just download it then unzip it)
Question 1 :
Do i have to copy into conf directory the files slaves.template and spark-env.sh.template then edit them to connect my machines to each other ? if yes how can i do it only by command
Question2:
i lunched master on one remote machine (and when i wanted to access to spark web UI from my local machine using
http://IPofRemoteMachine:8080
IP_address:8080 or IP_address:4040
nothing has displayed on my browser, why and what i am missing ,?
Question3:
if i have 6 nodes on my cluster and if i want to use only 4 for example, do i have to lunch the master , then lunch workers only in nodes that i want to use?