Re: Where are the interpreter settings stored ?

2017-05-30 Thread Ahyoung Ryu
Hi Sudev, The setting information is stored in conf/interpreter.json Hope it helps, Ahyoung On Tue, May 30, 2017 at 9:18 AM, Sudev A C wrote: > Hi, > > > Can anyone help in understanding where the interpreter settings are > stored? > > I'm trying to run Zeppelin in Docker, my issue is that I h

Re: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-spark_2.10:jar:0.8.0-SNAPSHOT

2017-04-20 Thread Ahyoung Ryu
Hi Minwoo, Have you tried to run "ZEPPELIN_HOME/dev/change_scala_version.sh 2.11" before run your build command? The script file will update all pom.xml files to scala 2.11. Please refer to https://zeppelin.apache.org/docs/latest/install/build.html#2-build-source Ahyoung On Thu, Apr 20, 2017 at

Re: Pyspark failing in 0.7.0

2017-03-21 Thread Ahyoung Ryu
Hi Anand, Can you share your log files in here? You can find them under ZEPPELIN_HOME/logs/ Thanks Ahyoung On Tue, Mar 21, 2017 at 6:35 AM, Anandha L Ranganathan < analog.s...@gmail.com> wrote: > > > zeppelin : 0.7.0 > Spark : 1.6.0 (HDP 2.4) > > > *Command in the notebook* > > %pyspark > 2+2 >

Re: Is it possible to return javascript to frontend and run it in frontend

2017-02-28 Thread Ahyoung Ryu
d like using %angular or %html to > achieve that ? Developing a new type of Helium package might be too > complicated for me. > > > On Tue, Feb 28, 2017 at 5:17 PM Ahyoung Ryu wrote: > >> Hi Canan, >> >> I think you can do it by writing your own "SPE

Re: Is it possible to return javascript to frontend and run it in frontend

2017-02-28 Thread Ahyoung Ryu
Hi Canan, I think you can do it by writing your own "SPELL" type of Helium package. You can get more information about it in https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/development/writingzeppelinspell.html . Note that currently it's only available in development version. To test this, you nee

Re: Helium and Default Port

2017-02-09 Thread Ahyoung Ryu
Hi Richard, Thanks for sharing your issue. If you don't mind, could you create a Jira ticket[1] for this? [1] https://issues.apache.org/jira/issues/?jql=project%20%3D%20ZEPPELIN Best, Ahyoung On Thu, Feb 9, 2017 at 10:51 PM, RICHARD WILLIAMS < richard.willi...@elabsolutions.com> wrote: > Chang

Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-05 Thread Ahyoung Ryu
Congrats ALL the Apache Zeppelin community! Thanks for your effort Mina :D On Mon, Feb 6, 2017 at 4:11 PM, Jun Kim wrote: > Col!!! > > 2017년 2월 6일 (월) 오후 4:10, Anthony Corbacho 님이 > 작성: > >> Awesome >> >> On Mon, Feb 6, 2017 at 4:07 PM, Mina Lee wrote: >> >> The Apache Zeppelin comm

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

2017-02-02 Thread Ahyoung Ryu
+1 On Thu, Feb 2, 2017 at 10:07 PM, Jun Kim wrote: > +1 > 2017년 2월 2일 (목) 오후 9:49, Sora Lee 님이 작성: > >> +1 >> >> On Thu, Feb 2, 2017 at 9:40 PM Khalid Huseynov >> wrote: >> >> > +1 >> > >> > On Thu, Feb 2, 2017 at 9:21 PM, DuyHai Doan >> wrote: >> > >> > +1 >> > >> > On Thu, Feb 2, 2017 at 9:5

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

2017-01-24 Thread Ahyoung Ryu
+1 On Tue, Jan 24, 2017 at 8:19 PM, Hyung Sung Shim wrote: > +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

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

2017-01-22 Thread 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 wrote: >> >> I propose the following RC to be released for the Apache Zeppelin 0.7.0 >> release. >> >> The commit id is d0ddf8fdff75b422

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

2017-01-21 Thread Ahyoung Ryu
+1 On Sun, Jan 22, 2017 at 2:54 AM, Hyung Sung Shim wrote: > +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 >>

Re: [DISCUSS] Release package size

2017-01-17 Thread Ahyoung Ryu
Thanks Mina always! +1 for releasing only netinst package. On Wed, Jan 18, 2017 at 12:29 PM, Prabhjyot Singh wrote: > +1 > > I don't think it's a problem now, but if it keeps increasing then in the > subsequent releases we can ship Zeppelin with few interpreters, and mark > others as plugins tha

Re: Vizualize bash result

2017-01-15 Thread Ahyoung Ryu
FYI https://zeppelin.apache.org/docs/latest/displaysystem/basicdisplaysystem.html#table provides some basic examples how you can draw table :) Best, Ahyoung On Sun, Jan 15, 2017 at 1:20 AM, Jongyoul Lee wrote:

Re: REST API for updating interpreter settings

2017-01-11 Thread Ahyoung Ryu
Hi Deenar, The below sample input is just example. So you need to modify at lease "propname", "dependencies" and their values as well. { "name": "Markdown setting name", "group": "md", "properties": { "propname": "Otherpropvalue" }, "interpreterGroup": [ { "class": "org.apache.zeppelin.markdown.

Re: R interpreter build fails

2016-11-28 Thread Ahyoung Ryu
Hi Ruslan, Can you share your build command in here? Thanks, Ahyoung On Mon, Nov 28, 2016 at 11:51 PM, Ruslan Dautkhanov wrote: > The same problem in 0.6.2 and 0.7.0-snapshot. > R interpreter build fails with below error stack. > > R is installed locally through yum. > Is there any special req

Re: Zeppelin process died [FAILED]

2016-11-18 Thread Ahyoung Ryu
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart( > AbstractNetworkConnector.java:80) > at org.eclipse.jetty.server.ServerConnector.doStart( > ServerConnector.java:236) > at org.eclipse.jetty.util.component.AbstractLifeCycle. > start(AbstractLifeCycle.java:68) >

Re: Zeppelin process died [FAILED]

2016-11-18 Thread Ahyoung Ryu
Hi Md. Rezaul, There could be many reasons to die Zeppelin server process before it started. Can you check ZEPPELIN_HOME/logs/*.log files? It would be helpful to investigate what the reason was. Best regards, Ahyoung On Fri, Nov 18, 2016 at 9:16 PM, Muhammad Rezaul Karim < reza_cse...@yahoo.com>

Re: Regarding Zeppelin upgrade

2016-10-18 Thread Ahyoung Ryu
Hi Dipesh, It would be better if you can provide more information to us. Which version of Zeppelin did you install on your cluster? How did you install Zeppelin? From source? Or prebuild binary package? Thanks, Ahyoung On Sat, Oct 15, 2016 at 8:43 PM, Dipesh Vora wrote: > Hi All, > > > > I hav

Re: Livy with 0.6.0

2016-10-04 Thread Ahyoung Ryu
Hi Herman, Thanks for sharing your issue :) Actually I have no idea how we can get REPL output with Livy interpreter, but the *printREPLOutput* property is implemented only for Spark interpreter[1] in the Zeppelin side. So it won't be available in Livy interpreter. [1] https://github.com/apache/z

Re: Import notebook

2016-09-25 Thread Ahyoung Ryu
Hi Herman, As Damien said, there is a PR(but not merged) related with your issue. Regarding the "Unable to fetch URL", when I tried again with my notebook URL I saw an error message "XMLHttpRequest cannot load https://raw.githubusercontent.com/AhyoungRyu/spark-notebook-example/master/zeppelin-note

Re: Import notebook

2016-09-25 Thread Ahyoung Ryu
Hi Herman, Thanks for sharing your issue. I tried to reproduce it both in 0.6.0 & 0.6.1 version, but wasn't able to. I can import my notebook file(I attached it in this mail) in both version. If the notebook is imported with no problems, the dialog will be closed automatically. No need any next bu

Re: [ANNOUNCE] Apache Zeppelin 0.6.1 released

2016-08-16 Thread Ahyoung Ryu
Congratulations, the Apache Zeppelin team & all community members! [image: ] > Congratulations !!! > > Great turn around with required spark 2.0 support and fix for SparkR with > Spark2.0. > > Regards, > Sourav > > On Tue, Aug 16, 2016 at 2:02 AM, Hyung Sung Shim > wrote: > >> Congratulations

Re: Zeppelin graph off the page to the right (or truncated)

2016-07-28 Thread Ahyoung Ryu
Hi Carmella, It would be better to provide some gif or png image files if possible. Then other users can understand your situation and help you more quickly :) Thanks, Ahyoung 2016년 7월 28일 (목) 오전 6:57, Carmella Smith 님이 작성: > Hello Users Group, > > I have asked Zeppelin to draw a line graph on

Re: Where can I find error logs?

2016-07-21 Thread Ahyoung Ryu
Hi James, You can find all of log files under logs/ directory. Hope it helps :) Thanks, Ahyoung 2016년 7월 22일 (금) 오후 3:33, James Adams 님이 작성: > I attempted to run the zeppelin-daemon process but it failed very quickly > after it started. The only output I saw in the bash terminal is below: > > Z

Re: Change default interpreter to pyspark

2016-07-18 Thread Ahyoung Ryu
Hi Jayant, I tested as you said, and can't change the default interpreter as well. So I created issue for this in ZEPPELIN-1209 . Thanks for reporting the issue. Best regards, Ahyoung 2016년 7월 19일 (화) 오전 6:54, Jayant Raj 님이 작성: > Zeppelin has

Re: Cannot import a note

2016-06-17 Thread Ahyoung Ryu
Hi Sang-Min, Regarding JIRA issue creation button, did you login with your account? Once you login to JIRA, then you can easily find *Create *red button at the middle of top. Thanks, Ahyoung 2016년 6월 17일 (금) 오전 1:10, Sang-Min Yoon 님이 작성: > Import fails with following exception > > > >> com.goog

Re: Shiro Hides Interpreter Settings

2016-06-10 Thread Ahyoung Ryu
Hi Tom, Yeah it really makes sense i think. Not only you but many other people want to do that. So I tested this case and created a issue in Jira and created a patch for this. It would be appreciate

Re: homepage ng-hide Zeppelin 0.5.6

2016-06-06 Thread Ahyoung Ryu
Hi Moonssang, It seems you downloaded Zeppelin-0.5.6 binary version, but you were looking for 0.6.0 version docs. AFAIK, there is no authentication feature in 0.5.6 version. If you want to configure authentication with nginx reverse proxy setting, you have to build from source. Please check this o

Re: The Apache Software Foundation Announces Apache(R) Zeppelin™ as a Top-Level Project

2016-05-25 Thread Ahyoung Ryu
Congratulate all Zeppelin folks! Surely deserved it 👍 On Thursday, 26 May 2016, Dafeng Wang wrote: > Congratulations! > > > > *From:* moon soo Lee [mailto:m...@apache.org > ] > *Sent:* Wednesday, May 25, 2016 9:56 PM > *To:* us...@zeppelin.incubator.apache.org > ; > d...@zeppelin.incubator.apach