rjagerman / glint

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

cluster conf example #70

Open citizenkeynes opened 6 years ago

citizenkeynes commented 6 years ago

Hey Rolf!

I am struggling to setup glint on a standalone spark cluster. i am following your tutorial with one master and one server. (and i use the standard conf from your repo)

I can manipulate the bigVector fine on the master node / but my futures time out if I try a .push() within and RDD foreach statement?

so the client seems to be running fine - but i cannot be accessed from the worker nodes.

thanks christian