kubedirector
kubedirector copied to clipboard
Spark application needs documentation on adding jars
The docs page needs instructions for adding jars.
The method I used was:
- On the livy, master and worker nodes
- kubectl exec --it NODE -- bash
- run spark_shell with --packages parameter
- copy libs from /root/.ivy2/jars to SPARK_HOME/jars
- restart spark or livy service