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.
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