amoro
amoro copied to clipboard
Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
## Why are the changes needed? Close #3531 This PR removes support for Java 8 across the project. Reasons: Java 8 is end-of-life and no longer receives public updates or...
## Why are the changes needed? The current Dashboard login uses an admin-user with a plaintext password, which is highly insecure. To enhance security, centralize user management, and align with...
## Why are the changes needed? JUnit 4 tests are skipped without warning Close #4011. ## Brief change log - Added the junit-vintage-engine dependency to support the execution of JUnit...
### What happened? JUnit 4 tests are skipped without warning ### Affects Versions master ### What table formats are you seeing the problem on? _No response_ ### What engines are...
## Why are the changes needed? Close #3971. ## Brief change log - Bump shade-zookeeper version to 3.9.4 - Bump shade-jackson version to 2.15.0 - Bump snappy-java version to 1.1.10.1...
## Why are the changes needed? The HighAvailabilityContainer adds a node registration function. In master-slave mode, each AMS node, after startup, needs to elect a master through ZooKeeper and register...
## Why are the changes needed? I hope to obtain the master-slave status of AMS through HTTP and metrics. Close #3994. ## Brief change log Introducing a member variable to...
## Why are the changes needed? Close https://github.com/apache/amoro/issues/3914. ## Brief change log - ## How was this patch tested? - [ ] Add some test cases that check the changes...
Close #3940
### Description Support LDAP Authentication for Dashboard Login ### Use case/motivation The current Dashboard login uses an admin-user with a plaintext password(admin-password), which is highly insecure. To enhance security, centralize...