Re: Zeppelin 0.6.2 Error - Interpreter process failed

2016-12-19 Thread VIVEK NARAYANASETTY
Hi Jeff, When command manually, its giving me error: CMD : C:\zeppelin-0.6.2-bin-all\bin\interpreter.cmd -d C:\zeppelin-0.6.2-bin-all\interpreter\spark -p 52662 -l C:\zeppelin-0.6.2-bin-all/local-repo/2C2V69B84 *The filename, directory name, or volume label syntax is incorrect.* So, I created m

Re: Re: Build error on windows

2016-12-19 Thread Alexander Bezzubov
Thanks for verification and a quick fix, it has been merged to master. -- Alex On Mon, Dec 19, 2016 at 3:39 PM, Jeff Zhang wrote: > Thanks, This PR resolve my issue. > > > > zjp_j...@163.com 于2016年12月19日周一 上午10:21写道: > > > I think the following issue can help u. > > - JIRA : https://issues.apac

Re: Adding shell interpreter to zeppelin

2016-12-19 Thread moon soo Lee
"./bin/install-interpreter.sh --name shell" command supposed to work. It just read informations from conf/interpreter-list to install interpreter artifacts. Could find a line start with 'shell' conf/interpreter-list? otherwise you can modify this file as you needed. here's original file included in

Re: Cron expluatation

2016-12-19 Thread ivan.savin
I see some arrors when I restart docker container with zeppelin. Could these errors connect with the sheduler problev INFO [2016-12-19 16:25:17,990] ({Thread-25} ZeppelinServer.java[run]:143) - Shutting down Zeppelin Server ... INFO [2016-12-19 16:25:17,996] ({qtp1802598046-66} NotebookServer

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: Zeppelin 0.6.2 Error - Interpreter process failed

2016-12-19 Thread Jeff Zhang
Can you the commad manually ? *C:\zeppelin-0.6.2-bin-all\bin\interpreter.cmd -d C:\zeppelin-0.6.2-bin-all\interpreter\spark -p 52662 -l C:\zeppelin-0.6.2-bin-all/local-repo/2C2V69B84* VIVEK NARAYANASETTY 于2016年12月19日周一 下午8:34写道: > Hi Jeff, > > I have changed the log4j configuration as you sugge

Re: Zeppelin 0.6.2 Error - Interpreter process failed

2016-12-19 Thread VIVEK NARAYANASETTY
Hi Jeff, I have changed the log4j configuration as you suggested but it is still not able to generate Interpreter logs. I noticed that local-repo folder is not present in zeppelin directory. Do I need to create manually local-repo folder or zeppelin creates automatically ? Error: -- INFO [201

Re: Zeppelin 0.6.2 Error - Interpreter process failed

2016-12-19 Thread Jeff Zhang
Can you check the interpreter log ? If there's no interpreter log, then that means it fails to launch. You need to change the log4j.properties to output more info. Here's the log4j I use and the article I write for how to diagnose zeppelin. Hope it can help you. https://community.hortonworks.com/

Re: Zeppelin 0.6.2 Error - Interpreter process failed

2016-12-19 Thread VIVEK NARAYANASETTY
Hi All, Can anyone help me with the above error please. On Fri, Dec 16, 2016 at 12:06 PM, VIVEK NARAYANASETTY wrote: > Hi, > > I haven't changed any interpreter settings or any changes in the > configuration files. > > On Fri, Dec 16, 2016 at 12:02 PM, Sachin Janani > wrote: > >> Hi , >> Have

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: JDBC(Hive) class not found

2016-12-19 Thread Nabajyoti Dash
Thanks.It was a typo. But after fixing it i am getting the following error. ava.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:1: java.net.ConnectException: Connection refused (Connection refused) at org.apache.hive.jdbc.HiveConnection.openTransp

Re: JDBC(Hive) class not found

2016-12-19 Thread Nabajyoti Dash
> On Dec 19, 2016, at 4:13 PM, Hyung Sung Shim wrote: > > org.apache.hive.jdbc.HiveDriver Thanks.It was a typo. But after fixing it i am getting the following error. ava.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:1: java.net.ConnectException: Con

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: JDBC(Hive) class not found

2016-12-19 Thread Hyung Sung Shim
Hi. What did you set your driver name? If you are using Hive server2, please make sure that the driver name is *org.apache.hive.jdbc.HiveDriver .* 2016-12-19 19:06 GMT+09:00 Nabajyoti Dash : > HI, > i added jdbc(hive) interpreter according to the instructions in zeppelin > doc.I also added the fo

Re: Zeppeline becomes too slow after adding artifacts

2016-12-19 Thread Nabajyoti Dash
It was a red dot.Thanks for ur suggestion..:D -- View this message in context: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Zeppeline-becomes-too-slow-after-adding-artifacts-tp4689p4760.html Sent from the Apache Zeppelin Users (incubating) mailing list mailing list

JDBC(Hive) class not found

2016-12-19 Thread Nabajyoti Dash
HI, i added jdbc(hive) interpreter according to the instructions in zeppelin doc.I also added the following artifacts. org.apache.hive:hive-jdbc:0.14.0 org.apache.hadoop:hadoop-common:2.6.0 Then also I am getting ClassNotFoundException while running a hive in a zeppelin notebook. The error is as

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