-
Notifications
You must be signed in to change notification settings - Fork 16
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
Storage #13
Comments
one suggestion is: |
When the data file (zip) is large, there could be out-of-memory issue during the decompressing of the zip file after uploading. |
Is there any distributed file systems optimized for machine learning tasks? |
i think we can |
@naili-xing FYI, you may also interested in HopFS as a distributed file system , which can be considered as an improved design of HDFS. Hopswork is using it as a distributed file system for machine learning platform. Github: Paper: Their ML platform Hopsworks: |
In additional to the above comment, you may be interested in how the Hopswork utilize HopFS for metadata store, I suggest you study this code as reference https://github.com/logicalclocks/hopsworks |
We have the following types of data to store
We need to figure out the storage system, e.g., database (postgresql), key-value store (redis), NFS, distributed file system or cloud storage, for each type of data
The text was updated successfully, but these errors were encountered: