Versions Compared

Key

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

...

;
export JAVA_HOME=/usr/lib/jvm/java-8-oracle;
/opt/spark/1.6/bin/spark-submit {driver_options} --class=MyClass {file} arg1 arg2;

 

Note that JAVA_HOME is only set for the duration of the job execution. It will not affect other jobs.