I\'m trying to submit a Spark app from local machine Terminal to my Cluster. I\'m using --master yarn-cluster. I need to run the driver program on my Cluste
--master yarn-cluster
Try adding --jars option before your /path/to/jar/file
spark-submit --jars /tmp/test.jar