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

Version 0.13.1

Compare
Choose a tag to compare
@jingwei jingwei released this 29 Mar 20:08
· 2715 commits to master since this release

Version 0.13.1 includes a number of code cleanups and restructurings to have Heron run in local stably.

  • Google analytics added to homepage
  • Fix tmaster metrics counting
  • Do not raise exception if no metrics are found
  • Fix compilation of NullStateManager by adding the getAllExecutionStates method
  • Website/static assets update
  • Refactored restart command
  • Fixed centos5 distribution of client.yaml
  • Move 3rdparty libraries in a separate directory called 3rdparty in packaging
  • Removed the unused file sandbox.py
  • Incorporate colored messages on CLI
  • Removed import Log as Log and return True in successful cases
  • Check java home and remove trace execution option
  • Add color for different types of messages in CLI
  • Separate cli parsing and Scheduler Main into separate methods
  • Check if java home is set and remove trace execution option from subcommands both in CLI
  • Print traceback for errors in tracker handlers