jerqi opened a new issue, #1030:
URL: https://github.com/apache/incubator-uniffle/issues/1030

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the 
[issues](https://github.com/apache/incubator-uniffle/issues) and found no 
similar issues.
   
   
   ### Describe the proposal
   
   Now, remote shuffle storage only support Hadoop Compatible Filesystem. 
Object storage is also important and widely used in the big data system. Object 
storage has different implement. Some systems don't support the method of 
`list` or have bad performance of the method `list`. Some systems need to 
consider file names to use more buckets of object. Some object storage don't 
support the method `append`. To have better performance, we should support 
object storage to adapt different object storage systems.
   
   ### Task list
   
   - [] https://github.com/apache/incubator-uniffle/issues/892
   - [] https://github.com/apache/incubator-uniffle/issues/391
   - [] documents for object storage (need to create an issue)
   - [] An interface for object storage (need to create an issue)
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@uniffle.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to