Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Version 0.14.1

Compare
Choose a tag to compare
@kramasamy kramasamy released this 06 Jul 07:14
· 2141 commits to master since this release

Highlights

  • Experimental support for Heron on YARN using Apache REEF
  • Move to bazel 0.2.3 for compiling and packaging Heron
  • Export service provider interface for development of custom schedulers/uploaders/packing algorithms/metrics managers
  • Several bug fixes and improved documentation

Release Notes

  • Move to bazel 0.2.3
  • Implement Heron on YARN using Apache REEF
  • Detailed documentation on setting up Heron with local Aurora cluster
  • Export heron-spi.jar for custom development of packing algorithms/uploaders/schedulers
  • Make task index never negative in simulator's FieldsGrouping
  • Fix simulator SpoutInstance OutQueueFullCount metric
  • Allow display of single node topologies
  • Add the command to install libtool for Mac OS X developers
  • Add how to release to Maven central repo
  • Remove duplicate install code
  • Limit the maximum size of heron tuple set
  • Addition of docker image for heron distribution and dist build scripts
  • Update custom-metrics-sink documentation
  • Fixed bugs in RoundRobinPacking algorithm
  • Update custom-metrics-sink documentation
  • Several documentation enhancements and fixes
  • Increase the minimal queue size for Communicator
  • Additions to getting-started-troubleshooting.md
  • Remove localzk from heron_tracker.yaml
  • Add the command to install libtool for Mac OS X developers
  • Capture bazel build info into files, print info when return code is not zero for travis ci
  • Suppress unzip warnings during install time
  • Improve error messaging when role or env is missing