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

Configuration for replacing path prefixes #708

Open
kellrott opened this issue May 31, 2023 · 0 comments
Open

Configuration for replacing path prefixes #708

kellrott opened this issue May 31, 2023 · 0 comments
Labels

Comments

@kellrott
Copy link
Contributor

Use case: workflow engine expects files to be mounted on local file system, but worker nodes will be receiving files from object storage.

Possible solution:

  1. Mount object store on head node using fuse mount, such as s3fs-fuse, to path like /var/run/s3-bucket
  2. Configure funnel to replace path prefix /var/run/s3-bucket with object storage downloads

Configuration could look something like:

path-remap:
    "/var/run/s3-bucket":
         driver: GenericS3
         base: s3://my-bucket/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant