Re: JDBC use with zeppelin

2017-07-11 Thread darren
Thank you for your response. Very much appreciated! Get Outlook for Android From: Ruslan Dautkhanov Sent: Monday, July 10, 2:29 PM Subject: Re: JDBC use with zeppelin To: users For Oracle JDBC driver we had to feed ojdb7.jar  into SPARK_SUBMIT_OPTIONS through --jars

Re: JDBC use with zeppelin

2017-07-10 Thread Ruslan Dautkhanov
For Oracle JDBC driver we had to feed ojdb7.jar into SPARK_SUBMIT_OPTIONS through --jars parameter and into ZEPPELIN_INTP_CLASSPATH_OVERRIDES, like: zeppelin-env.sh: export SPARK_SUBMIT_OPTIONS=". . . --jars /var/lib/sqoop/ojdbc7.jar" > export >

JDBC use with zeppelin

2017-07-10 Thread darren
Hi We want to use a jdbc driver with pyspark through Zeppelin. Not the custom interpreter but from sqlContext where we can read into dataframe. I added the jdbc driver jar to zeppelin spark submit options "--jars" but it still says driver class not found. Does it have to reside