Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Releases: twitter/hraven

hRaven-0.9.16

30 Sep 23:03
Compare
Choose a tag to compare
  • enabling 2.4 history file processing
  • removed certain catching of exceptions (so that oozie/falcon can detect job failures)
  • Remove copying of cost file from local to HDFS (for enabling running on oozie)
  • minor fixes like assigning null to variables during processing

hraven-0.9.15

24 Jun 18:49
Compare
Choose a tag to compare
  • Updates to shell scripts
  • Added tasks endpoint
  • Added jobCost and flowCost in job and flow apis
  • Added metrics to measure REST api calls
  • Various code-fixes and tech debt reduction:
    • Add toString to all keys and standardize their construction
    • Refactor code in TaskDetails

hRaven-0.9.14

29 May 19:24
Compare
Choose a tag to compare
  • Added a start and end time to flow REST API
  • new REST api for new jobs on a cluster
  • Corrected the timestamp being stored in appVersion table
  • queue/pool name now returned at flow level
  • Ensuring getCluster api checks for hadoop 2 property first

hraven-0.9.13

25 Apr 19:37
Compare
Choose a tag to compare
  • Calculating job cost as part of the Processing step
  • an api to getJobDescFactory to getAppId for a jobConf
  • a REST api to get cluster based on hostname

hraven-0.9.12

25 Apr 20:24
Compare
Choose a tag to compare

Hot fix release for ensuring MR job status is set in hadoop2

hraven-0.9.11

25 Apr 20:27
Compare
Choose a tag to compare
  • Not attempting to load huge history files into raw table
  • Update MRJobDescFactory/getSubmitTimeMillisFromJobHistory to check for hadoop2 submit time
  • Some code Cleanup: remove config filter references

hraven-0.9.9-copy

07 Mar 18:56
Compare
Choose a tag to compare
[maven-release-plugin] prepare release hraven-0.9.9

hraven-0.9.8

10 Feb 19:02
Compare
Choose a tag to compare
  • Correct the Slot millis within hRaven due to bug in hadoop2 counters #51
  • Add a new job history key called "diagnostics" in hadoop2 #50
  • fix calculations in getDuration() in Flow class #49
  • Return (wall clock time) elapsedTime for flows #47
  • Add more time related and data sized based logging for REST endpoints #44