Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Hi all, Phoenix interpreter is absent in latest release ,so how can we achieve multi-tenancy with jdbc interpreter. And actually what does multi-tenancy means in Zeppelin because I am not seeing any code with tenant field? And why Hbase interpreter is not included

Re: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Jongyoul Lee
Hello, You can use Phoenix feature via JdbcInterpreter which already has a example setting. You can also see the document here[1] Hope this help, JL [1]: http://zeppelin.apache.org/docs/0.6.0/interpreter/jdbc.html On Tue, Jul 12, 2016 at 6:16 PM, Vikash Kumar wrote: > Hi all, > >

RE: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Hi, But previously it was available(code) which is I am not able to get now. And what about multitenant environment? Thanks & Regards, Vikash Kumar From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Tuesday, July 12, 2016 2:55 PM To: users@zeppelin.apache.org Subject: Re: Phoenix Interpreter in

Re: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Jongyoul Lee
Hi, Could you please describe what it means of multi-tenancy? I think there's no reduction of functionality of moving JdbcInterpreter from PhoenixInterpreter. Regards, JL On Tue, Jul 12, 2016 at 6:38 PM, Vikash Kumar wrote: > Hi, > > But previously it was available(code) which is I am not able

Fwd: R interpreter not working

2016-07-12 Thread Krishnaprasad A S
Hi I'm trying R interpreter on zeppelin (0.6.0) which has R interpreter builtin. It is there in ui, interpreter lin, spark %spark , %spark.pyspark , %spark.r , %spark.sql , %spark.dep I tried %spark.r and %r both throws error, ERROR [2016-07-12 18:07:41,124] ({Thread-97} JobProgressPoller.java[run

Re: R interpreter not working

2016-07-12 Thread Hyung Sung Shim
Hi. Did you get the zeppelin binary package with all interpreters[1]? and If you want to use R, you need to install in your node[2]. [1] http://zeppelin.apache.org/download.html [2] http://zeppelin.apache.org/docs/0.6.0/interpreter/r.html Hope this helps. 2016-07-12 22:11 GMT+09:00 Krishnaprasad

Re: R interpreter not working

2016-07-12 Thread Krishnaprasad A S
Thank you for your help. I tried the same in a new environment and it worked, I think my R installation had some problems in the previous env. On Tue, Jul 12, 2016 at 7:57 PM, Hyung Sung Shim wrote: > Hi. > Did you get the zeppelin binary package with all interpreters[1]? > and If you want to us

Fwd: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Krishnaprasad A S
hi, I'm trying to create a drill interpreter in zeppelin. *drill.url = jdbc:drill:zk=:2181/drill/drillbits1drill.driver = org.apache.drill.jdbc.Driver* my drillbit runs on the same server as of zeppelin. Added the dependency 'apache-drill-1.7.0/jars/drill-jdbc-all-1.7.0.jar' in zeppelin ui. I'm t

ApacheCon Europe Call For Papers Open

2016-07-12 Thread Rich Bowen
As you are no doubt already aware, we will be holding ApacheCon in Seville, Spain, the week of November 14th, 2016. The call for papers (CFP) for this event is now open, and will remain open until September 9th. The event is divided into two parts, each with its own CFP. The first part of the eve

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Jongyoul Lee
Hello, It looks like a kind of initialization error. Could you tell me your script starting from %? And interpreter logs which is located under logs/ will help solve this error. Hope this help, JL On Wednesday, 13 July 2016, Krishnaprasad A S wrote: > hi, > I'm trying to create a drill int

RE: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Hi, Phoenix support multi tenancy which we cannot achieve in jdbc interpreter. Thanks and regards Vikash Kumar From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Tuesday, July 12, 2016 3:21 PM To: users@zeppelin.apache.org Subject: Re: Phoenix Interpreter in 0.6 release Hi, Co

Re: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Jongyoul Lee
Hi, PhoenixInterpreter and JdbcInterpreter are based on HiveInterpreter at first, and JdbcInterpreter supports running queries simultaneously. If what you told is about supporting multiple users, any JDBC-like interpreter didn't supported yet. That feature are scheduled by 0.7.0. It will help you

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Krishnaprasad A S
I tried with, %jdbc(drill) %drill %drill(jdbc) Currently I made the drill interpretor as the default one and ran the sql without using a %drill, select count(*) from `dfs`.`POC/Sample1.csv` Please find attached error log. On Wed, Jul 13, 2016 at 5:26 AM, Jongyoul Lee wrote: > Hello, > >

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Jongyoul Lee
Hello, It seem not to launch remote Interpreter properly. Which version are you using? I've found the error file and couldn't find the version which you are using JL On Wed, Jul 13, 2016 at 2:32 PM, Krishnaprasad A S < krishna.pra...@flytxt.com> wrote: > I tried with, > %jdbc(drill) > %drill >

RE: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Hi, Phoenix supports multiple tenant configuring with their tenant id[1]. So that we can create jdbc connection with extra arg of tenantId. In my case when a user making connection with phoenix it submits a tenant id. A user without tenantId not allowed to connect to phoenix which we can only ac

Re: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Jongyoul Lee
Okay, I see your situation. You can use that feature with 'phoenix.TenantId' in your interpreter tab. the properties from phoenix. will pass the properties extracting 'pheonix.'. Try it again and let me know the result. The last commit before removing PhoenixInterpreter is f786d1387a7ccae0387e470

RE: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Thank you dear. I will go for that commit. From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Wednesday, July 13, 2016 11:43 AM To: users@zeppelin.apache.org Subject: Re: Phoenix Interpreter in 0.6 release Okay, I see your situation. You can use that feature with 'phoenix.TenantId' in your int

Adding language highlights (in a modular way)

2016-07-12 Thread Wail Alkowaileet
Hi, I want to ask if there's a way to add a custom highlight (namely XQuery highlight) for an interpreter ? -- *Regards,* Wail Alkowaileet