In this video, I have explained how you can deploy the spark application on to the Hadoop cluster and trigger the application using the YARN resource manager.
The code mentioned and deployed being used:
• Handling Missing Values in Spark Data...
The commands used in the Video:
SSH command: ssh root@(your machine IP) -p 2222
SCP Command: scp -P 2222 -r (for directory) (file/dirname)root@(IP):/home(sandbox path)