Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@brnleehng brnleehng released this 23 Aug 02:12
· 134 commits to master since this release

[0.4.0] 2017-08-22

Added

  • Custom Scripts: Allows users to run commands on the command prompt when nodes boots up
  • Output Files: Able to persistently upload files to Azure Storage after task completion
  • Added cluster configuration validation at runtime
  • Enable/Disable merge task from collecting all the tasks into one list

Changed

  • Enable reduce function based on chunk size
  • Support backwards compatibility for older versions of the cluster configuration
  • Improve R package installation using scripts instead of creating R package installation command lines on the fly
  • Automatically load libraries defined in the foreach loop

Fixed

  • Paging through all tasks in waitForTasksToComplete function allow jobs to not fail early
  • Added :: import operators to fix NAMESPACE problems