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