Releases: cloudera-labs/hms-mirror
hms-mirror
hms-mirror
Upgraded hadoop common dependencies to a version supporting JDK17 Compile/Runtime environments.
hms-mirror
Additional Logging and Thread Corrections for sync.
hms-mirror
Issue corrected when converting Thread Future Classes for JDK 17.
hms-mirror
--sync not dropping table on right when left is missing. #189
When doing a Schema Sync for 'VIEWS', there aren't being dropped. #190
Add ability to save a comment for a run and record it in the report. #192
Themeleaf syntax causing excessive logging. #193
- Removed Spring Autowiring
- Function Documentation
hms-mirror (JDK17)
CVE's and JDK Upgrade to 17 (minimum version).
--sync not dropping table on right when left is missing.
If JDK17 isn't the default JDK, use env var 'JAVA_HOME' to set it to JDK17 before running hms-mirror
.
hms-mirror
Fixed floorDiv(long,int) to floorDiv(long,long) for Java8 compatibility.
hms-mirror
Fixed locale issue with set statements that used numeric values.
hms-mirror
Handle npe from SQL in-place downgrade of ACID tables.