You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by lokeshkumar <lo...@dataken.net> on 2015/07/15 18:43:47 UTC

Spark 1.4.0 compute-classpath.sh

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-unsubscribe@spark.apache.org
For additional commands, e-mail: user-help@spark.apache.org


Re: Spark 1.4.0 compute-classpath.sh

Posted by Lokesh Kumar Padhnavis <lo...@dataken.net>.
Thanks a lot :)

On Wed, Jul 15, 2015 at 11:48 PM Marcelo Vanzin <va...@cloudera.com> 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 <lo...@dataken.net> 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-unsubscribe@spark.apache.org
>> For additional commands, e-mail: user-help@spark.apache.org
>>
>>
>
>
> --
> Marcelo
>

Re: Spark 1.4.0 compute-classpath.sh

Posted by Marcelo Vanzin <va...@cloudera.com>.
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 <lo...@dataken.net> 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-unsubscribe@spark.apache.org
> For additional commands, e-mail: user-help@spark.apache.org
>
>


-- 
Marcelo