So do I need to manually copy these 2 jars on my spark executors?


On Tue, Aug 25, 2015 at 10:51 AM, Marcelo Vanzin <van...@cloudera.com>
wrote:

> On Tue, Aug 25, 2015 at 10:48 AM, Utkarsh Sengar <utkarsh2...@gmail.com>
> wrote:
> > Now I am going to try it out on our mesos cluster.
> > I assumed "spark.executor.extraClassPath" takes csv as jars the way
> "--jars"
> > takes it but it should be ":" separated like a regular classpath jar.
>
> Ah, yes, those options are just raw classpath strings. Also, they
> don't cause jars to be copied to the cluster. You'll need the jar to
> be available at the same location on all cluster machines.
>
> --
> Marcelo
>



-- 
Thanks,
-Utkarsh

Reply via email to