[GitHub] zeppelin pull request #2208: [HOTFIX][gh-pages] Fix Maven web link for INTER...

2017-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2208 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] zeppelin issue #2207: [Zeppelin-802] Support for Zeppelin Context redefiniti...

2017-03-30 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2207 right, I think it's everything that is called after calling `exec(code)`, might have been overwritten by the user code ``` or node in to_run_exec: mod = ast.Module([n

[GitHub] zeppelin issue #2207: [Zeppelin-802] Support for Zeppelin Context redefiniti...

2017-03-30 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2207 @felixcheung Thank you for your good advice. I will check your opinion. and fix :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] zeppelin issue #2195: [ZEPPELIN-2319] new methods for ZeppelinContext

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2195 @meniluca Great initiative! Thanks for detailed explanation and it makes sense to me as well. That would be helpful to any other reviewers. But before you go further, need to setup travis a

[GitHub] zeppelin issue #2135: Groovy Interpreter for Apazhe Zeppelin [ZEPPELIN-2176]

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2135 Looks good to me :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] zeppelin issue #2197: ZEPPELIN-2324. Add property zeppelin.spark.enableSuppo...

2017-03-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2197 Will merge it if no more discussion. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enab

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

2017-03-30 Thread Prabhjyot Singh
+1 - verified zeppelin-0.7.1-bin-netinst binary package - ran sample notebooks - checked interpreter process All looks good to me. On Mar 31, 2017 10:35 AM, "Sora Lee" wrote: +1 Tested zeppelin-0.7.1-bin-netinst binary package and below is verified. - conf/zeppelin-site.xml file load su

[GitHub] zeppelin issue #2135: Groovy Interpreter for Apazhe Zeppelin [ZEPPELIN-2176]

2017-03-30 Thread dlukyanov
Github user dlukyanov commented on the issue: https://github.com/apache/zeppelin/pull/2135 @Leemoonsoo , @AhyoungRyu , any other comments? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] zeppelin issue #2204: ZEPPELIN-2189. The order of dynamic forms should be th...

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2204 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

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

2017-03-30 Thread Sora Lee
+1 Tested zeppelin-0.7.1-bin-netinst binary package and below is verified. - conf/zeppelin-site.xml file load successfully - tutorial of spark work well successfully - check built-in scatter chart throws exception - check zombie process And always thanks Mina! Thanks, Sora On Fri, Mar 31, 2017

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

2017-03-30 Thread moon soo Lee
Verified - signature - no unexpected binary in source package - build from source - basic features on binary package I've found a problem that Note is refreshing when NoteList broadcast (e.g. Note creation, deletion, rename). Explained the problem in the issue https://issues.apache.org/jira/b

[jira] [Created] (ZEPPELIN-2336) Note is refreshed on Note creation/deletion/rename

2017-03-30 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-2336: -- Summary: Note is refreshed on Note creation/deletion/rename Key: ZEPPELIN-2336 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2336 Project: Zeppelin

[GitHub] zeppelin issue #2208: [HOTFIX][gh-pages] Fix Maven web link for INTERPRETER ...

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2208 @felixcheung Thanks! CI failure is irrelevant with `gh-pages` change. Merge into gh-pages as a hotfix if there are no more comments on this. --- If your project is set up for it, you can

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

2017-03-30 Thread Felix Cheung
+1 Tested bin, checked signature, ran through a bunch of tests, checked report mode, UI etc I don't think it's a blocker: When I search I see a list of note names but with empty white boxes under each of them. Isn't it suppose to show where the match is found?

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

2017-03-30 Thread Khalid Huseynov
+1 On Fri, Mar 31, 2017 at 12:32 PM, Ahyoung Ryu wrote: > +1 > tested binary package > - Spark and Python tutorial note > - Zombie process issue > > and could successfully build Zeppelin from source. > Thanks always Mina for your effort. > > > On Fri, Mar 31, 2017 at 12:20 PM, Anthony Corbacho

[GitHub] zeppelin issue #2207: [Zeppelin-802] Support for Zeppelin Context redefiniti...

2017-03-30 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2207 Nice!! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if t

[GitHub] zeppelin issue #2201: [ZEPPELIN-1965] Livy SQL Interpreter: Should use df.sh...

2017-03-30 Thread benoyantony
Github user benoyantony commented on the issue: https://github.com/apache/zeppelin/pull/2201 Thanks for the prompt review, @zjffdu . --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featu

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

2017-03-30 Thread Ahyoung Ryu
+1 tested binary package - Spark and Python tutorial note - Zombie process issue and could successfully build Zeppelin from source. Thanks always Mina for your effort. On Fri, Mar 31, 2017 at 12:20 PM, Anthony Corbacho < anthonycorba...@apache.org> wrote: > +1 > > Tested with my usual cases.

[GitHub] zeppelin issue #2205: [ZEPPELIN-2330] Helium.html doesn't render spell infor...

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2205 @1ambda Yup thanks for letting me know --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[GitHub] zeppelin issue #2205: [ZEPPELIN-2330] Helium.html doesn't render spell infor...

2017-03-30 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2205 Let me rebase and comment again. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled a

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

2017-03-30 Thread Anthony Corbacho
+1 Tested with my usual cases. Thank you mina!!! On Fri, Mar 31, 2017 at 12:13 PM, Jun Kim wrote: > +1 > 2017년 3월 31일 (금) 오후 12:13, Jongyoul Lee 님이 작성: > > > +1 > > > > tested about zombie processes > > > > > > On Fri, 31 Mar 2017 at 12:03 CloverHeartsDev > > wrote: > > > > > +1 > > > > > > -

[GitHub] zeppelin issue #2201: [ZEPPELIN-1965] Livy SQL Interpreter: Should use df.sh...

2017-03-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2201 Thanks @benoyantony , LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wis

[GitHub] zeppelin pull request #2209: [WIP][DOC] 0.7.1 release note

2017-03-30 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/2209 [WIP][DOC] 0.7.1 release note ### What is this PR for? Add 0.7.1 release note ### What type of PR is it? Documentation ### Todos * [ ] Confirm release date and updat

[GitHub] zeppelin issue #2201: [ZEPPELIN-1965] Livy SQL Interpreter: Should use df.sh...

2017-03-30 Thread benoyantony
Github user benoyantony commented on the issue: https://github.com/apache/zeppelin/pull/2201 @felixcheung , Could you please help commit this patch ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does no

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

2017-03-30 Thread Jun Kim
+1 2017년 3월 31일 (금) 오후 12:13, Jongyoul Lee 님이 작성: > +1 > > tested about zombie processes > > > On Fri, 31 Mar 2017 at 12:03 CloverHeartsDev > wrote: > > > +1 > > > > -Original Message- > > From: Windy Qin [mailto:windyqinchaof...@163.com] > > Sent: Friday, March 31, 2017 11:56 AM > > To:

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

2017-03-30 Thread Jongyoul Lee
+1 tested about zombie processes On Fri, 31 Mar 2017 at 12:03 CloverHeartsDev wrote: > +1 > > -Original Message- > From: Windy Qin [mailto:windyqinchaof...@163.com] > Sent: Friday, March 31, 2017 11:56 AM > To: dev > Subject: Re: Re: [VOTE] Release Apache Zeppelin 0.7.1 (RC3) > > +1 >

[GitHub] zeppelin issue #2207: [Zeppelin-802] Support for Zeppelin Context redefiniti...

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2207 @cloverhearts Great! Tested this patch and it works well as you described. - Before ![screen shot 2017-03-31 at 11 58 32 am](https://cloud.githubusercontent.com/assets/10060731/2453466

[GitHub] zeppelin issue #2207: [Zeppelin-802] Support for Zeppelin Context redefiniti...

2017-03-30 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/2207 @cloverhearts It looks also great! 👍 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featu

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

2017-03-30 Thread CloverHeartsDev
+1 -Original Message- From: Windy Qin [mailto:windyqinchaof...@163.com] Sent: Friday, March 31, 2017 11:56 AM To: dev Subject: Re: Re: [VOTE] Release Apache Zeppelin 0.7.1 (RC3) +1 Thanks WindyQin From: Mina Lee Date: 2017-03-31 09:46 To: dev Subject: Re: [VOTE] Release Apache Zepp

[GitHub] zeppelin issue #2201: [ZEPPELIN-1965] Livy SQL Interpreter: Should use df.sh...

2017-03-30 Thread benoyantony
Github user benoyantony commented on the issue: https://github.com/apache/zeppelin/pull/2201 That seems to have worked. thanks @zjffdu . --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this f

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

2017-03-30 Thread Windy Qin
+1 Thanks WindyQin From: Mina Lee Date: 2017-03-31 09:46 To: dev Subject: Re: [VOTE] Release Apache Zeppelin 0.7.1 (RC3) +1 On Wed, Mar 29, 2017 at 4:39 PM Hyung Sung Shim wrote: > +1 > Tested tutorials of zeppelin-0.7.1-bin-all on CentOS7. > Thank you for your effort mina! > > 2017-03-29

[GitHub] zeppelin issue #2177: [ZEPPELIN-2301] DON'T overwrite editor text when note ...

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2177 Sure. I'll test it and get back you soon. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fea

[GitHub] zeppelin issue #2207: [Zeppelin-802] Support for Zeppelin Context redefiniti...

2017-03-30 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2207 @astroshim So what about `__zeppelin__`? Actually, I feel similar like a python system environment word It is less likely to be redefined by other libraries. --- If your project

[GitHub] zeppelin pull request #2189: [branch-0.7] Minor styling for Helium menu

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu closed the pull request at: https://github.com/apache/zeppelin/pull/2189 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] zeppelin issue #2189: [branch-0.7] Minor styling for Helium menu

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2189 I already merged into `branch-0.7` but not closed yet. So closing this manually. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] zeppelin pull request #2208: [HOTFIX][gh-pages] Fix Maven web link for INTER...

2017-03-30 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request: https://github.com/apache/zeppelin/pull/2208 [HOTFIX][gh-pages] Fix Maven web link for INTERPRETER type pkg ### What is this PR for? In current https://zeppelin.apache.org/helium_packages.html page, `INTERPRETER` type package web lin

[jira] [Created] (ZEPPELIN-2335) Setting for maxClassfileName_ will cause class not found exception

2017-03-30 Thread wuyonghua (JIRA)
wuyonghua created ZEPPELIN-2335: --- Summary: Setting for maxClassfileName_ will cause class not found exception Key: ZEPPELIN-2335 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2335 Project: Zeppeli

[GitHub] zeppelin issue #2207: [Zeppelin-802] Support for Zeppelin Context redefiniti...

2017-03-30 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/2207 Looks great. one thing i worrying about is that the `_zc` can be possibly used by user easily? how about assigning more unique key word like `__zc__` ? --- If your project is set up fo

[GitHub] zeppelin pull request #2200: [HOTFIX] Remove unintended characters from r tu...

2017-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2200 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] zeppelin pull request #2174: [ZEPELIN-2209] Add pagination to Helium menu

2017-03-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2174 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] zeppelin issue #2202: [Minor][ZEPPELIN-2328] Separate Helium related docs fr...

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2202 Thanks @1ambda for the confirmation! Merge into master if there are no more comments on this. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] zeppelin issue #2205: [ZEPPELIN-2330] Helium.html doesn't render spell infor...

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2205 Merge into master if there are no more comments on this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does no

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

2017-03-30 Thread Mina Lee
+1 On Wed, Mar 29, 2017 at 4:39 PM Hyung Sung Shim wrote: > +1 > Tested tutorials of zeppelin-0.7.1-bin-all on CentOS7. > Thank you for your effort mina! > > 2017-03-29 16:04 GMT+09:00 DuyHai Doan : > > > +1 > > Le 29 mars 2017 07:06, "Jeff Zhang" a écrit : > > > > > Thanks Jongyoul for explana

[GitHub] zeppelin issue #2201: [ZEPPELIN-1965] Livy SQL Interpreter: Should use df.sh...

2017-03-30 Thread benoyantony
Github user benoyantony commented on the issue: https://github.com/apache/zeppelin/pull/2201 I had retriggered it once. Doing it again. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fe

[GitHub] zeppelin issue #2195: [ZEPPELIN-2319] new methods for ZeppelinContext

2017-03-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2195 Sorry for late response. @meniluca I am very interested in your scenario. It make sense to me for adding these api, another concern is whether it is more proper to expose it via ui or expose this a

[GitHub] zeppelin issue #2201: [ZEPPELIN-1965] Livy SQL Interpreter: Should use df.sh...

2017-03-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2201 It is caused by `Caused by: java.lang.OutOfMemoryError: Java heap space`, could you retrigger the CI ? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin issue #2199: [ZEPPELIN-2326] - Updating Geode dependencies and impo...

2017-03-30 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2199 Great! Then, Please close issue and re-open :) then jenkins will be triggered again. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] zeppelin issue #2199: [ZEPPELIN-2326] - Updating Geode dependencies and impo...

2017-03-30 Thread markito
Github user markito commented on the issue: https://github.com/apache/zeppelin/pull/2199 @1ambda indeed! I've restarted the CI job and now it's all green! https://travis-ci.org/markito/zeppelin/builds/216598188 --- If your project is set up for it, you can reply to this email and hav

[GitHub] zeppelin issue #2205: [ZEPPELIN-2330] Helium.html doesn't render spell infor...

2017-03-30 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2205 Thanks for review! @AhyoungRyu, @soralee --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature e

[GitHub] zeppelin pull request #2207: [Zeppelin-802] Support for Zeppelin Context red...

2017-03-30 Thread cloverhearts
GitHub user cloverhearts opened a pull request: https://github.com/apache/zeppelin/pull/2207 [Zeppelin-802] Support for Zeppelin Context redefinition on Python and Pyspark ### What is this PR for? If you override the reserved word ZeppelinContext such as `z` in the python lang

[GitHub] zeppelin issue #2199: [ZEPPELIN-2326] - Updating Geode dependencies and impo...

2017-03-30 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2199 I am not sure but the failed test is due to one of flaky tests. Please restart it. ``` Results : Tests in error: InterpreterIT.testShowDescriptionOnInterpreterCreat

[GitHub] zeppelin issue #2202: [Minor][ZEPPELIN-2328] Separate Helium related docs fr...

2017-03-30 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2202 Great! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fe

[GitHub] zeppelin issue #2201: [ZEPPELIN-1965] Livy SQL Interpreter: Should use df.sh...

2017-03-30 Thread benoyantony
Github user benoyantony commented on the issue: https://github.com/apache/zeppelin/pull/2201 There seems to be a problem with Jenkins as the error is " java.io.IOException: Remote call on ubuntu-2 failed". Any idea on howto overcome this ? The travis build has all checks pass

[jira] [Created] (ZEPPELIN-2334) S3NotebookRepo does not play well with shiro multiuser auth

2017-03-30 Thread Luis Guzman (JIRA)
Luis Guzman created ZEPPELIN-2334: - Summary: S3NotebookRepo does not play well with shiro multiuser auth Key: ZEPPELIN-2334 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2334 Project: Zeppelin

[GitHub] zeppelin issue #2205: [ZEPPELIN-2330] Helium.html doesn't render spell infor...

2017-03-30 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2205 Tested and LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] zeppelin issue #2199: [ZEPPELIN-2326] - Updating Geode dependencies and impo...

2017-03-30 Thread markito
Github user markito commented on the issue: https://github.com/apache/zeppelin/pull/2199 Done. One job did failed though... Please let me know if I'm missing something else. https://travis-ci.org/markito/zeppelin/jobs/216598191 Thank you! --- If your project is se

[GitHub] zeppelin issue #2176: [ZEPPELIN-2300] SHOULD NOT update paragraph text when ...

2017-03-30 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2176 @FRosner If auto-save works properly, - User B's local change will update server state - And User A's paragraph text will be updated because he/she doesn't have local change - If t

[GitHub] zeppelin issue #2177: [ZEPPELIN-2301] DON'T overwrite editor text when note ...

2017-03-30 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2177 Thanks @1ambda. I'm quite busy at this moment so if someone else (e.g. @AhyoungRyu) can also take a look that would be greatly appreciated. --- If your project is set up for it, you can reply to

[GitHub] zeppelin issue #2176: [ZEPPELIN-2300] SHOULD NOT update paragraph text when ...

2017-03-30 Thread FRosner
Github user FRosner commented on the issue: https://github.com/apache/zeppelin/pull/2176 Sorry I was traveling @1ambda :( I understand what you are saying but I still don't understand exactly how it will work after this PR. Consider the following situation: - User A a

[jira] [Created] (ZEPPELIN-2333) Spark interpreter mixes code results with interpreter logs

2017-03-30 Thread Igor Drozdov (JIRA)
Igor Drozdov created ZEPPELIN-2333: -- Summary: Spark interpreter mixes code results with interpreter logs Key: ZEPPELIN-2333 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2333 Project: Zeppelin

[GitHub] zeppelin pull request #2206: [ZEPPELIN-1856] Flaky Test: InterpreterRestApiT...

2017-03-30 Thread AlexanderShoshin
GitHub user AlexanderShoshin opened a pull request: https://github.com/apache/zeppelin/pull/2206 [ZEPPELIN-1856] Flaky Test: InterpreterRestApiTest.testRestartInterpreterPerNote ### What is this PR for? A _NullPointerException_ occurs occasionally in `InterpreterRestApiTest.tes

[GitHub] zeppelin issue #2205: [ZEPPELIN-2330] Helium.html doesn't render spell infor...

2017-03-30 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2205 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[jira] [Created] (ZEPPELIN-2332) HeliumApplicationFactoryTest in Zeppelin Zengine hangs

2017-03-30 Thread Pravin Dsilva (JIRA)
x27;t handle event RemoteInterpreterEvent(type:OUTPUT_UPDATE_ALL, data:{"messages":[],"noteId":"2CDNWC2XB","paragraphId":"20170330-095133_41605"}) java.lang.NullPointerException at org.apache.zeppelin.interpreter.remote.RemoteInterpret

[GitHub] zeppelin issue #571: Remove author tag

2017-03-30 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/571 @dlukyanov The reason I removed the author is not `@author` tag itself but because of ownership of the code. All code contributed to this repository is owned by Zeppelin community not by specific

[jira] [Created] (ZEPPELIN-2331) Zeppelin hangs in air-gapped environments

2017-03-30 Thread Raffaele Saggino (JIRA)
Raffaele Saggino created ZEPPELIN-2331: -- Summary: Zeppelin hangs in air-gapped environments Key: ZEPPELIN-2331 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2331 Project: Zeppelin

[GitHub] zeppelin issue #571: Remove author tag

2017-03-30 Thread dlukyanov
Github user dlukyanov commented on the issue: https://github.com/apache/zeppelin/pull/571 @minahlee , could the class comment `created by` be used instead of @author tag in zeppelin sources? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin pull request #2205: [ZEPPELIN-2330] Helium.html doesn't render spel...

2017-03-30 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/2205 [ZEPPELIN-2330] Helium.html doesn't render spell information only in production build ### What is this PR for? Helium.html doesn't render spell information only in production build.

[GitHub] zeppelin issue #2204: [WIP] ZEPPELIN-2189. The order of dynamic forms should...

2017-03-30 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2204 Change it to WIP for adding test. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[jira] [Created] (ZEPPELIN-2330) Can't open spell config panel only in production mode

2017-03-30 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2330: --- Summary: Can't open spell config panel only in production mode Key: ZEPPELIN-2330 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2330 Project: Zeppelin Is