[GitHub] zeppelin pull request #2721: ZEPPELIN-3129: Zepplin UI Doesnt logs out in IE

2018-01-08 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/2721 ZEPPELIN-3129: Zepplin UI Doesnt logs out in IE ### What is this PR for? Zepplin UI Doesn't logs out in IE/Edge, its Shows Logout Success and automatically reload the page But the

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2018-01-08 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 @echarles usually when adding a dependency on UI that should be downloaded to local-repo/spark folder, then those jars will be set in --jars param. Could you please check your local-repo/spark fold

[GitHub] zeppelin issue #2717: [ZEPPELIN-3127] Upgrade selenium version

2018-01-08 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2717 Travis job (https://travis-ci.org/prabhjyotsingh/zeppelin/jobs/326663402) for selenium passed, it fails for 608.[6-10] which is not related to this. Will add support for newer Firef

[jira] [Created] (ZEPPELIN-3130) Notebook URL not redirecting after login

2018-01-08 Thread Kevin Niemann (JIRA)
Kevin Niemann created ZEPPELIN-3130: --- Summary: Notebook URL not redirecting after login Key: ZEPPELIN-3130 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3130 Project: Zeppelin Issue T

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2018-01-08 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/2637 thx @matyix I had taken logs but don't have them anymore... but I can confirm that in both cases (deps via %spark.dep or via the ui) the command generated by the interpreter.sh is the same and do

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2018-01-08 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 hello @echarles - we're also running into this NPE problem, my colleague @sancyx already commented on this issue: https://issues.apache.org/jira/browse/ZEPPELIN-2475 and he's going to sub

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2018-01-08 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/2637 Feedback/Question on latest commit: + For `cluster` mode, I sometimes receive a null pointer at first run, running a second time directly after is fine. + Are you enforcing the execut

[GitHub] zeppelin issue #2704: ZEPPELIN-3061: Updated the SecurityUtils to add Shiro'...

2018-01-08 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2704 Looks good. ---

[GitHub] zeppelin issue #2704: ZEPPELIN-3061: Updated the SecurityUtils to add Shiro'...

2018-01-08 Thread jithinchandranj
Github user jithinchandranj commented on the issue: https://github.com/apache/zeppelin/pull/2704 Hi @prabhjyotsingh , Note is updated and PR is raised: https://github.com/apache/zeppelin/pull/2720 ---

[GitHub] zeppelin pull request #2720: Update shiro_authentication.md

2018-01-08 Thread jithinchandranj
GitHub user jithinchandranj opened a pull request: https://github.com/apache/zeppelin/pull/2720 Update shiro_authentication.md ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -