Deploying & Running Spark Applications on Hadoop with YARN

Опубликовано: 28 Апрель 2020
на канале: GK Codelabs
28,025
484

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)