Re: Passing multiple jar files to spark-shell

2016-02-15 Thread Mich Talebzadeh
sponsibility of the recipient to ensure that this email is virus free, > therefore neither Peridale Technology Ltd, its subsidiaries nor their > employees accept any responsibility. > > FROM: odeach...@gmail.com [mailto:odeach...@gmail.com] ON BEHALF OF Deng > Ching-Mallete &

Re: Passing multiple jar files to spark-shell

2016-02-15 Thread Ted Yu
ated. It is > the responsibility of the recipient to ensure that this email is virus > free, therefore neither Peridale Technology Ltd, its subsidiaries nor their > employees accept any responsibility. > > > > > > *From:* odeach...@gmail.com [mailto:odeach...@gmail.com]

RE: Passing multiple jar files to spark-shell

2016-02-15 Thread Mich Talebzadeh
s free, therefore neither Peridale Technology Ltd, its subsidiaries nor their employees accept any responsibility. From: odeach...@gmail.com [mailto:odeach...@gmail.com] On Behalf Of Deng Ching-Mallete Sent: 15 February 2016 03:27 To: Mich Talebzadeh Cc: user Subject: Re: Passing multiple jar fi

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 you'

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 Oracle > (ojdbc6.jar) and