[GitHub] zeppelin issue #2405: [ZEPPELIN-2640] Roles are not getting honored from shi...

2018-03-05 Thread paramount2u
Github user paramount2u commented on the issue: https://github.com/apache/zeppelin/pull/2405 Hi, After creating build-0.8.0-SNAPSHOT locally and tested group-role mapping. Using the below configurations (shiro.ini file) I see the user mapped no roles in the log

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

2018-03-05 Thread big-loser
Github user big-loser commented on the issue: https://github.com/apache/zeppelin/pull/2412 @qwemicheal @zjffdu Today I clone the main branch and build it successfully. But I use the livy interpreter, still can not normally display or output Chinese. How do I

[GitHub] zeppelin pull request #2835: [ZEPPELIN-3289] Table not using full height aft...

2018-03-05 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/2835 [ZEPPELIN-3289] Table not using full height after paragraph height has been changed ### What is this PR for? Changing paragraph height does not work correctly anymore in conjunction

[GitHub] zeppelin issue #2835: [ZEPPELIN-3289] Table not using full height after para...

2018-03-05 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2835 @weand @r-kamath Can you help review this PR. ---

Re: Unmodifiable interpreter properties

2018-03-05 Thread Karan Sewani
Well You can take away interpreter editing rights from user altogether. This feature would be there in zeppelin 0.8.0, for 0.7.3 you can apply following patch and build it from source. https://github.com/apache/zeppelin/pull/2526/files Best Karan From:

Embed chart in iFrame

2018-03-05 Thread afancy
Dear All, I met a permission problem when I embedded a chart into a web page through iFrame. It seems that the current implementation only allows the charts that support anonymous access to be embedded into a web page. It also means that my notebook should be allowed anonymous access. But, this

[GitHub] zeppelin issue #2835: [ZEPPELIN-3289] Table not using full height after para...

2018-03-05 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2835 @Tagar This PR fixes [ZEPPELIN-3272](https://issues.apache.org/jira/browse/ZEPPELIN-3272) as well, can you help review this. ---

[jira] [Created] (ZEPPELIN-3292) angular-ui/ui-grid duplicates rows if "

2018-03-05 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-3292: --- Summary: angular-ui/ui-grid duplicates rows if " Key: ZEPPELIN-3292 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3292 Project: Zeppelin

[GitHub] zeppelin issue #2835: [ZEPPELIN-3289] Table not using full height after para...

2018-03-05 Thread weand
Github user weand commented on the issue: https://github.com/apache/zeppelin/pull/2835 height issue is solved. thanks. but now got the bahvior, that results are duplicated: [https://ibin.co/3trkDDqHas5m.gif](https://ibin.co/3trkDDqHas5m.gif) and the following is

[GitHub] zeppelin issue #2835: [ZEPPELIN-3289] Table not using full height after para...

2018-03-05 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2835 @weand I just logged in https://issues.apache.org/jira/browse/ZEPPELIN-3292 for data duplication ) I don't think it's related to this PR? ---

[jira] [Created] (ZEPPELIN-3293) extraneous lines if data in a column has "\n" character

2018-03-05 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-3293: --- Summary: extraneous lines if data in a column has "\n" character Key: ZEPPELIN-3293 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3293 Project:

[GitHub] zeppelin issue #2808: [ZEPPELIN-3243] fix IndexOutOfBoundsException when 'No...

2018-03-05 Thread weand
Github user weand commented on the issue: https://github.com/apache/zeppelin/pull/2808 We did not face any other IndexOutOfBoundException so far. So I would propose to merge that first. ---

[GitHub] zeppelin issue #2833: ZEPPELIN-3286. Run All Paragraphs stops if there is a ...

2018-03-05 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2833 thanks Jeff! will validate a bit later today. ---

[GitHub] zeppelin pull request #2836: ZEPPELIN-3291. Throw exception instead of retur...

2018-03-05 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2836 ZEPPELIN-3291. Throw exception instead of return null for InterpreterFactory.getInterpreter ### What is this PR for? Minor code refactoring to throw exception when no interpreter is

[GitHub] zeppelin issue #2832: ZEPPELIN-3254. Enable one build of zeppelin to work wi...

2018-03-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2832 Will merge if no more comments ---

[GitHub] zeppelin pull request #2808: [ZEPPELIN-3243] fix IndexOutOfBoundsException w...

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

[GitHub] zeppelin pull request #2836: ZEPPELIN-3291. Throw exception instead of retur...

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

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

2018-03-05 Thread big-loser
Github user big-loser commented on the issue: https://github.com/apache/zeppelin/pull/2412 @zjffdu Thanks for your reply, our only difference is the python version. I checked again to confirm. ---

[GitHub] zeppelin issue #2405: [ZEPPELIN-2640] Roles are not getting honored from shi...

2018-03-05 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2405 @paramount2u sounds like something to do with your activeDirectory configuration not correct, and if you feel issue can be reproduced, please create a new JIRA. ---

[GitHub] zeppelin issue #2808: [ZEPPELIN-3243] fix IndexOutOfBoundsException when 'No...

2018-03-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2808 LGTM ---

[jira] [Created] (ZEPPELIN-3294) Flaky test: LivyInterpreterIT

2018-03-05 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3294: Summary: Flaky test: LivyInterpreterIT Key: ZEPPELIN-3294 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3294 Project: Zeppelin Issue Type: Improvement

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

2018-03-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2412 @big-loser It works for me. I am using zeppelin master and livy 0.5, python3 ![screen shot 2018-03-06 at 9 23 40

[GitHub] zeppelin pull request #2832: ZEPPELIN-3254. Enable one build of zeppelin to ...

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

[GitHub] zeppelin pull request #2838: ZEPPELIN-3277. NotebookServerTest.testMakeSureN...

2018-03-05 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2838 ZEPPELIN-3277. NotebookServerTest.testMakeSureNoAngularObjectBroadcastToWebsocketWhoFireTheEvent fails ### What is this PR for? Trivial fix for flaky test, see the comment for

[GitHub] zeppelin pull request #2838: ZEPPELIN-3277. NotebookServerTest.testMakeSureN...

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

[GitHub] zeppelin issue #2818: ZEPPELIN-3246. Need option for automatically restart t...

2018-03-05 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2818 zeppelin.livy.restart_dead_session - Is this an interpreter level setting? Will it start only that users livy session? ---

[GitHub] zeppelin pull request #2837: ZEPPELIN-3279. [FlakyTest] NotebookTest.testPer...

2018-03-05 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2837 ZEPPELIN-3279. [FlakyTest] NotebookTest.testPerSessionInterpreterCloseOnUnbindInterpreterSetting ### What is this PR for? The root cause of this flaky test is that hashCode doesn't

[GitHub] zeppelin issue #2405: [ZEPPELIN-2640] Roles are not getting honored from shi...

2018-03-05 Thread paramount2u
Github user paramount2u commented on the issue: https://github.com/apache/zeppelin/pull/2405 @prabhjyotsingh thank you for feedback ---

[GitHub] zeppelin issue #2818: ZEPPELIN-3246. Need option for automatically restart t...

2018-03-05 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2818 Can this be specified on a per notebook basis using the %conf interpreter? It may be difficult to turn this on globally because of the various reasons why sessions may die. Would it be

[GitHub] zeppelin issue #2818: ZEPPELIN-3246. Need option for automatically restart t...

2018-03-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2818 It would only restart that users livy session. ---

[GitHub] zeppelin pull request #2837: ZEPPELIN-3279. [FlakyTest] NotebookTest.testPer...

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

[GitHub] zeppelin issue #2818: ZEPPELIN-3246. Need option for automatically restart t...

2018-03-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2818 For whatever interpreter setting, user can set it via %conf. When `zeppelin.livy.restart_dead_session` is turned on. dead livy session will be restarted automatically. When it is