Closed rjagerman closed 9 years ago
Completed in f2bb63f15a4fd2026852b4c190daa8abcdc9b3cf
Implementation is currently completely stand-alone and separate from Spark. Both the client interface and the current basic implemention ArrayBigModel are entirely serializable because they either use transient lazy variables or only rely on ActorRef
Implement basic get and set functionality on the client-side of the parameter server.
This also requires some consideration for integration with Spark. The client interface should be serializable so Spark tasks can use it.