Re: Zeppelin 0.8

2018-06-07 Thread Benjamin Kim
Can anyone tell me what the status is for 0.8 release? > On May 2, 2018, at 4:43 PM, Jeff Zhang wrote: > > > Yes, 0.8 will support spark 2.3 > > Benjamin Kim mailto:bbuil...@gmail.com>>于2018年5月3日周四 > 上午1:59写道: > Will Zeppelin 0.8 have Spark 2.3 support? >

Re: Credentials for JDBC

2018-06-07 Thread Benjamin Kim
Hi 종열, Can you show me how? Thanks, Ben > On Jun 6, 2018, at 10:32 PM, Jongyoul Lee wrote: > > We have a trick to get credential information from a credential page. I'll > take into it. > > On Thu, Jun 7, 2018 at 7:53 AM, Benjamin Kim <mailto:bbuil...@gmail.com&g

Credentials for JDBC

2018-06-06 Thread Benjamin Kim
I created a JDBC interpreter for AWS Athena, and it passes the access key as UID and secret key as PWD in the URL connection string. Does anyone know if I can setup each user to pass their own credentials in a, sort of, credentials file or config? Thanks, Ben

Re: Zeppelin 0.8

2018-05-02 Thread Benjamin Kim
Will Zeppelin 0.8 have Spark 2.3 support? > On Apr 30, 2018, at 1:27 AM, Rotem Herzberg > wrote: > > Thanks > > On Mon, Apr 30, 2018 at 11:16 AM, Jeff Zhang > wrote: > > I am preparing the RC for 0.8 > > > Rotem Herzberg >于201

Zeppelin 0.8 Release Date

2018-04-27 Thread Benjamin Kim
I would like to know what the tentative release date of Zeppelin 0.8 will be. I am waiting for Leaflet integration to easily chart markers and cluster them. Also, I am waiting for any improvements in the job scheduler, monitoring, and alerting, if any. Lastly, I am hoping for some integration wi

Re: Cloudera Spark 2.2

2017-08-04 Thread Benjamin Kim
Dhadoop.version=2.6.0-cdh5.10.1 -Phadoop-2.6 -Pvendor-repo -Pscala-2.10 >> -Psparkr -pl '!alluxio,!flink,!ignite,!lens,!cassandra,!bigquery,!scio' -e > > > You may needs additional steps depending which interpreters you use (like > R etc). > > > -- > Ruslan Dautkhan

Re: Cloudera Spark 2.2

2017-08-04 Thread Benjamin Kim
ink binaries are only available for official releases? > > > > -- > Ruslan Dautkhanov > > On Wed, Aug 2, 2017 at 4:41 PM, Benjamin Kim wrote: > >> Did you build Zeppelin or download the binary? >> >> On Wed, Aug 2, 2017 at 3:40 PM Ruslan Dautkhanov >&

Re: Cloudera Spark 2.2

2017-08-02 Thread Benjamin Kim
> On Wed, Aug 2, 2017 at 4:31 PM, Benjamin Kim wrote: > >> Does this work with Zeppelin 0.7.1? We an error when setting SPARK_HOME >> in zeppelin-env.sh to what you have below. >> >> On Wed, Aug 2, 2017 at 3:24 PM Ruslan Dautkhanov >> wrote: >> >>> Y

Re: Cloudera Spark 2.2

2017-08-02 Thread Benjamin Kim
;/___/ .__/\_,_/_/ /_/\_\ version 2.1.0.cloudera1 > /_/ > > > spark-submit and spark-shell are just shell script wrappers. > > > > -- > Ruslan Dautkhanov > > On Wed, Aug 2, 2017 at 10:22 AM, Benjamin Kim wrote: > >> According to the Zeppelin doc

Geo Map Charting

2017-08-02 Thread Benjamin Kim
Anyone every try to chart density clusters or heat maps onto a geo map of the earth in Zeppelin? Can it be done? Cheers, Ben

Re: Cloudera Spark 2.2

2017-08-02 Thread Benjamin Kim
ala 2.11? > Also Spark 2.2 now requires JDK8 I believe. > > > > -- > Ruslan Dautkhanov > > On Tue, Aug 1, 2017 at 6:26 PM, Benjamin Kim wrote: > >> Here is more. >> >> org.apache.zeppelin.interpreter.InterpreterException: WARNING: >> User-defined SP

Re: Cloudera Spark 2.2

2017-08-01 Thread Benjamin Kim
t is due to some classpath issue. I am not sure familiar with CDH, > please check whether spark of CDH include hadoop jar with it. > > > Benjamin Kim 于2017年8月2日周三 上午8:22写道: > >> Here is the error that was sent to me. >> >> org.apache.zeppelin.interpreter.I

Re: Cloudera Spark 2.2

2017-08-01 Thread Benjamin Kim
; >> >> What's the error you see in log ? >> >> >> Benjamin Kim 于2017年8月2日周三 上午8:18写道: >> >>> Has anyone configured Zeppelin 0.7.1 for Cloudera's release of Spark >>> 2.2? I can't get it to work. I downloaded the binary and set SPARK_HOME to >>> /opt/cloudera/parcels/SPARK2/lib/spark2. I must be missing something. >>> >>> Cheers, >>> Ben >>> >>

Cloudera Spark 2.2

2017-08-01 Thread Benjamin Kim
Has anyone configured Zeppelin 0.7.1 for Cloudera's release of Spark 2.2? I can't get it to work. I downloaded the binary and set SPARK_HOME to /opt/cloudera/parcels/SPARK2/lib/spark2. I must be missing something. Cheers, Ben

Centos 7 Compatibility

2017-06-21 Thread Benjamin Kim
All, I’m curious to know if Zeppelin will work with CentOS 7. I don’t see it in the list of OS’s supported. Thanks, Ben

Login/Logout Problem

2017-03-01 Thread Benjamin Kim
We are running into problems where users login and staying logged in. When they try to run JDBC queries or even opening a notebook, they get flickering in the browser where the green color dot next to the username turns red, then back to green, then back to red, etc. When it stops doing that, th

Zeppelin Service Install

2017-03-01 Thread Benjamin Kim
Anyone have installed Zeppelin onto a CentOS/RedHat server and made it into a service? I can’t seem to find the instructions on how to do this. Cheers, Ben

Re: PostgreSQL JDBC Connections

2017-01-05 Thread Benjamin Kim
gt; meaningful way e.g. use SQL results to create a new drop down to drive the > next page etc… > > > >> On Jan 5, 2017, at 12:57 PM, Benjamin Kim wrote: >> >> We are getting “out of shared memory” errors when multiple users are running >> SQL queries agains

PostgreSQL JDBC Connections

2017-01-05 Thread Benjamin Kim
We are getting “out of shared memory” errors when multiple users are running SQL queries against our PostgreSQL DB either simultaneously or throughout the day. When this happens, Zeppelin 0.6.0 becomes unresponsive for any more SQL queries. It looks like this is being caused by too many locks be

JDBC Connections

2016-10-18 Thread Benjamin Kim
We are using Zeppelin 0.6.0 as a self-service for our clients to query our PostgreSQL databases. We are noticing that the connections are not closing after each one of them are done. What is the normal operating procedure to have these connections close when idle? Our scope for the JDBC interpre

Re: Pass Credentials through JDBC

2016-07-28 Thread Benjamin Kim
gt; > On Fri, Jul 29, 2016 at 12:08 AM, Benjamin Kim <mailto:bbuil...@gmail.com>> wrote: > Hi Jonyoul, > > How would I enter credentials with the current version of Zeppelin? Do you > know of a way to make it work now? > > Thanks, > Ben > >> On

Re: Pass Credentials through JDBC

2016-07-28 Thread Benjamin Kim
owse/ZEPPELIN-1210 > <https://issues.apache.org/jira/browse/ZEPPELIN-1210>. But for now, there's > no way to pass your credentials with hiding them. I hope that would be > included in 0.7.0. > > Regards, > Jongyoul > > On Thu, Jul 28, 2016 at 11:22 PM, Benjami

Pass Credentials through JDBC

2016-07-28 Thread Benjamin Kim
How do I pass username and password to JDBC connections such as Phoenix and Hive that are my own? Can my credentials be passed from Shiro after logging in? Or do I have to set them at the Interpreter level without sharing them? I wish there was more information on this. Thanks, Ben

Re: JDBC Phoenix Authentication

2016-07-15 Thread Benjamin Kim
To follow… I found out that the Phoenix interpreter doesn’t pass credentials. I see in the interpreter logs that it is using zeppelin as the user. Is there a way to pass credentials? Thanks, Ben > On Jul 14, 2016, at 8:08 PM, Benjamin Kim wrote: > > I recently enabled simple authe

JDBC Phoenix Authentication

2016-07-14 Thread Benjamin Kim
I recently enabled simple authentication and secure authorization in HBase to use LDAP for getting credentials. It works fine using HBase shell and the Phoenix client to access HBase tables and data. Of course, I had to grant permissions first. But now, I can’t do the same using Zeppelin’s JDBC

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-09 Thread Benjamin Kim
> JL > > On Sat, Jul 9, 2016 at 11:47 PM, Benjamin Kim <mailto:bbuil...@gmail.com>> wrote: > Feix, > > I added hive-site.xml to the conf directory and restarted Zeppelin. Now, I > get another error: > > java.lang.ClassNotFoundException: > line

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-09 Thread Benjamin Kim
uld indicate that. > > > _____ > From: Benjamin Kim mailto:bbuil...@gmail.com>> > Sent: Friday, July 8, 2016 6:53 AM > Subject: Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released > To: mailto:users@zeppelin.apache.org>> > Cc: mailto:d...@zeppelin.

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-08 Thread Benjamin Kim
8, 2016, at 2:01 AM, Felix Cheung wrote: > > Is this possibly caused by CDH requiring a build-from-source instead of the > official binary releases? > > > > > > On Thu, Jul 7, 2016 at 8:22 PM -0700, "Benjamin Kim" <mailto:bbuil...@gmail.com>>

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Benjamin Kim
to:rgel...@gmail.com>> wrote: > I don't- I hoped providing that information may help finding & fixing the > problem. > > On Thu, Jul 7, 2016 at 5:53 PM, Benjamin Kim <mailto:bbuil...@gmail.com>> wrote: > Hi Randy, > > Do you know of any way to fix it

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Benjamin Kim
Hi Randy, Do you know of any way to fix it or know of a workaround? Thanks, Ben > On Jul 7, 2016, at 2:08 PM, Randy Gelhausen wrote: > > HTTP 500 errors from a Helium URL

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Benjamin Kim
To whom it may concern: After upgrading to Zeppelin 0.6.0, I am having a couple interpreter anomalies. Please look below, and I hope that there will be an easy fix for them. 1. Spark SQL gives me in this error in the Zeppelin Tutorial notebook, but the Scala code to populate and register the te

Re: Shiro LDAP w/ Search Bind Authentication

2016-07-06 Thread Benjamin Kim
issue. We're then using > group memberships to define roles and control access to notebooks. > > Hope that helps. > > Rob > > > On Wed, Jul 6, 2016 at 2:01 PM, Benjamin Kim <mailto:bbuil...@gmail.com>> wrote: > I have been trying to find documentation on

Shiro LDAP w/ Search Bind Authentication

2016-07-06 Thread Benjamin Kim
I have been trying to find documentation on how to enable LDAP authentication, but I cannot find how to enter the values for these configurations. This is necessary because our LDAP server is secured. Here are the properties that I need to set: ldap_cert use_start_tls bind_dn bind_password Can

Re: spark interpreter

2016-07-03 Thread Benjamin Kim
orking on improvement and documentation on > https://github.com/apache/zeppelin/pull/1100. > > Thanks, > moon > > On Fri, Jul 1, 2016 at 11:34 AM Benjamin Kim > wrote: > >> Moon, >> >> I have downloaded and tested the bin-all tarball, and it has

Re: spark interpreter

2016-07-01 Thread Benjamin Kim
you check if your 'zeppelin.interpreters' property > list Livy interpreter classes? (conf/zeppelin-site.xml) > > Thanks, > moon > > On Wed, Jun 29, 2016 at 11:52 AM Benjamin Kim <mailto:bbuil...@gmail.com>> wrote: > On a side note… > > Has anyone

Re: spark interpreter

2016-06-30 Thread Benjamin Kim
lasses? (conf/zeppelin-site.xml) > > Thanks, > moon > > On Wed, Jun 29, 2016 at 11:52 AM Benjamin Kim > wrote: > On a side note… > > Has anyone got the Livy interpreter to be added as an interpreter in the > latest build of Zeppelin 0.6.0? By the way, I have Shiro aut

Re: spark interpreter

2016-06-30 Thread Benjamin Kim
> > Livy interpreter is included in 0.6.0. If it is not listed when you create > interpreter setting, could you check if your 'zeppelin.interpreters' property > list Livy interpreter classes? (conf/zeppelin-site.xml) > > Thanks, > moon > > On Wed, Jun 29

Re: spark interpreter

2016-06-29 Thread Benjamin Kim
On a side note… Has anyone got the Livy interpreter to be added as an interpreter in the latest build of Zeppelin 0.6.0? By the way, I have Shiro authentication on. Could this interfere? Thanks, Ben > On Jun 29, 2016, at 11:18 AM, moon soo Lee wrote: > > Livy interpreter internally creates

Re: admin account in zeppelin

2016-06-21 Thread Benjamin Kim
Chen, If you don’t mind, how did you integrate LDAP with Zeppelin. As far as I know, Shiro was a manual way to setup users and security. Thanks, Ben > On Jun 21, 2016, at 2:44 PM, Chen Song wrote: > > I am new to Zeppelin and have successfully set up LDAP authentication on > zeppelin. > > I

Re: Github Integration

2016-06-17 Thread Benjamin Kim
inm...@gmail.com>> wrote: > I believe it actually uses a local “git” repository, not necessarily “github” > If you want it to sync to origin (stash), you could set up a `git push` cron > job on a schedule. > > > > On 6/9/16, 8:40 AM, "Benjamin Kim" <mail

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Benjamin Kim
Hi, Our company’s use is spark, phoenix, jdbc/psql. So, if you make different packages, I would need the full one. In addition, for the minimized one, would there be a way to pick and choose interpreters to add/plug in? Thanks, Ben > On Jun 17, 2016, at 1:02 AM, mina lee wrote: > > Hi all! >

Github Integration

2016-06-09 Thread Benjamin Kim
I heard that Zeppelin 0.6.0 is able to use its local notebook directory as a Github repo. Does anyone know of a way to have it work (workaround) with our company’s Github (Stash) repo server? Any advice would be welcome. Thanks, Ben