If I make changes and possibly add dependencies to spark on my master how do I rebuild & redeploy so that master and workers all have the changes when I start spark-shell. What sbt commands do I need to run - package, assembly, publish-local, ...? Do I need to run the stop-all.sh, start-all.sh scripts?
thanks Daniel
