-
Notifications
You must be signed in to change notification settings - Fork 348
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
finish aws s3 support #120
Comments
mostly done now |
https://filesystem-spec.readthedocs.io/en/latest/features.html#remote-write-caching looks like a good option |
same slowness issue on hdfs, probably also same solution |
I'm not observing any big slowness after the #85 (that should be improved) |
I actually did more tests and this is working as expected, using local cache doesn't seem required |
pip install s3fs
makes it work almost completelyonly thing that doesn't work is the logger process, somehow the glob always return the same files, it doesn't see the new files
solutions:
The text was updated successfully, but these errors were encountered: