[jira] [Created] (ZEPPELIN-3532) Notebook paragraph doesn't get updated if same notebook is open in a different tab and is updated

2018-06-06 Thread Mukunda Gogoi (JIRA)
Mukunda Gogoi created ZEPPELIN-3532: --- Summary: Notebook paragraph doesn't get updated if same notebook is open in a different tab and is updated Key: ZEPPELIN-3532 URL: https://issues.apache.org/jira/browse/ZEPP

[jira] [Created] (ZEPPELIN-3533) Paragraph text selection issue

2018-06-06 Thread Mukunda Gogoi (JIRA)
Mukunda Gogoi created ZEPPELIN-3533: --- Summary: Paragraph text selection issue Key: ZEPPELIN-3533 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3533 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #2952: [Zeppelin-2572] multiple paragraphs actions

2018-06-06 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/2952 @Tagar, thanks. I changed the tooltip. ---

[jira] [Created] (ZEPPELIN-3534) Zeppelin notebook permission type "Runner" throws error when running %angular type paragraph

2018-06-06 Thread Madiha Khalid (JIRA)
Madiha Khalid created ZEPPELIN-3534: --- Summary: Zeppelin notebook permission type "Runner" throws error when running %angular type paragraph Key: ZEPPELIN-3534 URL: https://issues.apache.org/jira/browse/ZEPPELIN-

[GitHub] zeppelin pull request #3009: [ZEPPELIN-3513] Zeppelin Note Creation Failure ...

2018-06-06 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/3009 [ZEPPELIN-3513] Zeppelin Note Creation Failure is not shown on UI ### What is this PR for? When creating a note from Zeppelin UI which fails due to permission denied exception, there i

[GitHub] zeppelin issue #3009: [ZEPPELIN-3513] Zeppelin Note Creation Failure is not ...

2018-06-06 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/3009 @zjffdu @r-kamath please help review this. ---

FINAL REMINDER: Apache EU Roadshow 2018 in Berlin next week!

2018-06-06 Thread sharan
Hello Apache Supporters and Enthusiasts This is a final reminder that our Apache EU Roadshow will be held in Berlin next week on 13th and 14th June 2018. We will have 28 different sessions running over 2 days that cover some great topics. So if you are interested in Microservices, Internet of

[GitHub] zeppelin issue #3004: [ZEPPELIN-2913] Support for both user and role for Aut...

2018-06-06 Thread VipinRathor
Github user VipinRathor commented on the issue: https://github.com/apache/zeppelin/pull/3004 LGTM ---

[GitHub] zeppelin pull request #3010: [HOTFIX] ZEPPELIN-2221's dependency issue

2018-06-06 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3010 [HOTFIX] ZEPPELIN-2221's dependency issue ### What is this PR for? Fixing some CI by changing `hadoop-client` version of ₩spark_core` and `guava` version of `zeppelin-python`. We basically

[GitHub] zeppelin issue #3010: [HOTFIX] ZEPPELIN-2221's dependency issue

2018-06-06 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3010 @zjffdu I've fixed a dependency issue by upgrade `hadoop-client` of `spark_core`. Please review and merge it. https://travis-ci.org/jongyoul/zeppelin/builds/389071799 ---

[GitHub] zeppelin pull request #2848: [Zeppelin-3307] - Improved shared browsing/edit...

2018-06-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2848 ---

[GitHub] zeppelin issue #3010: [HOTFIX] ZEPPELIN-2221's dependency issue

2018-06-06 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3010 Thanks @jongyoul LGTM, will merge soon ---

[GitHub] zeppelin pull request #3010: [HOTFIX] ZEPPELIN-2221's dependency issue

2018-06-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3010 ---

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

2018-06-06 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3000 Agreed @zjffdu. I also made two other (similar) changes. If the `tempFile.delete()` fails, then `tempFile.deleteOnExit()` is invoked to request the system to handle it if possible