You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the Apache Spark Pi job in yarn-client mode, using code from org.apache.spark:
./bin/spark-submit --class org.apache.spark.examples.SparkPi
--master yarn-client
--num-executors 1
--driver-memory 512m
--executor-memory 512m \
The text was updated successfully, but these errors were encountered:
Run the Apache Spark Pi job in yarn-client mode, using code from org.apache.spark:
./bin/spark-submit --class org.apache.spark.examples.SparkPi
--master yarn-client
--num-executors 1
--driver-memory 512m
--executor-memory 512m \
The text was updated successfully, but these errors were encountered: