alluxio-py icon indicating copy to clipboard operation
alluxio-py copied to clipboard

feat: alluxio-py support alluxio and oss filesystem

Open liiuzq-xiaobai opened this issue 6 months ago • 0 comments

The implementation of the delegated filesystem for Alluxio and OSS has been completed. Specific notes: 1.Users need to specify in the configuration whether the delegated filesystem should be accelerated by Alluxio using the alluxio_enable flag. If set to true, the configuration file must still include the necessary initialization settings for the Alluxio filesystem. 2.The configuration file can include multiple OSS filesystems as delegated filesystems, but it is necessary to ensure that their bucket_name is unique. A unique delegated filesystem is determined by the combination of the delegated filesystem name and the bucket_name.

liiuzq-xiaobai avatar Aug 20 '24 09:08 liiuzq-xiaobai