Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Spark runs the program


May 17, 2021 Spark Programming guide


Table of contents


Spark runs the program

Congratulations on your successful run of your first Spark app!

# For Scala and Java, use run-example:
./bin/run-example SparkPi

# For Python examples, use spark-submit directly:
./bin/spark-submit examples/src/main/python/pi.py