[GitHub] zeppelin issue #2881: ZEPPELIN-3313 z.getInterpreterContext().out().clear() ...

2018-03-22 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2881 > @zjffdu the issue in the second screenshot will not occur when viz switching is enabled, I'm working on it Patch will be send in a different PR. ---

[jira] [Created] (ZEPPELIN-3360) Move shiro realm to plugins

2018-03-22 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3360: Summary: Move shiro realm to plugins Key: ZEPPELIN-3360 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3360 Project: Zeppelin Issue Type: Sub-task

[jira] [Created] (ZEPPELIN-3359) move hadoop to plugin

2018-03-22 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3359: Summary: move hadoop to plugin Key: ZEPPELIN-3359 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3359 Project: Zeppelin Issue Type: Sub-task

[GitHub] zeppelin issue #2888: [minor] Escape string before insertion it into HTML

2018-03-22 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2888 Thanks for the review will merge this if no more discussion. ---

[GitHub] zeppelin issue #2886: ZEPPELIN-3356: Zeppelin FileSystemStorage reloginFromK...

2018-03-22 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2886 Thanks @gss2002 will review it soon ---

[GitHub] zeppelin issue #2886: ZEPPELIN-3356: Zeppelin FileSystemStorage reloginFromK...

2018-03-22 Thread gss2002
Github user gss2002 commented on the issue: https://github.com/apache/zeppelin/pull/2886 @prabhjyotsingh @zjffdu can you help review if you feel this is a valid fix? Thanks again ---

[jira] [Created] (ZEPPELIN-3358) Error: ExcelBuilder is not defined

2018-03-22 Thread Raimondas Berniunas (JIRA)
Raimondas Berniunas created ZEPPELIN-3358: - Summary: Error: ExcelBuilder is not defined Key: ZEPPELIN-3358 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3358 Project: Zeppelin

[GitHub] zeppelin pull request #2760: ZEPPELIN-3196. Plugin framework for Zeppelin En...

2018-03-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2760 ---

[GitHub] zeppelin issue #2760: ZEPPELIN-3196. Plugin framework for Zeppelin Engine

2018-03-22 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2760 Thanks for review, will merge soon ---

[GitHub] zeppelin issue #2760: ZEPPELIN-3196. Plugin framework for Zeppelin Engine

2018-03-22 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2760 `IS_ZEPPELIN_TEST` is used for unit test for PluginManager. e.g. In NotebookRepoSyncInitializationTest, VFSNotebookRepoMock is just for testing, so could be constructed from classpath directly.

[GitHub] zeppelin issue #2888: [minor] Escape string before insertion it into HTML

2018-03-22 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2888 @r-kamath @zjffdu can you help review this. ---

[GitHub] zeppelin pull request #2888: [minor] Escape string before insertion it into ...

2018-03-22 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/2888 [minor] Escape string before insertion it into HTML ### What is this PR for? In current implementation some of the unescaped HTML get passed to frontend via BootstrapDialog, this PR

[GitHub] zeppelin issue #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2018-03-22 Thread big-loser
Github user big-loser commented on the issue: https://github.com/apache/zeppelin/pull/2412 sorry for the late reply ---

[GitHub] zeppelin issue #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2018-03-22 Thread big-loser
Github user big-loser commented on the issue: https://github.com/apache/zeppelin/pull/2412 @felixcheung yes 。Livy is already the wrong character when returning information

[GitHub] zeppelin issue #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2018-03-22 Thread big-loser
Github user big-loser commented on the issue: https://github.com/apache/zeppelin/pull/2412 @felixcheung @zjffdu ---

[GitHub] zeppelin pull request #2887: ZEPPELIN-3357. Livy security mode is broken

2018-03-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2887 ---

[GitHub] zeppelin pull request #2887: ZEPPELIN-3357. Livy security mode is broken

2018-03-22 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2887 ZEPPELIN-3357. Livy security mode is broken ### What is this PR for? Straightforward fix for livy security issue. ### What type of PR is it? [Bug Fix] ### Todos

[jira] [Created] (ZEPPELIN-3357) Livy security mode is broken

2018-03-22 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3357: Summary: Livy security mode is broken Key: ZEPPELIN-3357 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3357 Project: Zeppelin Issue Type: Improvement

[GitHub] zeppelin issue #2885: [ZEPPELIN-3001] Disable ace editor code completion whe...

2018-03-22 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2885 @felixcheung agreed, but at least it gives back something basic. ---