Releases: cloudera-labs/hms-mirror
hms-mirror 3.x
hms-mirror 3.x
Full Changelog: 3.1.0.1...3.2.0.0
hms-mirror 2.x
hms-mirror 3.x
Connection and Pooling Property Management. Corrected the issue that prevented using the Cloudera Hive JDBC Driver.
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.