This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
Releases: twitter/hraven
Releases · twitter/hraven
hRaven-0.9.16
- 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
- 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
- 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
- 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
Hot fix release for ensuring MR job status is set in hadoop2
hraven-0.9.11
- 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
[maven-release-plugin] prepare release hraven-0.9.9
hraven-0.9.8
- 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