rjagerman / glint

Glint: High performance scala parameter server
MIT License
168 stars 67 forks source link

Feature/hdfs save #74

Open batizty opened 6 years ago

batizty commented 6 years ago
batizty commented 6 years ago

@baukloze

Hi this branch was added the feature 'hdfs save', and your matrix/vector will be store into HDFS as specific HDFS path. All partitions will be store with name 'part-$index', which index range is from 1 to size.

Thanks