[jira] [Created] (ZEPPELIN-3089) Empty trash is not working in multi user environment.

2017-12-04 Thread Yuta Hongo (JIRA)
Yuta Hongo created ZEPPELIN-3089: Summary: Empty trash is not working in multi user environment. Key: ZEPPELIN-3089 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3089 Project: Zeppelin

[GitHub] zeppelin issue #2668: ZEPPELIN-3051. Support Interpreter Process Recovery

2017-12-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2668 @felixcheung I added `bin/stop-interpreter.sh` so that user can force kill interpreter process even when recovery is enabled. ---

[jira] [Created] (ZEPPELIN-3090) Support KnoxSSO Authentication

2017-12-04 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-3090: - Summary: Support KnoxSSO Authentication Key: ZEPPELIN-3090 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3090 Project: Zeppelin Issue Type: B

[GitHub] zeppelin pull request #2694: [ZEPPELIN-3090] Support KnoxSSO Authentication

2017-12-04 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/2694 [ZEPPELIN-3090] Support KnoxSSO Authentication ### What is this PR for? Zeppelin to support KnoxSSO Authentication method. ### What type of PR is it? [Bug Fix | Improv

[GitHub] zeppelin pull request #2695: [ZEPPELIN-3089] Create user folders under Trash...

2017-12-04 Thread yu74n
GitHub user yu74n opened a pull request: https://github.com/apache/zeppelin/pull/2695 [ZEPPELIN-3089] Create user folders under Trash folder ### What is this PR for? In the situation where multi users a create notebook, "Empty Trash" button next to "Trash" folder on Top page is

[GitHub] zeppelin issue #2694: [ZEPPELIN-3090] Support KnoxSSO Authentication

2017-12-04 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2694 Tested it locally, CI failure looks unrelated. @Leemoonsoo @jongyoul @felixcheung @zjffdu ready for review. The way I have implemented this is, Z-server looks for hadoop-jwt co

[GitHub] zeppelin issue #2692: ZEPPELIN-3085 Introduce generic ConfInterpreter for mo...

2017-12-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2692 > can I have multiple ConfInterpreter at the same time? I don't quite get it. For now each interpreter process have one `ConfInterpreter` which is used for customize this interpreter proces

[jira] [Created] (ZEPPELIN-3091) Charts show incorrect output for aggregation operations in case of 'null' values

2017-12-04 Thread Naman Mishra (JIRA)
Naman Mishra created ZEPPELIN-3091: -- Summary: Charts show incorrect output for aggregation operations in case of 'null' values Key: ZEPPELIN-3091 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3091

[GitHub] zeppelin issue #2645: [ZEPPELIN-3014] NPE bug fix and Error message enhancem...

2017-12-04 Thread jinxliu
Github user jinxliu commented on the issue: https://github.com/apache/zeppelin/pull/2645 @yiming187 I have made the changes and updated pull request. You can review now. ---