[GitHub] zeppelin issue #2462: ZEPPELIN-2527 Changed editor cursor to thin

2017-07-25 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2462 @malayhm cursor is still thick. Should I missing something? or.. --- 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 doe

[GitHub] zeppelin issue #2500: [ZEPPELIN-2804] Fix shiro_authentication documentation

2017-07-25 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2500 I see. thanks for the answer. --- 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

Can't run built-in spark w/o JDK8 in recent snapshot

2017-07-25 Thread Park Hoon
Hi @dev, Can't run built-in spark in Zeppelin without JDK8 in the most recent snapshot. Currently, we have 2 options. - run zeppelin with java 8 - or set `JAVA_HOME` (JDK8) in spark interpreter setting as @zjffdu suggested in https://github.com/apache/zeppelin/pull/2486 It gonna be a problem in

Re: Can't run built-in spark w/o JDK8 in recent snapshot

2017-07-25 Thread Jeff Zhang
spark-2.2 now become the default profile. So the builtin spark will be spark 2.2. When we do release, we could still use spark-2.1 as the built-in spark. Park Hoon <1am...@gmail.com>于2017年7月25日周二 下午3:44写道: > Hi @dev, > > > Can't run built-in spark in Zeppelin without JDK8 in the most recent >

[GitHub] zeppelin issue #2492: [ZEPPELIN-2775] Strict-Transport-Security and X-XSS-Pr...

2017-07-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2492 merging if no more comment --- 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 an

Re: Can't run built-in spark w/o JDK8 in recent snapshot

2017-07-25 Thread Park Hoon
We might not include spark 2.2 as the built-in until move to the JDK fully. thanks for the answer Regard, On Tue, 25 Jul 2017 at 17:23 Jeff Zhang wrote: > spark-2.2 now become the default profile. So the builtin spark will be > spark 2.2. > > When we do release, we could still use spark-2.1 a

[GitHub] zeppelin pull request #2483: [ZEPPELIN-2766] Make online resources url confi...

2017-07-25 Thread andreaTP
GitHub user andreaTP reopened a pull request: https://github.com/apache/zeppelin/pull/2483 [ZEPPELIN-2766] Make online resources url configurable at compile time ### What is this PR for? At compile time Zeppelin is downloading several external resources. I want to be able to

[GitHub] zeppelin pull request #2483: [ZEPPELIN-2766] Make online resources url confi...

2017-07-25 Thread andreaTP
Github user andreaTP closed the pull request at: https://github.com/apache/zeppelin/pull/2483 --- 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 #2483: [ZEPPELIN-2766] Make online resources url configurable...

2017-07-25 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2483 I agree that this has got a really low priority, but could I kindly ask for review to keep this into master since it does not break anything and just add some added flexibility to the build?

[GitHub] zeppelin pull request #2503: [ZEPPELIN-2808] remember me support

2017-07-25 Thread herval
GitHub user herval opened a pull request: https://github.com/apache/zeppelin/pull/2503 [ZEPPELIN-2808] remember me support ### What is this PR for? Add support for "remember me" cookies, so we can activate LDAP without forcing users to re-login every time ### What

[jira] [Created] (ZEPPELIN-2809) Unable to generate code coverage numbers

2017-07-25 Thread Jonathan Tinkham (JIRA)
Jonathan Tinkham created ZEPPELIN-2809: -- Summary: Unable to generate code coverage numbers Key: ZEPPELIN-2809 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2809 Project: Zeppelin I

[jira] [Created] (ZEPPELIN-2810) Interpreter menu stop working when Active Directory integration enabled

2017-07-25 Thread Richard Xin (JIRA)
Richard Xin created ZEPPELIN-2810: - Summary: Interpreter menu stop working when Active Directory integration enabled Key: ZEPPELIN-2810 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2810 Project

[GitHub] zeppelin issue #2465: [ZEPPELIN-2724] Move NotebookSocket.send() out of sync...

2017-07-25 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2465 Thanks @sergeymazin for confirming. I'm merging it to master and branch-0.7 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] zeppelin issue #2503: [ZEPPELIN-2808] remember me support

2017-07-25 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2503 I don't have a preference, but in my experience, many web apps rely on the browser provided remember-me feature. Here is an example of Github sign-in page - https://github.com/login

[GitHub] zeppelin issue #2483: [ZEPPELIN-2766] Make online resources url configurable...

2017-07-25 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2483 Sure. BTW, I couldn't find the Travis link. It seems that Github changed the URL in ![image](https://user-images.githubusercontent.com/4968473/28603185-a3690216-71fd-11e7-855c-808d8cd2019e

[GitHub] zeppelin issue #2503: [ZEPPELIN-2808] remember me support

2017-07-25 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/2503 That popup is not the site’s “remember me” - github actually keeps you logged in by default (close the browser and reopen, and you’re still logged, no need to re-authenticate) You

[jira] [Created] (ZEPPELIN-2811) Specify precise explicitly for travis build

2017-07-25 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2811: Summary: Specify precise explicitly for travis build Key: ZEPPELIN-2811 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2811 Project: Zeppelin Issue Type

[GitHub] zeppelin pull request #2504: ZEPPELIN-2811. Specify precise explicitly for t...

2017-07-25 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2504 ZEPPELIN-2811. Specify precise explicitly for travis build ### What is this PR for? Travis is upgrading ubuntu from precise to trusty, so sometimes your travis will fails if it is routed to tr

[GitHub] zeppelin issue #2503: [ZEPPELIN-2808] remember me support

2017-07-25 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2503 Thanks. I updated the previous comment. --- 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 en

[GitHub] zeppelin issue #2422: [WIP] [ZEPPELIN-2627] Interpreter refactor

2017-07-25 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2422 Tried this on my local cluster, tested it with simultaneously with multiple users. Looks good. Great improvement. --- If your project is set up for it, you can reply to this email and have

[GitHub] zeppelin issue #2422: [WIP] [ZEPPELIN-2627] Interpreter refactor

2017-07-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2422 Thanks @prabhjyotsingh for testing this PR. --- 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 featu