mssqlserver - java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SqlServerDriver

2018-02-13 Thread Wayne Theron
e net which works for others java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SqlServerDriver at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:33

Re: Read Hbase table in pyspark gives java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver

2017-10-26 Thread Jongyoul Lee
gt; > Hi, > > > I am trying to read Hbase tables in pyspark data frame, > > > I am using the below code > > > but I am getting the ClassNotFoundException error > > > > > > df=sqlContext.read.format('jdbc').options(driver="org.

Re: Read Hbase table in pyspark gives java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver

2017-10-25 Thread Indtiny S
Exception error > > > > df=sqlContext.read.format('jdbc').options(driver="org. > > apache.phoenix.jdbc.PhoenixDriver",url='jdbc: > > phoenix:localhost:2181:/hbase-unsecure',dbtable='table_name').load() > > > > > > java

Re: Read Hbase table in pyspark gives java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver

2017-10-25 Thread Jongyoul Lee
ion error > > df=sqlContext.read.format('jdbc').options(driver="org. > apache.phoenix.jdbc.PhoenixDriver",url='jdbc: > phoenix:localhost:2181:/hbase-unsecure',dbtable='table_name').load() > > > java.lang.ClassNotFoundException: org.ap

Read Hbase table in pyspark gives java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver

2017-10-24 Thread Indtiny S
cure',dbtable='table_name').load() java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver I have the libraries phoenix-spark-4.7.0-HBase-1.1.jar and phoenix-4.7.0-HBase-1.1-client.jar but dont know where to place them . I am using zeppelin 0.7.0 Rgds In

Re: java.lang.ClassNotFoundException: org.apache.zeppelin.spark.SparkInterpreter with 0.7.2 binary

2017-06-29 Thread Serega Sheypak
enough > > 2017-06-29 18:32 GMT+03:00 Serega Sheypak : > >> hi, I don't quite well understand what do I do wrong.\ >> >> can you help me please? >> >> ERROR [2017-06-29 08:21:53,695] ({qtp1521110008-116} >> InterpreterFactory.java[create

Re: java.lang.ClassNotFoundException: org.apache.zeppelin.spark.SparkInterpreter with 0.7.2 binary

2017-06-29 Thread Иван Шаповалов
({qtp1521110008-116} > InterpreterFactory.java[createRepl]:246) - exception checking server > classloader driver > > java.lang.ClassNotFoundException: org.apache.zeppelin.spark. > SparkInterpreter > > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > > at java.net.URLCl

java.lang.ClassNotFoundException: org.apache.zeppelin.spark.SparkInterpreter with 0.7.2 binary

2017-06-29 Thread Serega Sheypak
hi, I don't quite well understand what do I do wrong.\ can you help me please? ERROR [2017-06-29 08:21:53,695] ({qtp1521110008-116} InterpreterFactory.java[createRepl]:246) - exception checking server classloader driver java.lang.ClassNotFoundExce

Re: java.lang.ClassNotFoundException: $anonfun$1

2017-03-08 Thread Rob Anderson
To: "users@zeppelin.apache.org" > Date: Wednesday, March 8, 2017 at 2:29 AM > To: "users@zeppelin.apache.org" > Subject: Re: java.lang.ClassNotFoundException: $anonfun$1 > > Thanks. I can reach out to Cloudera, although the same commands seem to > be work v

Re: java.lang.ClassNotFoundException: $anonfun$1

2017-03-07 Thread Jianfeng (Jeff) Zhang
o:users@zeppelin.apache.org>> Date: Wednesday, March 8, 2017 at 2:29 AM To: "users@zeppelin.apache.org<mailto:users@zeppelin.apache.org>" mailto:users@zeppelin.apache.org>> Subject: Re: java.lang.ClassNotFoundException: $anonfun$1 Thanks. I can reach out to Cloudera, a

Re: java.lang.ClassNotFoundException: $anonfun$1

2017-03-07 Thread Rob Anderson
gt; >> >> Rob Anderson 于2017年3月7日周二 上午9:02写道: >> >> Hey Everyone, >> >> We're running Zeppelin 0.7.0. We've just cut over to spark2, using >> scala11 via the CDH parcel (SPARK2-2.0.0.cloudera1-1.cdh5.7.0.p0.113931). >> >> Running a simpl

Re: java.lang.ClassNotFoundException: $anonfun$1

2017-03-06 Thread moon soo Lee
> Running a simple job, throws a "Caused by: java.lang.ClassNotFoundException: > $anonfun$1". It appears that during execution time on the yarn hosts, > the native CDH spark1.5 jars are loaded before the new spark2 jars. I've > tried using spark.yarn.archive to specify the spark2 jars

Re: java.lang.ClassNotFoundException: $anonfun$1

2017-03-06 Thread Jeff Zhang
. > > Running a simple job, throws a "Caused by: java.lang.ClassNotFoundException: > $anonfun$1". It appears that during execution time on the yarn hosts, > the native CDH spark1.5 jars are loaded before the new spark2 jars. I've > tried using spark.yarn.archive to spec

java.lang.ClassNotFoundException: $anonfun$1

2017-03-06 Thread Rob Anderson
Hey Everyone, We're running Zeppelin 0.7.0. We've just cut over to spark2, using scala11 via the CDH parcel (SPARK2-2.0.0.cloudera1-1.cdh5.7.0.p0.113931). Running a simple job, throws a "Caused by: java.lang.ClassNotFoundException: $anonfun$1". It appears that during e

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Hyung Sung Shim
If you want to use JDBC interpreter with your hive server, You should know hive server IP or host and port. then put the value of hive.url like as jdbc:hive2://[YOUR HIVESERVER IP]:[PORT] Hope this helps. 2016-12-19 20:26 GMT+09:00 Nabajyoti Dash : > How to confirm that? > While I am doing /usr/

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Nabajyoti Dash
How to confirm that? While I am doing /usr/bin/lsof -i it's not showing 1 port. my questions are silly I know.But I am new to hbase/hive/zeppelin.Plz suggest. -- View this message in context: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Cannot-use-Hive-Interpr

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Hyung Sung Shim
Please make sure that your hive server is running on localhost:1 . 2016년 12월 19일 (월) 오후 7:56, Nabajyoti Dash 님이 작성: > Thanks.It was a typo..(my nightmare). > But after fixing this I am getting the ConnectionRefused exception.I am > using Hive on mysql and has given the mysql username /passwor

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Nabajyoti Dash
Thanks.It was a typo..(my nightmare). But after fixing this I am getting the ConnectionRefused exception.I am using Hive on mysql and has given the mysql username /password in zeppelin jdbc interpreter. Am I wrong? java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Hyung Sung Shim
Hi. It seems there is typo on default.driver. default.driver value should be org.apache.hive.jdbc.HiveDriver not *c* org.apache.hive.jdbc.HiveDriver. 2016-12-19 18:24 GMT+09:00 Nabajyoti Dash : > I am facing the same issue even after adding both the jars to the > interpreter. > please suggest any

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-12-19 Thread Nabajyoti Dash
I am facing the same issue even after adding both the jars to the interpreter. please suggest anything else i could be me missing. -- View this message in context: http://apa

Re: java.lang.ClassNotFoundException: org.apache.spark.repl.SparkCommandLine

2016-09-13 Thread moon soo Lee
Zeppelin support spark 2.0 from 0.6.1 release. Check "Available interpreters" section on download page [1]. Please try 0.6.1 release or build from master branch, and let us know if it works! Thanks, moon [1] http://zeppelin.apache.org/download.html On Wed, Sep 7, 2016 at 12:18 PM Jeremy Cunni

java.lang.ClassNotFoundException: org.apache.spark.repl.SparkCommandLine

2016-09-07 Thread Jeremy Cunningham
I have Zeppelin 0.6.0 running on a linux server, this server is also an edge node to my Hadoop cluster. I have a Hadoop cluster with spark 1.5 running on it. By pointing the spark master to yarn-client, I can run spark in zeppelin without a problem. I also have spark 2.0 unpacked in my home d

RE: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Kevin Verhoeven
That worked successfully, thanks for the quick response! Kevin From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Monday, July 25, 2016 4:35 PM To: users@zeppelin.apache.org Subject: Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException You need to

Re: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Jeff Zhang
a new Notebook, bound to the Hive > Interpreter, and ran a Paragraph. The Hive query failed with the following > error message: > > > > org.apache.hive.jdbc.HiveDriver > > class java.lang.ClassNotFoundException > > java.net.URLClassLoader.findClass(URLClassLoader.jav

Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Kevin Verhoeven
Notebook, bound to the Hive Interpreter, and ran a Paragraph. The Hive query failed with the following error message: org.apache.hive.jdbc.HiveDriver class java.lang.ClassNotFoundException java.net.URLClassLoader.findClass(URLClassLoader.java:381) java.lang.ClassLoader.loadClass(ClassLoader.java:424

Re: java.lang.ClassNotFoundException

2016-07-20 Thread mina lee
Hi Gilad, For your information, I am planning to include table rendering bug fix in 0.6.1 and I will start 0.6.1 vote as soon as spark 2.0 is released. And glad to hear that you solved the ClassNotFoundException issue. Do you mind to share your environment(spark version, hadoop version, if you us

Re: java.lang.ClassNotFoundException

2016-07-20 Thread Hyung Sung Shim
gt; > Thanks, > > > > Gilad > > > > > > *From:* astros...@gmail.com [mailto:astros...@gmail.com] *On Behalf Of *Hyung > Sung Shim > *Sent:* Wednesday, July 20, 2016 2:33 PM > *To:* users@zeppelin.apache.org > *Subject:* java.lang.ClassNotFoundException > >

RE: java.lang.ClassNotFoundException

2016-07-20 Thread Gilad Landau
: users@zeppelin.apache.org Subject: java.lang.ClassNotFoundException Hi. The problem of showing result basic table issue was fixed on the master. 2016년 7월 20일 수요일, Gilad Landau>님이 작성한 메시지: Hello All, I have another issue with zeppelin 0.6.0… When using %sql interpreter, I manage to get

java.lang.ClassNotFoundException

2016-07-20 Thread Hyung Sung Shim
Hi. The problem of showing result basic table issue was fixed on the master. 2016년 7월 20일 수요일, Gilad Landau>님이 작성한 메시지: > Hello All, > > > > I have another issue with zeppelin 0.6.0… > > When using %sql interpreter, I manage to get SQL results but not into the > basic table data visualization… T

FW: java.lang.ClassNotFoundException

2016-07-20 Thread Gilad Landau
Hello All, I have another issue with zeppelin 0.6.0... When using %sql interpreter, I manage to get SQL results but not into the basic table data visualization... The data does appear on the pie-chart, scatter-plot etc' but not in the basic table results. Any idea what could cause this behavior

java.lang.ClassNotFoundException

2016-07-19 Thread Gilad Landau
Getting this after fresh install of Zeppelin 0.6.0 And running the tutorial (only happens in the %sql part) java.lang.ClassNotFoundException: line2110519627$61.$read$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$anonfun$1 at org.apache.spark.repl.ExecutorClassLoader.findClass