[jira] [Created] (ZEPPELIN-2757) Enhance Authentication decrypting key generation

2017-07-09 Thread Yanbo Liang (JIRA)
Yanbo Liang created ZEPPELIN-2757: - Summary: Enhance Authentication decrypting key generation Key: ZEPPELIN-2757 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2757 Project: Zeppelin

[GitHub] zeppelin pull request #2475: [ZEPPELIN-2757] Enhance Authentication decrypti...

2017-07-09 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/zeppelin/pull/2475 [ZEPPELIN-2757] Enhance Authentication decrypting key generation. ### What is this PR for? Enhance ```Authentication``` decrypting key generation by random ```KeyGenerator```.

Re: Google OAuth in Zeppelin

2017-07-09 Thread Khalid Huseynov
Actually simple implementation for OpenId was done in https://github.com/apache/zeppelin/pull/2373 through shiro using buji-pac4j library as you said. This library provides integration realm for OAuth as well, so I think good starting point would be to configure buji-pac4j with OAuth realm, and

[GitHub] zeppelin issue #2471: [ZEPPELIN-2744] [minor] Increase error handling in JDB...

2017-07-09 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2471 Yes, that's what it is doing now (in the case of Phoenix SQL) it gives a valid result with error stack trace, and paragraph results in error. Hence, I thought we could either choose to

[GitHub] zeppelin pull request #2468: [ZEPPELIN-2733] Remove System Information Leak ...

2017-07-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2468 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin pull request #2374: [ZEPPELIN-2593] Add storage settings to persist...

2017-07-09 Thread khalidhuseynov
GitHub user khalidhuseynov reopened a pull request: https://github.com/apache/zeppelin/pull/2374 [ZEPPELIN-2593] Add storage settings to persist on run and commit ### What is this PR for? adding settings to storage layer to let user choose to persist continuously or only on

[GitHub] zeppelin pull request #2374: [ZEPPELIN-2593] Add storage settings to persist...

2017-07-09 Thread khalidhuseynov
Github user khalidhuseynov closed the pull request at: https://github.com/apache/zeppelin/pull/2374 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] zeppelin pull request #2466: [ZEPPELIN-2731] GetUserList with JDBCRealm shou...

2017-07-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2466 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Google OAuth in Zeppelin

2017-07-09 Thread Jongyoul Lee
Hi, AFAIK, we have talked about OAuth, but didn't decide anything including how to implement it and how to support it. We are using shiro for authentication. Do you have any idea to support OAuth using Shiro? On Thu, Jun 29, 2017 at 2:15 AM, Akash Mishra wrote: > Hi

[GitHub] zeppelin issue #2470: [ZEPPELIN-2648] Fix spark module build problem with sc...

2017-07-09 Thread reminia
Github user reminia commented on the issue: https://github.com/apache/zeppelin/pull/2470 @zjffdu remove scala version in spark-dependencies. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

Re: [DISCUSS] Reducing default interpreters while building and releasing Zeppelin

2017-07-09 Thread Jongyoul Lee
Hi, I think it's time to move to the next step. Zeppelin's web site is already changed. Zeppelin's default package also provide same interpreters and include markdown and shell. How do you think of it? Regards, Jongyoul On Sun, Jun 18, 2017 at 11:08 PM, Jongyoul Lee wrote:

[GitHub] zeppelin issue #2329: [ZEPPELIN-2040] ClusterManager to support launching in...

2017-07-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2329 CI passed: https://travis-ci.org/jongyoul/zeppelin/builds/251742660 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] zeppelin pull request #2474: [ZEPPELIN-2753] Basic Implementation of IPython...

2017-07-09 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2474 [ZEPPELIN-2753] Basic Implementation of IPython Interpreter ### What is this PR for? This is the first step for implement IPython Interpreter in Zeppelin. I just use the jupyter_client to

[jira] [Created] (ZEPPELIN-2754) Support ZeppelinContext in IPython Interpreter

2017-07-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2754: Summary: Support ZeppelinContext in IPython Interpreter Key: ZEPPELIN-2754 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2754 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-2756) Enable colorized output in frontend

2017-07-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2756: Summary: Enable colorized output in frontend Key: ZEPPELIN-2756 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2756 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-2753) Basic Implementation of IPython Interpreter

2017-07-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2753: Summary: Basic Implementation of IPython Interpreter Key: ZEPPELIN-2753 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2753 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-2755) Support Matplotlib in IPythonInterpreter

2017-07-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2755: Summary: Support Matplotlib in IPythonInterpreter Key: ZEPPELIN-2755 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2755 Project: Zeppelin Issue Type:

[GitHub] zeppelin pull request #2429: [ZEPPELIN-2675] Distributing Jars when using an...

2017-07-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2429 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin issue #2471: [ZEPPELIN-2744] [minor] Increase error handling in JDB...

2017-07-09 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2471 It should then report an error in the InterpreterResult? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] zeppelin issue #2374: [ZEPPELIN-2593] Add storage settings to persist on com...

2017-07-09 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/2374 @1ambda @zjffdu addressed the feedback and added persist on `run` as well. Also moved the logic out of storage classes. Please help further review and test this one to move on. --- If

[GitHub] zeppelin pull request #2473: [fix] Check runtimeInfos is not null

2017-07-09 Thread ebuildy
GitHub user ebuildy opened a pull request: https://github.com/apache/zeppelin/pull/2473 [fix] Check runtimeInfos is not null This fix NullPointer exception when restart interpreter after it crashed: ``` Caused by: java.lang.NullPointerException at

[GitHub] zeppelin pull request #2472: [ZEPPELIN-2749] Use scalable file structure for...

2017-07-09 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/2472 [ZEPPELIN-2749] Use scalable file structure for zeppelin web ### What is this PR for? We have improved zeppelin-web, but some parts are still messy. As part of keeping zeppelin-web

[GitHub] zeppelin pull request #2456: [ZEPPELIN-2714] Soft-code Spark UI button visua...

2017-07-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2456 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (ZEPPELIN-2752) Support IPython in PythonInterpreter

2017-07-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2752: Summary: Support IPython in PythonInterpreter Key: ZEPPELIN-2752 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2752 Project: Zeppelin Issue Type: New