Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ qsub -l nodes=1:ppn=4 -I
$ > module load test/spark
$ > start-multinode-spark-cluster.sh
$ > $SPARK_HOME/bin/spark-submit $SPARK_HOME/examples/src/main/python/wordcount.py /etc/passwd
$ > stop-multinode-spark-cluster.sh

...