spark-shell \ --conf spark.driver.cores=2 \ --driver-memory 3G \ --num-executors 6 \ --conf spark.executor.cores=3 \ --executor-memory 4G
Last updated 7 years ago