Jar does not exist

Dear @Abhinav,

SparkJob.jar is present in hdfs location but when I am trying to access using spark-submit I am getting error as local jar does not exist.

Kindly resolve and provide solution for the same.

Hi Gowtham,
Please make sure both SparkJob.jar should be present at this /home/gowthambabu8269/Spark/SparkJob.jar and the WordCount class should be present inside com/learning inside your home directory. As you are running the program from the home directory. Current SparkJob.jar are you showing it is present inside hadoop.

Hope this will helps you.