Hi Kevin, May i ask you why are you using spark-submit instead of zeppelin.sh or zeppelin-daemon.sh ? just curious.
Zeppelin has %dep interpreter to load dependency library. see http://zeppelin.incubator.apache.org/docs/interpreter/spark.html#dependencyloading. sc.addFile will help adding a files. If dependency loader and addFile can not help you, could you create an issue for it? Thanks, moon On Mon, Apr 27, 2015 at 7:56 PM Dai, Kevin <[email protected]> wrote: > Hi, All > > > > When I use the use spark-submit to launch the zeppelin. I found it > couldn’t load the jar and files specified by –jars and –files. > > > > Can anyone tell me what’s wrong with it? > > > > Best Regards, > > Kevin. >
