Back
Can anyone tell me how to run the Spark Java program?
The following command template is used to run JARs via the Spark framework:
./bin/spark-submit \--class <main-class> \--master <master-url> \--deploy-mode <deploy-mode> \--conf <key>=<value> \... # other options<application-jar> \[application-arguments]
If you are looking for an online course to learn Spark, check out this Spark Certification program by Intellipaat.
31k questions
32.8k answers
501 comments
693 users