In spark REPL, we can type in a function and let it run remotely. Anybody know how is it implemented?
I’m trying to serialize a function or a class, send it to a remote server, and let the server invoke it. I don’t care much about securities. What i’m unable to do was how to get it serialized. Thanks in advance. --Bochun
