rjagerman / glint

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

Unify configuration and simplify spark serialization #40

Closed rjagerman closed 8 years ago

rjagerman commented 8 years ago

This pull requests unifies most of the parameters into a single configuration file and simplifies serialization in spark by removing the (now unnecessary) implicit timeout parameters from the pull/push function calls.