amoro icon indicating copy to clipboard operation
amoro copied to clipboard

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.

Results 518 amoro issues
Sort by recently updated
recently updated
newest added

## 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...

type:docs
type:infra
type:build

## 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...

type:docs
module:ams-server
type:build

## 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...

type:infra
type:build

### 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...

type:bug

## 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...

type:build

## 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...

module:ams-server
module:common

## 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...

module:ams-server

## 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...

module:ams-server
module:common

### 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...

type:feature