[GitHub] zeppelin issue #2231: ZEPPELIN-2150. NoSuchMethodError: org.apache.spark.ui....

2018-05-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2231 That method would only be called in livy 0.2. In livy 0.2 the spark web url will be returned from livy rest api, so that piece of code won't be invoked. And zeppelin has system test for that, not s

[GitHub] zeppelin issue #2974: ZEPPELIN-3472 No interpreter status is shown after res...

2018-05-31 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2974 Lets say I restarted the interpreter. Between that time and the interpreter actually starting, what icon is shown for the "start in progress state?" A blinking green? Also is this for t

[GitHub] zeppelin issue #2993: ZEPPELIN-3517 Remove zeppelin.pyspark.python in PySpar...

2018-05-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2993 Thanks @felixcheung . I still think it is better to remove it. As it is difficult to deprecate this and let users to aware of that. Zeppelin is a notebook instead of library. If we don't remove it

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

2018-05-31 Thread Anthony Corbacho
Sure. No I do not see any JS error. On Fri, Jun 1, 2018 at 2:41 PM, Renjith Kamath wrote: > Hey Anthony, > Can you please send the screenshot as an attachment? > Do you see any js error? > > Thanks & Regards, > RK > > On Fri, Jun 1, 2018 at 10:57 AM, Anthony Corbacho < > anthonycorba...@apache

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

2018-05-31 Thread Renjith Kamath
Hey Anthony, Can you please send the screenshot as an attachment? Do you see any js error? Thanks & Regards, RK On Fri, Jun 1, 2018 at 10:57 AM, Anthony Corbacho < anthonycorba...@apache.org> wrote: > Hi, > > When i try to go to this url: http://localhost:8080/#/ > notebook/2A94M5J1Z/paragraph/2

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

2018-05-31 Thread Anthony Corbacho
Hi, When i try to go to this url: http://localhost:8080/#/notebook/2A94M5J1Z/paragraph/20150213-231621_168813393?asIframe (from zeppelin tutorial) i get this page You can notice a Note form block. On Fri, Jun 1, 2018 at 10:48 AM, Jeff Zhang wrote: > Hi Anthony, > > Could you share more detai

[GitHub] zeppelin issue #2993: ZEPPELIN-3517 Remove zeppelin.pyspark.python in PySpar...

2018-05-31 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2993 I’m all for not having special config though I’d prefer not to the break users with existing note or config right away, without some sort of deprecation period. But it’s your call

Re: Obsolete Zeppelin staging repositories

2018-05-31 Thread Luciano Resende
Thank you, much better to navigate there now. On Thu, May 31, 2018 at 10:06 PM, Jeff Zhang wrote: > Thanks Luciano, I have dropped them. > > > > Luciano Resende 于2018年6月1日周五 下午12:53写道: > > > Looks like in preparation for 0.8 several Zeppelin staging repositories > > were left behind either open

Re: Obsolete Zeppelin staging repositories

2018-05-31 Thread Jeff Zhang
Thanks Luciano, I have dropped them. Luciano Resende 于2018年6月1日周五 下午12:53写道: > Looks like in preparation for 0.8 several Zeppelin staging repositories > were left behind either open or closed while they should have been dropped > when the RC failed. Could someone please take a look at that at >

Obsolete Zeppelin staging repositories

2018-05-31 Thread Luciano Resende
Looks like in preparation for 0.8 several Zeppelin staging repositories were left behind either open or closed while they should have been dropped when the RC failed. Could someone please take a look at that at repository.apache.org and drop the obsolete ones. Thanks -- Luciano Resende http://t

[GitHub] zeppelin issue #2993: ZEPPELIN-3517 Remove zeppelin.pyspark.python in PySpar...

2018-05-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2993 @felixcheung The only place to do mapping is in zeppelin server side, and I it is not to put any interpreter specific login in zeppelin server side. And I think it's better for zeppelin to use the

[jira] [Created] (ZEPPELIN-3519) zeppelin.spark.printREPLOutput doesn't work for new SparkInterpreter

2018-05-31 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3519: Summary: zeppelin.spark.printREPLOutput doesn't work for new SparkInterpreter Key: ZEPPELIN-3519 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3519 Project: Zep

[jira] [Created] (ZEPPELIN-3518) Improve error message for SparkInterpreter

2018-05-31 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3518: Summary: Improve error message for SparkInterpreter Key: ZEPPELIN-3518 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3518 Project: Zeppelin Issue Type:

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

2018-05-31 Thread Jeff Zhang
Hi Anthony, Could you share more details on how it is broken ? Anthony Corbacho 于2018年6月1日周五 上午9:01写道: > Is it only me or parapragh as iframe looks broken? > > On Fri, 1 Jun 2018 at 3:40 AM moon soo Lee wrote: > > > +1 > > Verified > > > > - Signature > > - License exists > > - Build from s

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

2018-05-31 Thread Anthony Corbacho
Is it only me or parapragh as iframe looks broken? On Fri, 1 Jun 2018 at 3:40 AM moon soo Lee wrote: > +1 > Verified > > - Signature > - License exists > - Build from source > - Run tutorial notebooks > - Install helium visualizaitons > - Works with multiple spark version > > Thanks Jeff f

REMINDER: Apache EU Roadshow 2018 in Berlin is less than 2 weeks away!

2018-05-31 Thread sharan
Hello Apache Supporters and Enthusiasts This is a reminder that our Apache EU Roadshow in Berlin is less than two weeks away and we need your help to spread the word. Please let your work colleagues, friends and anyone interested in any attending know about our Apache EU Roadshow event. We h

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-05-31 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2978 @sanjaydasgupta, `writeFile` in `FileSystemStorage` drops file first, and then renames temp file. It's not an atomic write, and also leaves a chance to loosing file that is being written.

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

2018-05-31 Thread moon soo Lee
+1 Verified - Signature - License exists - Build from source - Run tutorial notebooks - Install helium visualizaitons - Works with multiple spark version Thanks Jeff for preparing the release. On Wed, May 30, 2018 at 8:54 AM Miquel Angel Andreu Febrer < miquelangeland...@gmail.com> wrote:

[GitHub] zeppelin issue #2994: [ZEPPELIN-3285] Refine the style of Notebook title

2018-05-31 Thread milooy
Github user milooy commented on the issue: https://github.com/apache/zeppelin/pull/2994 @r-kamath Resolved with rebase :) thank you. @Savalek ![image](https://user-images.githubusercontent.com/3839771/40790016-be8d728c-652e-11e8-84e2-81fd21471210.png) Checked the

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-05-31 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2978 Hi @felixcheung, @Tagar Any suggestions on how to push this forward from here? Thanks ---

[GitHub] zeppelin pull request #2995: [ZEPPELIN-3510] Angular ui-grid fix

2018-05-31 Thread Savalek
GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/2995 [ZEPPELIN-3510] Angular ui-grid fix ### What is this PR for? This PR change display of spaces in ui-grid (Now the number of displayed spaces is correct). And now then you edit the cell it

[GitHub] zeppelin issue #2994: [ZEPPELIN-3285] Refine the style of Notebook title

2018-05-31 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/2994 @milooy, thanks. Could you take into account the mistakes corrected by this PR [2983](https://github.com/apache/zeppelin/pull/2983) ---

[GitHub] zeppelin issue #2982: [ZEPPELIN-3492] The paragraph's table does not scroll ...

2018-05-31 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2982 @prabhjyotsingh please review ---

[GitHub] zeppelin issue #2991: [ZEPPELIN-3476] change description

2018-05-31 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2991 LGTM ---

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-05-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2978 There's nothing needs to be done in FileSystemStorage which has already use tmp file ---

[GitHub] zeppelin issue #2993: ZEPPELIN-3517 Remove zeppelin.pyspark.python in PySpar...

2018-05-31 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2993 LGTM ---

[GitHub] zeppelin issue #2992: [HOTFIX] change string true to boolean true

2018-05-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2992 @sanjaydasgupta Thanks for pointing that. Feel free to open jira for that. ---

[GitHub] zeppelin issue #2994: [ZEPPELIN-3285] Refine the style of Notebook title

2018-05-31 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2994 @milooy Thanks for the contribution. Please resolve the conflicts. ---

[GitHub] zeppelin issue #2987: ZEPPELIN-3502 Make notebook dynamic forms title editab...

2018-05-31 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2987 will merge this if there are no more discussions ---

[GitHub] zeppelin issue #2992: [HOTFIX] change string true to boolean true

2018-05-31 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2992 @zjffdu, there are a few other interpreters that have `interpreter-setting.json` files with such boolean values in strings. Is it useful to open a JIRA for those others interpreter-setting

[GitHub] zeppelin pull request #2994: [ZEPPELIN-3285] Refine the style of Notebook ti...

2018-05-31 Thread milooy
GitHub user milooy opened a pull request: https://github.com/apache/zeppelin/pull/2994 [ZEPPELIN-3285] Refine the style of Notebook title ### What is this PR for? Refine the style of Notebook title (Ellipsis by character, 100% width under medium width browser, align delete b

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-05-31 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2978 Hi @zjffdu, can you please confirm if anything more remains to be done in [FileSystemStorage.writeFile](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apac