I am using Spark in standalone mode. I am not using YARN. Thanks.

On Mon, Aug 3, 2015 at 2:43 PM, ÐΞ€ρ@Ҝ (๏̯͡๏) <deepuj...@gmail.com> wrote:

> How about setting spark.yarn.jar from Spark interpreter from UI
>
> spark.yarn.jar a.jar:b.jar:c.jar
>
> On Mon, Aug 3, 2015 at 2:38 PM, Ming Han Teh <tehming...@gmail.com> wrote:
>
>> Hi,
>>
>> I am trying to add a jar file which contains a UDF to be used in the
>> zeppelin spark interpreter.
>>
>> Is there a difference between the below two approaches:
>>
>> *Approach 1)*
>>
>> %dep
>> z.load("somefile")
>>
>> *Approach 2)*
>>
>> sc.addJar("somejar")
>>
>>
>>
>> The first approach appears to load the jar file, but %sql fails to work
>> after that.
>> The second approach doesn't work for me.
>>
>>
>> Any tips would be appreciated.
>>
>> Thanks,
>> Ming Han
>>
>>
>>
>
>
> --
> Deepak
>
>

Reply via email to