Re: [DISCUSS] Reducing default interpreters while building and releasing Zeppelin

2017-06-04 Thread Jongyoul Lee
xcheun...@hotmail.com> >> wrote: >> >>> Sure - I think it will be important to discuss what criteria to use to >>> decide what is included vs what will be released separately. >>> >>> _ >>> From: Jongyoul Lee

Release 0.7.2

2017-06-04 Thread Jongyoul Lee
-- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-2616) Add docs to describe how to use this feature

2017-06-04 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2616: -- Summary: Add docs to describe how to use this feature Key: ZEPPELIN-2616 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2616 Project: Zeppelin

Re: [DISCUSS] Reducing default interpreters while building and releasing Zeppelin

2017-06-04 Thread Jongyoul Lee
, Jun 4, 2017 at 9:11 AM, Felix Cheung <felixcheun...@hotmail.com> wrote: > Are we proposing some interpreters to be built and released separately? > > Is this going to be separate packaging? Or separate release pipeline? > > > _________ > From: Jongy

[DISCUSS] Reducing default interpreters while building and releasing Zeppelin

2017-06-03 Thread Jongyoul Lee
important factor. If someone wants to have an idea to deal with it, please feel free to talk about it. Thanks, Jongyoul Lee -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-2590) Convert jupyter file format to zeppelin's note format

2017-05-26 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2590: -- Summary: Convert jupyter file format to zeppelin's note format Key: ZEPPELIN-2590 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2590 Project: Zeppelin

Re: Can not start zeppelin on master branch

2017-05-26 Thread Jongyoul Lee
; at > > org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114) > at > > org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) > at org.eclipse.jetty.server.Server.doStart(Server.java:354) > at > > org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) > at > org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:195) > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: JdbcInterpreter might be too generic

2017-05-24 Thread Jongyoul Lee
tting is not available when the jdbc interpreter is > > implemented. if user create interpreter setting for each database, then > he > > doesn't need to specify `(mysql)` as point 1. > > > > Welcome any comments and thoughts on this. > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Spark Context in custom interpreter

2017-05-13 Thread Jongyoul Lee
d in > other paragraphs. > > Can anyone advise me on the best way to get hold of that Context please? > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Help verify yarn client mode without SPARK_HOME

2017-05-13 Thread Jongyoul Lee
mail.com> wrote: > > > > > yarn-client mode doesn't work for embeded spark. But does it work > before > > ? > > > I think embeded spark should only work with local mode > > > > > > > > > > > > > >

Re: What is the user case for remote of interpreter option is false

2017-05-13 Thread Jongyoul Lee
t; > >>> Thanks, > >>> moon > >>> > >>> On Mon, May 8, 2017 at 8:13 PM Jeff Zhang <zjf...@gmail.com> wrote: > >>> > >>> > I see all the interpreter setting set remote of interpreter option as > >>> true, > >>> > and didn't find any false case in interpreter-setting.json, does > anyone > >>> > know what is the use case of remote of interpreter option is false. > Is > >>> this > >>> > a legacy mode that should be removed ? > >>> > > >>> > > >>> > > >>> https://github.com/apache/zeppelin/blob/master/zeppelin- > zengine/src/main/java/org/apache/zeppelin/interpreter/ > InterpreterSettingManager.java#L183 > >>> > > >>> > >> > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Reverse commit of 15ecbb49db17f3938ca0b4d584193354ff243429

2017-05-12 Thread Jongyoul Lee
Hi dev, Recently, Ci has failed because some profiles changed. It's necessary to enable it but now some tests fails. Then, we revert it first, fix that problem and merge it later. Regards, Jongyoul Lee -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Help verify yarn client mode without SPARK_HOME

2017-05-09 Thread Jongyoul Lee
for testing it. On Wed, May 10, 2017 at 2:16 AM, Jeff Zhang <zjf...@gmail.com> wrote: > yarn-client mode doesn't work for embeded spark. But does it work before ? > I think embeded spark should only work with local mode > > > > > Jongyoul Lee <jongy...@gmail.com>于201

Help verify yarn client mode without SPARK_HOME

2017-05-09 Thread Jongyoul Lee
n mode in current master. Can anyone test it and let me know the result? Thanks in advance, Jongyoul -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Custom Interpreter group is not displayed on the GUI

2017-04-15 Thread Jongyoul Lee
reter-setting.json in a wrong folder. > Btw here is the link[1]. > > [1] > https://github.com/minudika/zeppelin/blob/WSO2_Siddhi_ > Interpreter/wso2/src/main/resources/interpreter-setting.json > > BR > > On Sat, Apr 15, 2017 at 8:28 PM, Jongyoul Lee <jongy...@gmail.com>

Re: Start the server in remote debugging mode

2017-04-15 Thread Jongyoul Lee
> *Minudika Malshan* > Undergraduate > Department of Computer Science and Engineering > University of Moratuwa > Sri Lanka. > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Custom Interpreter group is not displayed on the GUI

2017-04-15 Thread Jongyoul Lee
> Interpreter/wso2_receiver > > > > > > Also I have committed my current updated zeppelin-site.xml. > > > > > > Thank you! > > > > > > -- > > > *Minudika Malshan* > > > Undergraduate > > > Department of Computer Science and Engineering > > > University of Moratuwa > > > Sri Lanka. > > > > > > > > > -- > *Minudika Malshan* > Undergraduate > Department of Computer Science and Engineering > University of Moratuwa > Sri Lanka. > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Add User Api

2017-04-15 Thread Jongyoul Lee
cing in to the container everytime though to > add a new zeppelin user which we have alot of is a pain and not always the > best. Do you think there will be some other way perhaps the same way we can > make a credential rest request a user add rest request? > > Thanks > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-2385) Release 0.8.0

2017-04-10 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2385: -- Summary: Release 0.8.0 Key: ZEPPELIN-2385 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2385 Project: Zeppelin Issue Type: Task

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

2017-03-30 Thread Jongyoul Lee
rom source successfully > > > > * Run pig tutorial using tez mode successfully > > > > * Run spark tutorial using livy interpreter successfully. > > > > * Verify interpreter fail error can be propagated to frontend. > > > > * Verify the restart button

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

2017-03-28 Thread Jongyoul Lee
ache.org/content/repositories/ > orgapachezeppelin-1035 > > > > You can find the KEYS file here: > > https://dist.apache.org/repos/dist/release/zeppelin/KEYS > > > > Release notes available at > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > version=12339166=12316221 > > > > Vote will be open for next 72 hours (close at 04:00 31/Mar PDT). > > > > [ ] +1 approve > > [ ] 0 no opinion > > [ ] -1 disapprove (and reason why) > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

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

2017-03-27 Thread Jongyoul Lee
gt; > You can find the KEYS file here: > > > https://dist.apache.org/repos/dist/release/zeppelin/KEYS > > > > > > Release notes available at > > > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > version=12339166=12316221 > > > > > > Vote will be open for next 72 hours (close at 21:00 26/Mar PDT). > > > > > > [ ] +1 approve > > > [ ] 0 no opinion > > > [ ] -1 disapprove (and reason why) > > > > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Roadmap for 0.8.0

2017-03-21 Thread Jongyoul Lee
e it as a 1.0.0 instead of 0.8.x. > > Once we have 1.0.0 released, then I think we can make larger, experimental > changes on 2.0.0 branch aggressively, while we keep maintaining 1.0.x > branch. > > > Thanks, > moon > > On Mon, Mar 20, 2017 at 8:55 AM Felix Cheung &l

Re: Roadmap for 0.8.0

2017-03-20 Thread Jongyoul Lee
er Lifecycle Control https://issues.apache. >org/jira/browse/ZEPPELIN-2197 > > > > Jongyoul Lee <jongy...@gmail.com>于2017年3月20日周一 下午12:03写道: > >> Hi dev & users, >> >> Recently, community submits very new features for Apache Zeppelin. I think >&

Roadmap for 0.8.0

2017-03-19 Thread Jongyoul Lee
Here is what I know: * Cluster management * Admin feature * Replace some context to separate users * Helium online Feel free to talk if you want to add more things. I think we need to choose which features will be included in 0.8.0, too. Regards, Jongyoul Lee -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: [CI] second job exceeds travis.org max job time

2017-03-18 Thread Jongyoul Lee
D_FLAG=\"package -Pbuild-distr -DskipRat\" TEST_FLAG=\"verify > -Pusing-packaged-distr -DskipRat\" TEST_PROJECTS=\"\"" > > > > Am I the only one experiencing this? If not, any thought on what to > remove > > to reduce this build duration? > > > > Cheers, > > > > Remy (Remilito) > > > > > > > -- > Remy GAYET, > +33 6 798 798 62. > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-2276) Release 0.7.2

2017-03-16 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2276: -- Summary: Release 0.7.2 Key: ZEPPELIN-2276 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2276 Project: Zeppelin Issue Type: Task

Revert ZEPPELIN-2230

2017-03-16 Thread Jongyoul Lee
Hi dev, I'll revert ZEPPELIN-2230 because it causes build problem when I rebase my branch and push it with force option. Regards, Jongyoul Lee -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-2248) Fix javax.ws.rs and cxf version mismatch

2017-03-12 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2248: -- Summary: Fix javax.ws.rs and cxf version mismatch Key: ZEPPELIN-2248 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2248 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-2202) Disable "Personalized mode" toggle when paragraphs are running

2017-03-01 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2202: -- Summary: Disable "Personalized mode" toggle when paragraphs are running Key: ZEPPELIN-2202 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2202

[jira] [Created] (ZEPPELIN-2187) Previous output seems to be cached in personalized mode

2017-02-26 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2187: -- Summary: Previous output seems to be cached in personalized mode Key: ZEPPELIN-2187 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2187 Project: Zeppelin

Re: [DISCUSS] Behaviour of Interpreter when it is restarted

2017-02-26 Thread Jongyoul Lee
hat particular > > Interpreter. On the other hand if it is restarted from the notebook page > by > > any User, then only process of that logged-in User should get affected. > > > > How do you guys think of it? > > > > -- > > > > Warm Regards, > > > > Prabhjyot Singh > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-2179) "clear output" doesn't work in "personalized mode"

2017-02-26 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2179: -- Summary: "clear output" doesn't work in "personalized mode" Key: ZEPPELIN-2179 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2179

[jira] [Created] (ZEPPELIN-2178) "Personalized mode" doesn't work properly

2017-02-26 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2178: -- Summary: "Personalized mode" doesn't work properly Key: ZEPPELIN-2178 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2178 Project: Zeppelin

[DISCUSS] Admin feature

2017-02-22 Thread Jongyoul Lee
two modes: anonymous and authenticated. Feel free to start the discussion on pros and cons. Regards, Jongyoul -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: [DISCUSS] Behaviour of Interpreter when it is restarted

2017-02-22 Thread Jongyoul Lee
ache/ > zeppelin/blob/master/conf/shiro.ini.template#L82 , and when this is > enabled, that is the case which concerns me. > > > > On 22 February 2017 at 23:03, Jongyoul Lee <jongy...@gmail.com> wrote: > >> Basically, I agree that we need to keep same behavior even

Re: [DISCUSS] Scaling out CI capability

2017-02-16 Thread Jongyoul Lee
ired script https://github.com/apache/zeppelin/pull/2026 > . > > > > Please take a look the proposal. Any feedback would be really > appreciated! > > > > Thanks, > > moon > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-2096) Change LazyInterpreter to ClassloaderInterpreter when creating interpreter into RemoteInterpreterServer

2017-02-09 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2096: -- Summary: Change LazyInterpreter to ClassloaderInterpreter when creating interpreter into RemoteInterpreterServer Key: ZEPPELIN-2096 URL: https://issues.apache.org/jira/browse

[jira] [Created] (ZEPPELIN-2057) Extract InterpreterSetting functions from InterpreterFactory

2017-02-04 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2057: -- Summary: Extract InterpreterSetting functions from InterpreterFactory Key: ZEPPELIN-2057 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2057 Project

[jira] [Created] (ZEPPELIN-2056) Restructuring InterpreterFactory

2017-02-04 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2056: -- Summary: Restructuring InterpreterFactory Key: ZEPPELIN-2056 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2056 Project: Zeppelin Issue Type

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

2017-02-04 Thread Jongyoul Lee
t; >>> > > > > >>> > > The release archives (tgz), signature, and checksums are here > > >>> > > > > https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.7.0-rc4/ > > >>> > > > > >>> > > The release candidate consists of the following source > distribution > > >>> > > archive > > >>> > > zeppelin-0.7.0.tgz > > >>> > > > > >>> > > In addition, the following supplementary binary distributions are > > >>> > provided > > >>> > > for user convenience at the same location > > >>> > > zeppelin-0.7.0-bin-all.tgz > > >>> > > zeppelin-0.7.0-bin-netinst.tgz > > >>> > > > > >>> > > The maven artifacts are here > > >>> > > > > >>> > https://repository.apache.org/content/repositories/orgapache > > >>> zeppelin-1027 > > >>> > > > > >>> > > You can find the KEYS file here: > > >>> > > https://dist.apache.org/repos/dist/release/zeppelin/KEYS > > >>> > > > > >>> > > Release notes available at > > >>> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > > >>> > > version=12336544=12316221 > > >>> > > > > >>> > > Vote will be open for next 72 hours (close at 01:00 5/Feb PST). > > >>> > > > > >>> > > [ ] +1 approve > > >>> > > [ ] 0 no opinion > > >>> > > [ ] -1 disapprove (and reason why) > > >>> > > > > >>> > > > >>> > > > >>> > > > >>> > > >>> -- > > >>> Taejun Kim > > >>> > > >>> Data Mining Lab. > > >>> School of Electrical and Computer Engineering > > >>> University of Seoul > > >>> > > >>> > > >>> > > >> > > > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-2041) Introduce a new abstraction layer for managing and launching interpreters

2017-02-01 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2041: -- Summary: Introduce a new abstraction layer for managing and launching interpreters Key: ZEPPELIN-2041 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2041

[jira] [Created] (ZEPPELIN-2040) ClusterManager to support launching interpreter in a cluster

2017-02-01 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2040: -- Summary: ClusterManager to support launching interpreter in a cluster Key: ZEPPELIN-2040 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2040 Project

[jira] [Created] (ZEPPELIN-2013) Exceeded logs fails CI

2017-01-25 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2013: -- Summary: Exceeded logs fails CI Key: ZEPPELIN-2013 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2013 Project: Zeppelin Issue Type: Sub-task

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

2017-01-23 Thread Jongyoul Lee
t/release/zeppelin/KEYS > > Release notes available at > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > version=12336544=12316221 > > Vote will be open for next 72 hours (close at 22:00 26/Jan PST). > > [ ] +1 approve > [ ] 0 no opinion > [ ] -1 disapprove (and reason why) > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: [DISCUSS] Remove PostgresqlInterpreter

2017-01-23 Thread Jongyoul Lee
I created https://issues.apache.org/jira/browse/ZEPPELIN-2003 On Mon, Jan 23, 2017 at 10:56 PM, Jongyoul Lee <jongy...@gmail.com> wrote: > Thanks for replying it. I'll make a PR for doing it. > > On Mon, Jan 23, 2017 at 4:09 PM, Prabhjyot Singh < > prabhjyotsi...@apach

[jira] [Created] (ZEPPELIN-2003) Remove PostgresqlInterpreter

2017-01-23 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-2003: -- Summary: Remove PostgresqlInterpreter Key: ZEPPELIN-2003 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2003 Project: Zeppelin Issue Type: Task

Re: [DISCUSS] Remove PostgresqlInterpreter

2017-01-23 Thread Jongyoul Lee
Thanks for replying it. I'll make a PR for doing it. On Mon, Jan 23, 2017 at 4:09 PM, Prabhjyot Singh <prabhjyotsi...@apache.org> wrote: > +1. > > Yes, agreed I too think its overhead, and all the features can be achieved > via JDBCInterpreter. > > On 23 January 201

Re: R interpreter

2017-01-23 Thread Jongyoul Lee
rpreter-settings.jsons from different jar. > Interpreter/zeppelin-spark.jar will contain settings with spark, sql, dep > and pyspark interpreters and zeppelin-zrinterpreter will contain r and > knitr interpreters. What do you think of it? > > Igor Drozdov > > -Original

[DISCUSS] Remove PostgresqlInterpreter

2017-01-22 Thread Jongyoul Lee
. But, now, JDBCInterpreter include all functions of PostgresqlInterpreter and provide better functions. How do you guys think of it? If it's accepted, 0.8.0 won't have PostgresqlInterpreter anymore. Regards, Jongyoul Lee -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: R interpreter

2017-01-20 Thread Jongyoul Lee
eter is never loaded! > > > > Could anyone confirm that R interpreter does not work for now? Or it > > is my local misconfiguration? > > > > Thank you, > > Igor Drozdov > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: [Discuss] Move some interpreters out of zeppelin project

2017-01-20 Thread Jongyoul Lee
ke new release. > > Please help comment on these 4 questions and feel free to add any things > that I miss. > > > [1] https://lists.apache.org/thread.html/69f606409790d7ba11422e8c6df941 > a75c5dfae0aca63eccf2f840bf@%3Cusers.zeppelin.apache.org%3E > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Unstable travis CI recently

2017-01-20 Thread Jongyoul Lee
lk change by clicking the gear tool button on top right of > this page. ( I don't' have privilege to do that) > > > https://issues.apache.org/jira/issues/?jql=project%20% > 3D%20ZEPPELIN%20AND%20text%20~%20flaky%20and%20status%20!% > 3D%20RESOLVED%20ORDER%20%20BY%20status

Re: Unstable travis CI recently

2017-01-18 Thread Jongyoul Lee
Thanks Jeff, I made a new PR for handling this issue. https://issues.apache.org/jira/browse/ZEPPELIN-1981 On Thu, Jan 19, 2017 at 9:47 AM, Jianfeng (Jeff) Zhang < jzh...@hortonworks.com> wrote: > +1 > > Best Regard, > Jeff Zhang > > > > > > On 1/1

[jira] [Created] (ZEPPELIN-1981) Fix all flaky tests

2017-01-18 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1981: -- Summary: Fix all flaky tests Key: ZEPPELIN-1981 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1981 Project: Zeppelin Issue Type: Task

Re: Unstable travis CI recently

2017-01-18 Thread Jongyoul Lee
> > > Fixing the flaky test may take some time and may not easy for some > test > > > but > > > > I think it is worth to do that. And it is better for these people > who > > > > familiar with that particular test case to fix it. What do you guys > > > think ? > > > > Thanks > > > > > > > -- > > > Taejun Kim > > > > > > Data Mining Lab. > > > School of Electrical and Computer Engineering > > > University of Seoul > > > > > > -- > Taejun Kim > > Data Mining Lab. > School of Electrical and Computer Engineering > University of Seoul > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-1925) Update docs of making helium application

2017-01-08 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1925: -- Summary: Update docs of making helium application Key: ZEPPELIN-1925 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1925 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-1879) Make GUI for setting custom interpreter runner

2016-12-31 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1879: -- Summary: Make GUI for setting custom interpreter runner Key: ZEPPELIN-1879 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1879 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1862) Divide DevInterpreter of helium

2016-12-26 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1862: -- Summary: Divide DevInterpreter of helium Key: ZEPPELIN-1862 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1862 Project: Zeppelin Issue Type: New

[jira] [Created] (ZEPPELIN-1861) Support custom interpreter.sh script to run interpreter

2016-12-26 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1861: -- Summary: Support custom interpreter.sh script to run interpreter Key: ZEPPELIN-1861 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1861 Project: Zeppelin

Re: interpreter-setting.json properties

2016-12-13 Thread Jongyoul Lee
Hi, Thanks for explaining it. It was used to support old one and new one. Not all interpreter are initialized by interpreter-setting.json thus we should keep both of them. After we move to new mechanism fully, we need to talk to modify those structures. Regards, Jongyoul Lee On Wed, Dec 14

Re: interpreter-setting.json properties

2016-12-13 Thread Jongyoul Lee
have a question about interpreter-setting.json. > Why do we need "propertyName"? It always has the same value as a key in > properties map (or null). I can't find any usages of it in code. > > Should I add this property to new json or just omit it? > > Thank you >

Remove support old versions of Apache Spark

2016-11-03 Thread Jongyoul Lee
Hi devs and users, Spark 1.1.x to 1.3.x is no longer supported from Zeppelin 0.7.0. Those versions are also moved to archive.apache.org. Please check the PR below and leave a comment if you have any issue for it: https://github.com/apache/zeppelin/pull/1578 Regards, Jongyoul Lee -- 이종열

[jira] [Created] (ZEPPELIN-1599) Remove support on some old versions of Spark.

2016-11-01 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1599: -- Summary: Remove support on some old versions of Spark. Key: ZEPPELIN-1599 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1599 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1594) Personalized mode

2016-11-01 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1594: -- Summary: Personalized mode Key: ZEPPELIN-1594 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1594 Project: Zeppelin Issue Type: New Feature

[jira] [Created] (ZEPPELIN-1572) Let SparkInterpreter use Credentials

2016-10-21 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1572: -- Summary: Let SparkInterpreter use Credentials Key: ZEPPELIN-1572 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1572 Project: Zeppelin Issue Type

Re: How Apache Zeppelin runs a paragraph

2016-10-09 Thread Jongyoul Lee
iagram to visualize the differences between > shared/scoped/shared > > > > > On Sun, Oct 9, 2016 at 12:38 AM, Felix Cheung <felixcheun...@hotmail.com> > wrote: > >> Great post! >> >> >> >> >> >> On Tue, Oct 4, 2016 at 8:56 P

Re: [DISCUSS] Zeppelin 0.6.2 release

2016-10-07 Thread Jongyoul Lee
es that were blocking 0.6.2 have been resolved finally, > so I want to hear thoughts about 0.6.2 release. > > Regards, > Mina > > [1] https://issues.apache.org/jira/browse/ZEPPELIN-1347 > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Refactor time !

2016-10-05 Thread Jongyoul Lee
ase basis which impl is the best > > > "Personally, moving to Java8 is very attractive but we divide it with > others because upgrading to the version of JDK influences users' > experiences." > > Upgrading to Java 8 would require users to upgrade JDK server-side only, > wha

[jira] [Created] (ZEPPELIN-1520) Using local mode of Apache Spark while testing Zeppelin via travis.

2016-10-05 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1520: -- Summary: Using local mode of Apache Spark while testing Zeppelin via travis. Key: ZEPPELIN-1520 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1520 Project

Re: Refactor time !

2016-10-05 Thread Jongyoul Lee
; to > > > > introduce ThreadPool and pass them along (inside context objects for > > > > example) to have a more centralized thread management > > > > > > > > The advantage of having thread pool is that we can manage them in a > > > single > > > > place, monitor them and expose the info through JMX and also control > > > system > > > > resource by defining max thread number and thread pool queue > > > > > > > > 4) Server monitoring > > > > I hear many users on the field complain about the fact that they have > > to > > > > restart Zeppelin server regularly because it "hangs" after running a > > long > > > > time. > > > > > > > > If we can expose some system metrics through JMX, it would help > people > > > > monitor the state of Zeppelin server and take appropriate actions > > > > > > > > Right now we may only focus on monitoring the server itself, not the > > > > interpreter JVMs processes. It can be done in a 2nd step > > > > > > > > > > > > What do you think about the ideas ? > > > > > > > > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: How Apache Zeppelin runs a paragraph

2016-10-04 Thread Jongyoul Lee
ost of people naively add this debug argument to the zeppelin.sh file but > it only debugs the Zeppelin server itself, not the interpreter. > > Do you think we may create a page in the official doc for this ? > > > On Tue, Oct 4, 2016 at 9:00 AM, Jongyoul Lee <jongy...@gmail.com>

How Apache Zeppelin runs a paragraph

2016-10-04 Thread Jongyoul Lee
, Jongyoul Lee, 李宗烈 http://madeng.net

Re: How to start Zeppelin By IDE

2016-09-06 Thread Jongyoul Lee
nt mode by IDE > (Eclipse > > or IDEA.). > > > > Now, can you give me some help and advice! > > -- > > > > = > > > > Hefei Li > > > > MP: +86 18701581473 > > MSN: lh...@live.cn > > = > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-1366) Remove legacy alias feature for JDBC

2016-08-24 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1366: -- Summary: Remove legacy alias feature for JDBC Key: ZEPPELIN-1366 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1366 Project: Zeppelin Issue Type

Re: Invalid ticket error fills up zeppelin log when anoymous access if

2016-08-03 Thread Jongyoul Lee
; at > > > org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544) > > at > > > > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635) > > at > > > > > org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) > > at java.lang.Thread.run(Thread.java:745) > > > > > > Am I missing some configurations? Is this expected? I'm happy to file a > bug > > for this. > > > > Thanks, > > Weipu > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: Interpreters initialization on 0.5.6 is a mess.

2016-07-25 Thread Jongyoul Lee
uot;org.apache.zeppelin.hive.HiveInterpreter," > > > > + "org.apache.zeppelin.phoenix.PhoenixInterpreter," > > > > + "org.apache.zeppelin.tajo.TajoInterpreter," > > > > + "org.apache.zeppelin.flink.FlinkInterpreter," > > > > > It changes default interpreter. But "%sql" starts to return - > > sql interpreter not found > > > After hour of digging into the code I could not fix it - it's total > spaghetti, where list of classes used in 4 different places, somewhere > just to keep an order of interpreters. > > Can anyone help me, please? > > -- > > > *Sincerely yoursEgor Pakhomov* > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Revert ZEPPELIN-1196 from branch-0.6

2016-07-21 Thread Jongyoul Lee
I've reverted that issue because that occurs merge conflict while merging to master. Sorry for confusion. -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-1210) Run interpreter per user

2016-07-19 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1210: -- Summary: Run interpreter per user Key: ZEPPELIN-1210 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1210 Project: Zeppelin Issue Type: New Feature

[jira] [Created] (ZEPPELIN-1191) Support running paragraph with interpreterSetting.group in case that interpreterSetting doesn't have it

2016-07-15 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1191: -- Summary: Support running paragraph with interpreterSetting.group in case that interpreterSetting doesn't have it Key: ZEPPELIN-1191 URL: https://issues.apache.org/jira/browse

[jira] [Created] (ZEPPELIN-1099) Build and run Spark without spark-dependencies

2016-07-02 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1099: -- Summary: Build and run Spark without spark-dependencies Key: ZEPPELIN-1099 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1099 Project: Zeppelin

Re: Keep commit logs

2016-07-02 Thread Jongyoul Lee
right but message is > wrong. > > Have reverted old commit, cherry-pick and commit again. > > Sorry for the mess created. > > On 2 July 2016 at 17:42, Jongyoul Lee <jongy...@gmail.com> wrote: > >> Hello Prabhjyot, >> >> I've saw your last commit into bra

Keep commit logs

2016-07-02 Thread Jongyoul Lee
Hello Prabhjyot, I've saw your last commit into branch-0.6. BTW, it looks like something wrong because the message of this commit is "merge master into branch-0.6". Could you please fix it? simply, you revert that commit and cherry-pick the same commit from master. Regards, JL -- 이종열

Re: JDBC connection closing

2016-07-01 Thread Jongyoul Lee
using: mysql:mysql-connector-java:5.1.38 > > > > Best > Jeff > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

Re: [VOTE] Apache Zeppelin release 0.6.0 (rc1)

2016-06-30 Thread Jongyoul Lee
; > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=fa2c0ff93cca49428df8792e7ee35d2b561669bd > > > > > > > > > > > > > > > > > > > > > > The release archives (tgz), signature, and checksums > are > > > here > > > > > > > > > > > > > > > > > > > > > > > > > > http://home.apache.org/~minalee/zeppelin-releases/zeppelin-0.6.0-rc1/ > > > > > > > > > > > > > > > > > > > > > > The release candidate consists of the following source > > > > > > distribution > > > > > > > > > > archive > > > > > > > > > > > zeppelin-0.6.0.tgz > > > > > > > > > > > > > > > > > > > > > > In addition, the following supplementary binary > > > distributions > > > > > are > > > > > > > > > > provided > > > > > > > > > > > for user convenience at the same location > > > > > > > > > > > zeppelin-0.6.0-bin-all.tgz > > > > > > > > > > > zeppelin-0.6.0-netinst-all.tgz > > > > > > > > > > > > > > > > > > > > > > The maven artifacts are here > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://repository.apache.org/content/repositories/orgapachezeppelin-1011/org/apache/zeppelin/ > > > > > > > > > > > > > > > > > > > > > > You can find the KEYS file here: > > > > > > > > > > > https://people.apache.org/keys/committer/minalee.asc > > > > > > > > > > > > > > > > > > > > > > Release notes available at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332761=Html=12316221 > > > > > > > > > > > > > > > > > > > > > > Vote will be open for next 72 hours (close at 3pm 2/Jul > > > PDT). > > > > > > > > > > > > > > > > > > > > > > [ ] +1 approve > > > > > > > > > > > [ ] 0 no opinion > > > > > > > > > > > [ ] -1 disapprove (and reason why) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-1075) Move the functionality of NoteInterpreterLoader into InterpreterFactory

2016-06-28 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1075: -- Summary: Move the functionality of NoteInterpreterLoader into InterpreterFactory Key: ZEPPELIN-1075 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1075

Re: Write My Own Zeppelin Interpreter

2016-06-27 Thread Jongyoul Lee
un any scripts > using my interpreter, I get no results except a small Error. And if I look > into the log file, I get the some exceptions and it seems failed to find my > interpreter. Details can be seen in the attachments. > > Sorry to make a long email. And hope anyone could offer me some help. > > Bests, > ZHAO Yunjian > > Research Assistant, The Chinese University of Hong Kong > ᐧ > -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-1067) Change scheme of InterpreterGroup and DefaultInterpreter

2016-06-27 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1067: -- Summary: Change scheme of InterpreterGroup and DefaultInterpreter Key: ZEPPELIN-1067 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1067 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1030) Add example settings for Hive, Phoenix, Tajo

2016-06-17 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1030: -- Summary: Add example settings for Hive, Phoenix, Tajo Key: ZEPPELIN-1030 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1030 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1012) Support alias for interpreter

2016-06-15 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-1012: -- Summary: Support alias for interpreter Key: ZEPPELIN-1012 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1012 Project: Zeppelin Issue Type: New

[jira] [Created] (ZEPPELIN-999) Support alias for JDBC properties

2016-06-13 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-999: - Summary: Support alias for JDBC properties Key: ZEPPELIN-999 URL: https://issues.apache.org/jira/browse/ZEPPELIN-999 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-994) Merge PostgresqlInterpreter into JDBCInterpreter

2016-06-13 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-994: - Summary: Merge PostgresqlInterpreter into JDBCInterpreter Key: ZEPPELIN-994 URL: https://issues.apache.org/jira/browse/ZEPPELIN-994 Project: Zeppelin

[jira] [Created] (ZEPPELIN-992) Moving some logic of InterpreterFactoryTest.testBasic to LazyOpenInterpreterTest

2016-06-13 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-992: - Summary: Moving some logic of InterpreterFactoryTest.testBasic to LazyOpenInterpreterTest Key: ZEPPELIN-992 URL: https://issues.apache.org/jira/browse/ZEPPELIN-992

[jira] [Created] (ZEPPELIN-974) Merge TajoInterpreter into JDBCInterpreter

2016-06-08 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-974: - Summary: Merge TajoInterpreter into JDBCInterpreter Key: ZEPPELIN-974 URL: https://issues.apache.org/jira/browse/ZEPPELIN-974 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-932) Move InterpreterFactory under zeppelin-interpreter package

2016-05-31 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-932: - Summary: Move InterpreterFactory under zeppelin-interpreter package Key: ZEPPELIN-932 URL: https://issues.apache.org/jira/browse/ZEPPELIN-932 Project: Zeppelin

Update how to contribute Zeppelin

2016-05-31 Thread Jongyoul Lee
://issues.apache.org/jira/browse/ZEPPELIN-924?jql=project%20%3D%20ZEPPELIN%20and%20status%20%3D%20Open%20and%20labels%20in%20(beginner%2C%20newbie) Regards, JL -- 이종열, Jongyoul Lee, 李宗烈 http://madeng.net

[jira] [Created] (ZEPPELIN-925) Merge HiveInterpreter into JDBCInterpreter

2016-05-30 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-925: - Summary: Merge HiveInterpreter into JDBCInterpreter Key: ZEPPELIN-925 URL: https://issues.apache.org/jira/browse/ZEPPELIN-925 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-924) Apply new mechanism to TajoInterpreter

2016-05-30 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-924: - Summary: Apply new mechanism to TajoInterpreter Key: ZEPPELIN-924 URL: https://issues.apache.org/jira/browse/ZEPPELIN-924 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-922) Apply new mechanism to ScaldingInterpreter

2016-05-30 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-922: - Summary: Apply new mechanism to ScaldingInterpreter Key: ZEPPELIN-922 URL: https://issues.apache.org/jira/browse/ZEPPELIN-922 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-921) Apply new mechanism to KnitR and RRepl

2016-05-30 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-921: - Summary: Apply new mechanism to KnitR and RRepl Key: ZEPPELIN-921 URL: https://issues.apache.org/jira/browse/ZEPPELIN-921 Project: Zeppelin Issue Type

<    1   2   3   4   >