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

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

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
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

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: >

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,

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

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

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

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

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":

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. >

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

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]

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

Re: Where can I find error logs?

2016-07-22 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

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

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

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