Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.33 KB

NEWS.md

File metadata and controls

37 lines (29 loc) · 1.33 KB

Change Log

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

Added

  • This CHANGELOG file to track changes across versions.
  • Example to submit Spark job to remote EC2 standalone cluster.

Changed

  • sparkSubmitJar now accepts String instead of File so arbitrary file path can be specified such as hdfs:///tmp/my-awesome-job.jar

0.0.3 - 2015-08-26

Changed

  • Unsuccessful submission now emits error and shows on the screen
  • Compile sources to Java 7 for compatability

Fixed

  • Fix a bug that prevents settings(settings: Setting[_]*) from working

0.0.2 - 2014-06-24

Added

  • SparkSubmitYARN plugin provides default settings suitable for YARN submission
  • SparkSubmitSetting gains a few convenience constructors

0.0.1 - 2014-06-23

Added

  • Productivity and Awesomeness incoming...