Re: Spark 1.4.0 compute-classpath.sh

2015-07-15 Thread Lokesh Kumar Padhnavis
Thanks a lot :)

On Wed, Jul 15, 2015 at 11:48 PM Marcelo Vanzin  wrote:

> That has never been the correct way to set you app's classpath.
>
> Instead, look at http://spark.apache.org/docs/latest/configuration.html
> and search for "extraClassPath".
>
> On Wed, Jul 15, 2015 at 9:43 AM, lokeshkumar  wrote:
>
>> Hi forum
>>
>> I have downloaded the latest spark version 1.4.0 and started using it.
>> But I couldn't find the compute-classpath.sh file in bin/ which I am using
>> in previous versions to provide third party libraries to my application.
>>
>> Can anyone please let me know where I can provide CLASSPATH with my third
>> party libs in 1.4.0?
>>
>> Thanks
>> Lokesh
>>
>>
>>
>> --
>> View this message in context:
>> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-1-4-0-compute-classpath-sh-tp23860.html
>> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>>
>> -
>> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
>> For additional commands, e-mail: user-h...@spark.apache.org
>>
>>
>
>
> --
> Marcelo
>


Re: Spark 1.4.0 compute-classpath.sh

2015-07-15 Thread Marcelo Vanzin
That has never been the correct way to set you app's classpath.

Instead, look at http://spark.apache.org/docs/latest/configuration.html and
search for "extraClassPath".

On Wed, Jul 15, 2015 at 9:43 AM, lokeshkumar  wrote:

> Hi forum
>
> I have downloaded the latest spark version 1.4.0 and started using it.
> But I couldn't find the compute-classpath.sh file in bin/ which I am using
> in previous versions to provide third party libraries to my application.
>
> Can anyone please let me know where I can provide CLASSPATH with my third
> party libs in 1.4.0?
>
> Thanks
> Lokesh
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-1-4-0-compute-classpath-sh-tp23860.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>


-- 
Marcelo