Re: How to make livy2.spark find jar

2018-10-26 Thread Ruslan Dautkhanov
Try adding ZEPPELIN_INTP_CLASSPATH_OVERRIDES, for example, export ZEPPELIN_INTP_CLASSPATH_OVERRIDES=/etc/hive/conf:/var/lib/sqoop/ojdbc7.jar -- Ruslan Dautkhanov On Tue, Oct 23, 2018 at 9:40 PM Lian Jiang wrote: > Hi, > > I am trying to use oracle jdbc to read oracle database table. I have

Re: How to make livy2.spark find jar

2018-10-24 Thread Jeff Zhang
specify livy.spark.jars in livy's interpreter setting. And make sure your jars is on hdfs, because livy only support jars on hdfs, this is different from standard spark. Lian Jiang 于2018年10月25日周四 下午12:40写道: > Hi, > > I am trying to use oracle jdbc to read oracle database table. I have added > be

How to make livy2.spark find jar

2018-10-23 Thread Lian Jiang
Hi, I am trying to use oracle jdbc to read oracle database table. I have added below property in custom zeppelin-env: SPARK_SUBMIT_OPTIONS="--jars /my/path/to/ojdbc8.jar" But val df = spark.read.format("jdbc").option("url", "jdbc:oracle:thin:@ (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.9.44.9