All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. Thanks to keepachangelog.com for this template.
0.0.4 - 2015-09-13
- This CHANGELOG file to track changes across versions.
- Example to submit Spark job to remote EC2 standalone cluster.
sparkSubmitJar
now acceptsString
instead ofFile
so arbitrary file path can be specified such ashdfs:///tmp/my-awesome-job.jar
0.0.3 - 2015-08-26
- Unsuccessful submission now emits error and shows on the screen
- Compile sources to Java 7 for compatability
- Fix a bug that prevents
settings(settings: Setting[_]*)
from working
0.0.2 - 2014-06-24
SparkSubmitYARN
plugin provides default settings suitable for YARN submissionSparkSubmitSetting
gains a few convenience constructors
- Productivity and Awesomeness incoming...