Re: java.lang.NullPointerException on adding local jar as dependency to the spark interpreter

2017-05-14 Thread shyla deshpande
I added my local jar to my maven local repo and added the dependency by filling groupId:artifactId:version and then it worked. On Tue, May 9, 2017 at 10:19 AM, Jongyoul Lee wrote: > Can you add your spark interpreter's log file? > > On Sat, May 6, 2017 at 12:53 AM, shyla deshpande > wrote: > >>

Re: java.lang.NullPointerException on adding local jar as dependency to the spark interpreter

2017-05-09 Thread Jongyoul Lee
Can you add your spark interpreter's log file? On Sat, May 6, 2017 at 12:53 AM, shyla deshpande wrote: > Also, my local jar file that I want to add as dependency is a fat jar with > dependencies. Nothing works after I add my local fat jar, I get > *java.lang.NullPointerException > for everythi

Re: java.lang.NullPointerException on adding local jar as dependency to the spark interpreter

2017-05-05 Thread shyla deshpande
Also, my local jar file that I want to add as dependency is a fat jar with dependencies. Nothing works after I add my local fat jar, I get *java.lang.NullPointerException for everything. Please help* On Thu, May 4, 2017 at 10:18 PM, shyla deshpande wrote: > Adding the dependency by filling grou