Hi
I am testing Jupyter Notebook with spark on k8s in mode cluster. However, I faced with some problems:
- I can't copy spark jar files from local notebook to spark cluster in k8s (I find that jar files are copied from driver to executor) so I met error: not found file.
- And when connecting to spark through livy. The working directory on the notebook was changed to lied on spark driver
So, can run spark in mode client through Livy? Now, I realize that in client mode will resolve the above problem
Hi
I am testing Jupyter Notebook with spark on k8s in mode cluster. However, I faced with some problems:
So, can run spark in mode client through Livy? Now, I realize that in client mode will resolve the above problem