Skip to content

Releases: mesos/hadoop

v0.1.0

29 Mar 11:27
Compare
Choose a tag to compare

This 0.1.0 release contains a bunch of improvements related to the handling of idle resources on the cluster. Previously map/reduce slots would be launched via TaskTrackers when new jobs are submitted, and over time on a busy cluster the ratio of map/reduce slots could get slightly skewed and be less than ideal, often resulting in idle map/reduce slots. More details of related issues can be seen in #32 and #33.

  • Idle TaskTrackers #33

v0.0.9

28 Mar 13:43
Compare
Choose a tag to compare

This minor release contains the following changes/bug fixes/improvements;

  • Hadoop upgrade to CDH 2.5.0-mr1-cdh5.2.0 #38
  • Mesos upgrade to 0.21.0 #38
  • Switched away from using the mesosphere mvn repository as jars have been published #41
  • Added support for leaving mapred.mesos.executor.uri blank (to allow for pre-installed executor code) #43
  • Better JVM configuration #39
  • Support for forcing the scheduler to only accept offers for it's given mesos role #37
  • Improvements related to HA jobtrackers #27