Releases: google/hadoop-migration-assessment-tools
Releases · google/hadoop-migration-assessment-tools
v1.0.2
v1.0.1
What's Changed
- Use one logger name for all hook classes, add debug logs, fix some messages by @frsv in #47
- Handle NoSuchMethodError and NoClassDefFoundError errors with a dedicated log message, containing full classpath for debugging by @frsv in #48
- Add link to the assessment documentation to the README by @frsv in #56
- Adding kokoro by @pradeepthyadi-gcloud in #57
- Added execute permission on build.sh by @pradeepthyadi-gcloud in #60
- Add step with running tests to the build script by @frsv in #62
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Add scripts for manual release by @frsv in #42
- Fix errors in log messages by @frsv in #43
- Capture unfinished perf logger entries by @frsv in #44
- Remove unnecessary git tag creation when passing tag directly by @frsv in #45
- Update and rearrange docs by @frsv in #46
Full Changelog: v0.0.2...v1.0.0
v0.0.2
What's Changed
- Move rollover time updates under DatePartitionedRecordsWriterFactory by @frsv in #6
- Match the hook avro schema to the service schema definition by @frsv in #8
- Make array types a union by @frsv in #9
- Store map reduce and tez counters as JSON strings by @frsv in #10
- Fix missing copyright info in some files and update it to 2023 everywhere by @frsv in #11
- Use shorter unique IDs instead of UUID by @frsv in #12
- Use timestamp in the log filename instead of increasing log file counts by @frsv in #13
- Shorten default rollover period and make it configurable by @frsv in #14
- Lazily create writer to prevent a lot of empty log files by @frsv in #15
- use test utils by @ishmum123 in #17
- dump query type by @ishmum123 in #16
- update docs by @ishmum123 in #18
- Do not record counters in submission events and do not record empty counters by @frsv in #20
- dump databaseNames by @okerbez in #21
- Force set Java 8 for testing by @frsv in #24
- add map-reduce counters by @ishmum123 in #25
- added database by @okerbez in #23
- merge counters object field by @ishmum123 in #26
- Apply google-java-format to src/ by @frsv in #29
- Extend ExecutionMode with DDL, Spark and Client only queries, dump ExecutionEngine by @frsv in #28
- Test that getPreHookEvent method retrieves database from SessionState by @okerbez in #27
- Dump Hive server version by @frsv in #30
- add partitions by @okerbez in #22
- Report hook incompatibility for versions outside 2.2.x-3.x.x range by @frsv in #31
- Handle disabled logging gracefully by @frsv in #32
- Formatting fixes by @frsv in #33
- Dump Yarn application queue name by @frsv in #34
- Retrieve and dump Hive host name by @frsv in #35
- Use if statements instead of catching NullPointerException by @frsv in #36
- dump yarn resource usage information by @okerbez in #37
- dump list of applications data for single query by @okerbez in #38
- Improve logger debug logs by @frsv in #39
- Revert YARN applications data retrieval changes by @frsv in #40
- Increase default rollover period by @frsv in #41
New Contributors
- @ishmum123 made their first contribution in #17
- @okerbez made their first contribution in #21
Full Changelog: v0.0.1-alpha...v0.0.2
v0.0.1-alpha
What's Changed
- Initial set up with the hook backbone implementation by @frsv in #1
- Add EventRecordConstructor responsible for creating GenericRecords based on the hook type by @frsv in #2
- Rename DEFAULT_ROLLOVER_TIME_MILLISECONDS to DEFAULT_ROLLOVER_CHECK_INTERVAL_DURATION by @frsv in #7
Full Changelog: https://github.com/google/hadoop-migration-assessment-tools/commits/v0.0.1-alpha