Re: Passing multiple jar files to spark-shell

2016-02-15 Thread Mich Talebzadeh
g > Ching-Mallete > SENT: 15 February 2016 03:27 > TO: Mich Talebzadeh <m...@peridale.co.uk> > CC: user <user@spark.apache.org> > SUBJECT: Re: Passing multiple jar files to spark-shell > > Hi Mich, > > For the --jars parameter, just pass in the jars

Re: Passing multiple jar files to spark-shell

2016-02-15 Thread Ted Yu
:odeach...@gmail.com] *On Behalf Of *Deng > Ching-Mallete > *Sent:* 15 February 2016 03:27 > *To:* Mich Talebzadeh <m...@peridale.co.uk> > *Cc:* user <user@spark.apache.org> > *Subject:* Re: Passing multiple jar files to spark-shell > > > > Hi Mich, > >

RE: Passing multiple jar files to spark-shell

2016-02-15 Thread Mich Talebzadeh
park.apache.org> Subject: Re: Passing multiple jar files to spark-shell Hi Mich, For the --jars parameter, just pass in the jars as comma-delimited. As for the --driver-class-path, make it colon-delimited -- similar to how you set multiple paths for an environment variable (e.g. --driver

Re: Passing multiple jar files to spark-shell

2016-02-14 Thread Deng Ching-Mallete
Hi Mich, For the --jars parameter, just pass in the jars as comma-delimited. As for the --driver-class-path, make it colon-delimited -- similar to how you set multiple paths for an environment variable (e.g. --driver-class-path /home/hduser/jars/jconn4.jar:/home/hduse/jars/ojdbc6.jar). But if

Re: Passing multiple jar files to spark-shell

2016-02-14 Thread Sathish Kumaran Vairavelu
--jars takes comma separated values. On Sun, Feb 14, 2016 at 5:35 PM Mich Talebzadeh wrote: > Hi, > > > > Is there anyway one can pass multiple --driver-class-path and multiple > –jars to spark shell. > > > > For example something as below with two jar files entries for

Passing multiple jar files to spark-shell

2016-02-14 Thread Mich Talebzadeh
Hi, Is there anyway one can pass multiple --driver-class-path and multiple -jars to spark shell. For example something as below with two jar files entries for Oracle (ojdbc6.jar) and Sybase IQ (jcoon4,jar) spark-shell --master spark://50.140.197.217:7077 --driver-class-path