[jira] [Created] (ZEPPELIN-3512) Line Number is incorrect for IPythonInterpreter

2018-05-29 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3512: Summary: Line Number is incorrect for IPythonInterpreter Key: ZEPPELIN-3512 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3512 Project: Zeppelin Issue

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

2018-05-29 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2987 @mebelousov 👍 @zjffdu similar to editing notebook title, but for the global dynamic form. ---

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

2018-05-29 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/2987 @r-kamath I have tested. It's nice feature for global dynamic form. Thank you! ---

[GitHub] zeppelin pull request #2964: ZEPPELIN-2221 Show `Jobs` page when `jobId` is ...

2018-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2964 ---

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

2018-05-29 Thread DerekKaknes
Github user DerekKaknes commented on the issue: https://github.com/apache/zeppelin/pull/2231 I'm having this same issue with zeppelin 0.7.3 + livy 0.5.0 + spark 2.2.1. I have not yet verified that zeppelin master resolves this issue, but from inspection I would think that @thesuperza

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2018-05-29 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2601 > I believe one could remove old button "Download Data as CSV". filed https://issues.apache.org/jira/browse/ZEPPELIN-3511 to remove old export csv/tsv This idea was also briefly di

[GitHub] zeppelin issue #2971: [ZEPPELIN-3466] Table export to excel is not working d...

2018-05-29 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2971 Thanks @prabhjyotsingh - filed https://issues.apache.org/jira/browse/ZEPPELIN-3511 to consider removing old export csv/tsv which is broken in some other ways (like when data has double quotes and c

[jira] [Created] (ZEPPELIN-3511) remove old button "Download Data as CSV/TSV"

2018-05-29 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-3511: --- Summary: remove old button "Download Data as CSV/TSV" Key: ZEPPELIN-3511 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3511 Project: Zeppelin

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

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

[jira] [Created] (ZEPPELIN-3510) Improve text formatting in ui-grid

2018-05-29 Thread Aleksey Savelenko (JIRA)
Aleksey Savelenko created ZEPPELIN-3510: --- Summary: Improve text formatting in ui-grid Key: ZEPPELIN-3510 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3510 Project: Zeppelin Issue

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

2018-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2992 ---

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

2018-05-29 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2992 [HOTFIX] change string true to boolean true ### What is this PR for? Trivial fix ### What type of PR is it? [Hot Fix] ### Todos * [ ] - Task ### What is

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

2018-05-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2987 @r-kamath I am not familiar with this feature, what is the difference between the notebook dynamic forms title and the paragraph title ? ---

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

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

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

2018-05-29 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2978 Hi @zjffdu While reading the code of `FileSystemConfigStorage.java`, I noticed that the method `save(...)` delegates its work to `FileSystemStorage.writeFile(...)`. Interestingly,

[GitHub] zeppelin pull request #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV d...

2018-05-29 Thread BruceXu1991
Github user BruceXu1991 closed the pull request at: https://github.com/apache/zeppelin/pull/2601 ---

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2018-05-29 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 @mebelousov OK, I will close this PR. ---

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

2018-05-29 Thread Savalek
GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/2991 [ZEPPELIN-3476] change description ### What is this PR for? Description "auto-restart interpreter on cron execution" is does not quite fit in the sense. ### What type of PR is it?

[GitHub] zeppelin pull request #1839: ZEPPELIN-1903. ZeppelinContext can not display ...

2018-05-29 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/1839 ---

[GitHub] zeppelin pull request #2990: [HOTFIX] Don't copy dependencies to target/lib ...

2018-05-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2990 ---

[GitHub] zeppelin pull request #2990: [HOTFIX] Don't copy dependencies to target/lib ...

2018-05-29 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2990 [HOTFIX] Don't copy dependencies to target/lib folder ### What is this PR for? It is not necessary to copy dependencies jars to target/lib folder ### What type of PR is it? [Bug Fi

[jira] [Created] (ZEPPELIN-3509) Notebook Authorization not working

2018-05-29 Thread Madiha Khalid (JIRA)
Madiha Khalid created ZEPPELIN-3509: --- Summary: Notebook Authorization not working Key: ZEPPELIN-3509 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3509 Project: Zeppelin Issue Type: B