You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: