amoro
amoro copied to clipboard
Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? Replace the JUnit version used...
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? We only support spark 3.3...
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? There are currently some high-level...
## Why are the changes needed? In master-slave mode, requests from the slave node's OpenAPI will be automatically forwarded to the master node. Close #3963. ## Brief change log Add...
### Description Currently, AMS uses a master-slave mode. If a large number of Iceberg tables are managed, the master-slave mode will have performance bottlenecks, and a solution that can support...
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### Description Supports forwarding OpenAPI requests to the master node in master-slave mode....
## Why are the changes needed? Amoro optimization can result in the input files and the merged output files having the same number of files, and this can cause the...
A new configuration item has been added to control whether master & slave mode is enabled, in order to support the horizontal scaling capability of AMS. ## Why are the...
### What happened? When full optimizing mode is enabled, the following issue occurs: - A partition contains two relatively large files (for example, two 80 MB files). - During the...
### What happened? Amoro optimization can result in the input files and the merged output files having the same number of files, and this can cause the merge to fail...