Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: alluxio-py support alluxio and oss filesystem #76

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 20, 2024

  1. feat: alluxio-py support alluxio and oss filesystem

    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 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7c9d0cc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. feat: alluxio-py support alluxio and oss filesystem.Complete some com…

    …mits.Date:2024-09-20
    
    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 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e09ac51 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. feat: alluxio-py support alluxio and oss filesystem.Complete some com…

    …mits.Date:2024-09-29
    
    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 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    df26906 View commit details
    Browse the repository at this point in the history