Re: Are there any way a notebook to be black box?

2017-07-04 Thread Hyung Sung Shim
ide the result of analyzing, not my > algorithm. > Even my client share my notebook on his zeppelin, my code is protected by > independent authentication, encryption and so on. > > This is my point. :-) > Sorry for getting longer. > > -Ono > > > 2017-07-04 23:35 GMT+

Re: Are there any way a notebook to be black box?

2017-07-04 Thread Hyung Sung Shim
Hello onokeiji. You can refer http://zeppelin.apache.org/docs/0.7.2/quickstart/explorezeppelinui.html#note-toolbar if you want to hide code in the notebook. and http://zeppelin.apache.org/docs/0.7.2/security/notebook_authorization.html#authorization-setting is relate to lock code your note. Hope

Re: python prints "..." in the place of comments in output

2017-03-16 Thread Hyung Sung Shim
Hi. The problem is fixing on https://github.com/apache/zeppelin/pull/2106. Thanks. 2017-03-16 17:58 GMT+09:00 : > I also met this problem > > Send from my iPhone > Lei Wang > > 2017年3月16日 +0800 PM4:39 Meethu Mathew ,写道: > > Hi, > > The output of

Re: "spark ui" button in spark interpreter does not show Spark web-ui

2017-03-13 Thread Hyung Sung Shim
Hello. Thank you for sharing the problem. Could you file a jira issue for this? 2017년 3월 13일 (월) 오후 3:18, Meethu Mathew 님이 작성: > Hi, > > I have noticed the same problem > > Regards, > > > Meethu Mathew > > > On Mon, Mar 13, 2017 at 9:56 AM, Xiaohui Liu

Re: pyspark run a specific paragraph

2017-02-28 Thread Hyung Sung Shim
hi Jonathan. Currently pyspark interpreter does't have z.run() functionality but spark interpreter does. 2017년 3월 1일 (수) 오전 1:35, Jonathan Greenleaf 님이 작성: Haven't had luck with documentation. What is the syntax to run a specific paragraph using the pyspark

Re: Zeppelin - Executors Issue

2017-02-28 Thread Hyung Sung Shim
hi. Can you try to set *spark.executor.instances* property on your spark interpreter ? 2017-02-28 21:26 GMT+09:00 Gilad Landau : > Hello > > > > Anybody else encountered executors issues for the Zeppelin job on spark? > > Although the interpreter is set with spark

Re: How can I use pyspark in zeppelin?

2017-02-24 Thread Hyung Sung Shim
hello. Could you set spark-2.1.0-bin-hadoop2.7 path as SPARK_HOME ? You can refer to http://zeppelin.apache.org/docs/0.7.0/interpreter/spark.html#1-export-spark_home . 2017-02-24 15:44 GMT+09:00 Beth Lee : > I installed spark-2.1.0-bin-hadoop2.7.tgz and

Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-06 Thread Hyung Sung Shim
Congratulations! and Thank you all Zeppelin users and devs!! 2017년 2월 6일 (월) 오후 8:48, Md. Rezaul Karim 님이 작성: > Congratulations! Thanks for the great news. I appreciate your hard work > for every release. > > On Feb 6, 2017 7:07 AM, Mina Lee wrote: > >

Re: [VOTE] Release Apache Zeppelin 0.7.0 (RC4)

2017-02-02 Thread Hyung Sung Shim
+1 Thanks mina for your effort. 2017-02-03 11:58 GMT+09:00 Renjith Kamath : > +1 > > On Fri, Feb 3, 2017 at 8:01 AM, Prabhjyot Singh > > wrote: > > > +1 > > > > On Feb 2, 2017 8:25 PM, "Alexander Bezzubov" wrote: > > > >>

Re: [VOTE] Release Apache Zeppelin 0.7.0 (RC3)

2017-01-24 Thread Hyung Sung Shim
+1 2017년 1월 24일 (화) 오전 1:36, Windy Qin 님이 작성: > > +1 > On 2017-01-24 17:13 (+0800), Sora Lee wrote: > > +1 > > > > On Tue, Jan 24, 2017 at 3:09 PM Jongyoul Lee wrote: > > > > > +1 (binding) > > > > > > On Tue, Jan 24, 2017 at 2:43

Re: [VOTE] Release Apache Zeppelin 0.7.0 (RC2)

2017-01-22 Thread Hyung Sung Shim
+1 2017년 1월 22일 (일) 오전 12:54, Ahyoung Ryu 님이 작성: > +1 > > On Sun, Jan 22, 2017 at 5:52 PM, Jeff Zhang wrote: > > > +1 > > > > > > > > DuyHai Doan 于2017年1月22日周日 下午4:01写道: > > > >> +1 > >> > >> On Sun, Jan 22, 2017 at 8:59 AM, Mina Lee

Re: [VOTE] Release Apache Zeppelin 0.7.0 (RC1)

2017-01-21 Thread Hyung Sung Shim
+1 2017년 1월 21일 (토) 오전 4:55, Jeff Zhang 님이 작성: > -1, Can we include ZEPPELIN-1985 > ? This issue cause > only user1 can see the pig tutorial note which is a very bad user > experience. > > > > Prabhjyot Singh

Re: Re: Re: contextual relevance in the previous paragraph and the latter paragraph in Zeppelin

2016-12-29 Thread Hyung Sung Shim
nterpreter when you > performed the test , since %sql interpreter is working during my testing . > Thanks again. > > At 2016-12-29 13:41:46, "Hyung Sung Shim" <hss...@nflabs.com> wrote: > > Hi Fang. > What zeppelin version are you using? > I just tested t

Re: Re: contextual relevance in the previous paragraph and the latter paragraph in Zeppelin

2016-12-28 Thread Hyung Sung Shim
Hi Fang. What zeppelin version are you using? I just tested the latest version of master and It works expected. 2016-12-28 0:15 GMT-08:00 Pengcheng Fang : > Hi Mohit , > > thank you for your reply, I just ran those paragraphs one by one from top > to bottom. > > thanks > >

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

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 >

Re: R interpreter build fails

2016-11-28 Thread Hyung Sung Shim
Hello. In order to install R Interpreter, you need to install some packages. [1] http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/interpreter/r.html 2016-11-28 23:51 GMT+09:00 Ruslan Dautkhanov : > The same problem in 0.6.2 and 0.7.0-snapshot. > R interpreter build fails

Re: how to build Zeppelin with a defined list of interpreters

2016-11-28 Thread Hyung Sung Shim
k you Hyung. >> >> I was asking primarily how to switch off compiling certain interpreters. >> Is there is a way? >> >> Our organization will not use more than half of those interpreters. >> >> On Mon, Nov 28, 2016 at 4:42 AM Hyung Sung Shim <hss...@nflabs.com&g

Re: 0.6.2 build fails

2016-11-22 Thread Hyung Sung Shim
Hello. Thank you for sharing your problem. Could you add *-Pvendor-repo *option to build Zeppelin with CDH? You can refer to http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/install/build.html#build-command-examples . Thanks. 2016-11-23 16:05 GMT+09:00 Ruslan Dautkhanov : >

Re: ArrayIndexOutOfBoundsException on Zeppelin notebook example

2016-11-17 Thread Hyung Sung Shim
> *Md. Rezaul Karim* > PhD Researcher, Insight Centre for Data Analytics > National University of Ireland Galway > *E-mail:* rezaul.ka...@insight-centre.org > <donal.carr...@insight-centre.org> > *Web*: www.insight-centre.org > *Phone:* +353892311519 >

Re: ArrayIndexOutOfBoundsException on Zeppelin notebook example

2016-11-17 Thread Hyung Sung Shim
Hello Muhammad. Please check your bank-full.csv file first and you can filter item length in your scala code for example *val bank = bankText.map(s => s.split(";")).filter(s => (s.size)>5).filter(s => s(0) != "\"age\"")* Hope this helps. 2016-11-17 21:26 GMT+09:00 Dayong :

Re: Zeppelin in local computer using yarn on distant cluster

2016-11-02 Thread Hyung Sung Shim
Could you share your zeppelin-env.sh ? 2016년 11월 2일 (수) 오후 4:57, Benoit Hanotte <benoit.h...@gmail.com>님이 작성: > Thanks for your reply, > I have tried setting it within zeppelin-env.sh but it doesn't work any > better. > > Thanks > > On Wed, Nov 2, 2016 at 2:

Re: JDBC Connections

2016-10-18 Thread Hyung Sung Shim
Hello. AFAIK The connections did not closed until restart JDBC Interpreter. so https://github.com/apache/zeppelin/pull/1396 use ConnectionPool for control sessions. 2016-10-19 2:43 GMT+09:00 Benjamin Kim : > We are using Zeppelin 0.6.0 as a self-service for our clients to

Re: Embedding %html within %table

2016-09-18 Thread Hyung Sung Shim
Hi Kevin. Could you try https://github.com/apache/zeppelin/pull/1433 ? It would be great if you could let me know the result. Thanks. 2016-09-17 10:15 GMT+09:00 moon soo Lee : > I'm not sure since when, but %html inside of the cell doesn't work if it > is first column. If you

Re: FW: Issue with Zeppelin setup on Datastax-Spark

2016-09-16 Thread Hyung Sung Shim
Hello. I think that `zeppelin.interpreter.host` and `zeppelin.interpreter.port` values on Interpreter setting UI should be removed because Interpreter will automatically be launched when you run a paragraph. 2016-09-16 3:56 GMT+09:00 Arpan Saha : > Yes. It is a zeppelin

Re: Completion

2016-09-12 Thread Hyung Sung Shim
cet...@free.fr>: > Hey, > > not working too :( > I tried "ctrl.", "cmd.", "alt.", nothing works > > On Sep 12, 2016, at 10:00, Hyung Sung Shim <hss...@nflabs.com> wrote: > > Hello. > Could you put the key "Ctrl ." (Ctrl + do

Re: Completion

2016-09-12 Thread Hyung Sung Shim
Hello. Could you put the key "Ctrl ." (Ctrl + dot) for the completion? 2016-09-12 22:43 GMT+09:00 Cyril Scetbon : > Hi, > > I'm testing Zeppelin 0.6.0 and I've not been able to use completion on > OSX. I tried the combination ctrl+ with both Safari and Chrome without >

Re: Running R on Zeppelin EMR Cluster

2016-09-06 Thread Hyung Sung Shim
and EMR-5.0.0 supports Zeppelin 0.6.1. 2016-09-07 0:24 GMT+09:00 Hyung Sung Shim <hss...@nflabs.com>: > Hi. > Unfortunately Zeppelin 0.5.6 does not support R interpreter. > Could you upgrade your Zeppelin to higher version? > > 2016-09-06 23:53 GMT+09:00 Mark Mikolajczak

Re: Running R on Zeppelin EMR Cluster

2016-09-06 Thread Hyung Sung Shim
Hi. Unfortunately Zeppelin 0.5.6 does not support R interpreter. Could you upgrade your Zeppelin to higher version? 2016-09-06 23:53 GMT+09:00 Mark Mikolajczak - 07855 306 064 < m...@flayranalytics.co.uk>: > Hi All, > > I am trying to setup the R interpreter to run in Zeppelin which is >

Re: Spark error when loading phoenix-spark dependency

2016-09-06 Thread Hyung Sung Shim
org.apache.phoenix:phoenix-core:4.4.0-HBase-1.1 > > Excluded :- com.sun.jersey:jersey-core, com.sun.jersey:jersey-server, > com.sun.jersey:jersey-client, org.ow2.asm:asm, io.netty:netty > > > > Thanks and Regard, > > Vikash Kumar > > > > *From:* astros...@gm

Re: Spark error when loading phoenix-spark dependency

2016-09-05 Thread Hyung Sung Shim
You can refer [1] to load dependency loading library. [1] http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/interpreter/spark.html#dependencyloading 2016-09-06 14:16 GMT+09:00 Hyung Sung Shim <hss...@nflabs.com>: > Hello. > How did you load library? > > > 2016-09-06 13:49 G

[ANNOUNCE] Apache Zeppelin 0.6.1 released

2016-08-16 Thread Hyung Sung Shim
Congratulations for 0.6.1 release! Thank you for everyone especially mina. 2016-08-16 16:57 GMT+09:00 Mina Lee >: > The Apache Zeppelin community is pleased to announce the availability of > the 0.6.1 release. > > Zeppelin

Re: integrate authorization

2016-07-20 Thread Hyung Sung Shim
Hi. Unfortunetely There is no way to solve your problem on zeppelin level but it seems like interesting feature so could you create issue for this? 2016년 7월 20일 수요일, 仓库快满了님이 작성한 메시지: > Hi, > I have a question. > Can I pass the authorization from one web system to this

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

Re: Order of paragraphs vs. different interpreters (spark vs. pyspark)

2016-07-13 Thread Hyung Sung Shim
initely solves my problem, but it's >> really cumbersome from a usability point of view. I think a better solution >> for my use case is to just have an option to run all paragraphs in the >> order they appear in on the notebook, regardless of which interpreter they >> use

Re: Installing Zeppelin 0.6.0 on latest EMR (4.7.1)

2016-07-07 Thread Hyung Sung Shim
.gr> : > Yes, I understand that, but is there a way to upgrade or to install Zeppelin > 0.6.0 in a EMR cluster? > > On Thu, Jul 7, 2016 at 4:24 PM, Hyung Sung Shim <hss...@nflabs.com> wrote: > >> Hi. >> Zeppelin 0.5.6 Sandbox is in the EMR-4.7.x >> so If

Re: classnotfoundexception using zeppelin with spark authentication

2016-07-07 Thread Hyung Sung Shim
> > https://issues.apache.org/jira/browse/ZEPPELIN-1096 (this scala problem) > https://issues.apache.org/jira/browse/ZEPPELIN-1097 (similar looking > python problem) > > LMK if I can provide more info or help in some way. > > On Fri, Jul 1, 2016 at 5:08 AM, Hyung Sung Shim <hss...

Re: Installing Zeppelin 0.6.0 on latest EMR (4.7.1)

2016-07-07 Thread Hyung Sung Shim
Hi. Zeppelin 0.5.6 Sandbox is in the EMR-4.7.x so If you want to use zeppelin 0.6 with EMR-4.7, I think you can use EC2 as your zeppelin machine. 2016-07-07 22:08 GMT+09:00 Panayotis Trapatsas : > Hi, > > Is there a way to install Zeppelin 0.6.0 on EMR version

Re: Error installing Zeppelin 0.6.0 on Ubuntu 14.04 using pre build package

2016-07-07 Thread Hyung Sung Shim
Hi. There are three types of zeppelin 6.0. One is source that you should build to use and Two are binary version that you don't need to build to use. What did you get? 2016-07-07 21:20 GMT+09:00 B00083603 Michael O Brien < b00083...@student.itb.ie>: > Hi all, > > > I was hoping to use Zeppelin

Re: classnotfoundexception using zeppelin with spark authentication

2016-07-01 Thread Hyung Sung Shim
f. > > After that didn't work, I also tried adding --conf spark.authenticate=true > and --conf spark.authenticate.enableSaslEncryption=true, to match the other > related settings in spark-defaults.conf. Still get the same > classnotfoundexception. > > > On Thu, Jun 30, 20

Re: classnotfoundexception using zeppelin with spark authentication

2016-06-30 Thread Hyung Sung Shim
eppelin. > > On Thu, Jun 30, 2016 at 7:05 AM, Hyung Sung Shim <hss...@nflabs.com> > wrote: > >> Hi Jonathan. >> It's not easy to build the test environments but I am working on this. >> I have question for you. >> Does your code working well on spark-shell

Re: classnotfoundexception using zeppelin with spark authentication

2016-06-30 Thread Hyung Sung Shim
ny luck w/ zeppelin + spark authentication? I'm quite > stumped. > > thx. > > On Tue, Jun 28, 2016 at 9:11 PM, Hyung Sung Shim <hss...@nflabs.com> > wrote: > >> Thank you. >> Let me try. >> >> 2016-06-28 22:18 GMT+09:00 Jonathan Esterhazy < &g

Re: Running notebook from terminal

2016-06-27 Thread Hyung Sung Shim
Hi. You can do what you want using zeppelin REST API[1] . [1] http://zeppelin.apache.org/docs/0.6.0-SNAPSHOT/rest-api/rest-notebook.html Thanks. 2016-06-28 11:45 GMT+09:00 Chandra Maloo : > Hello, > I have a notebook with multiple paragraphs. I have embedded the results

Re: classnotfoundexception using zeppelin with spark authentication

2016-06-27 Thread Hyung Sung Shim
Hi. Could you share your conf/zeppelin-env.sh and spark-defaults.conf ? 2016-06-28 8:52 GMT+09:00 Jonathan Esterhazy : > I am having trouble using zeppelin in a spark cluster that has spark node > authentication turned on (e.g. with spark.authenticate=true, >

Re: Logout from Zeppelin

2016-06-22 Thread Hyung Sung Shim
it. >> I have tried clearing cookies and all. >> Check the attached screen shots sorted based on time.It happens when i do >> logout. >> >> On Thu, Jun 23, 2016 at 9:13 AM, Hyung Sung Shim <hss...@nflabs.com> >> wrote: >> >>> Hi. >>> Wha

Re: Build error zengine

2016-06-21 Thread Hyung Sung Shim
good to hear that it worked anyway.  2016년 6월 22일 수요일, Darren Govoni<dar...@ontrenet.com>님이 작성한 메시지: > H. It worked the 3rd time. Not sure what the hiccup was. > > On 06/21/2016 11:46 AM, Hyung Sung Shim wrote: > > hi. > I just got build success on my ubuntu machi

Re: Build error zengine

2016-06-21 Thread Hyung Sung Shim
act build failure? > > > On Tuesday, June 21, 2016, Darren Govoni <dar...@ontrenet.com> wrote: > >> Ubuntu 15.10 >> >> mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark >> >> >> On 06/21/2016 09:03 AM, Hyung Sung Shim wrote:

Re: Build error zengine

2016-06-21 Thread Hyung Sung Shim
hi. What is your build command and please tell me your environments. 2016-06-21 21:45 GMT+09:00 Darren Govoni : > Hi > > I am trying to build git repo but zengine fails. Any tips on this? > > Thanks > > > > Sent from my Verizon Wireless 4G LTE smartphone >

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Hyung Sung Shim
I think making the 'zeppelin-bin-netinst' is greate idea and more make sense than voting which interpreter should be included to zeppelin-bin-min. 2016-06-18 1:15 GMT+09:00 moon soo Lee : > In case of no internet access, how about > > a. download 'zeppelin-bin-netinst' and run