spark setup
spark setup
o Edit slaves:
o nano slaves
Add the IP addresses of all worker nodes (including the master node if it’s also
acting as a worker), e.g.:
master-ip
worker1-ip
worker2-ip
student_id,department,cgpa,semester
101,CSE,8.5,1
102,ECE,7.8,1
103,CSE,9.0,2
104,CSE,7.5,3
105,CSE,8.1,4
Master Node:
Worker Nodes:
Worker Nodes:
1. Stop the worker process on each worker:
2. /opt/spark/sbin/stop-worker.sh
Master Node: