Re: What IDE do you use for dev Zep now?

2017-11-16 Thread Jeff Zhang
I use intellij 小野圭二 于2017年11月17日周五 下午1:29写道: > Hi, > > For improving and/or customizing Zeppelin, I put my hand into the source > code. > They were small changes, so could maintain with vi or emacs so far. But the > next will be more. And you know they do not have a fine view over all. > I am fa

[jira] [Created] (ZEPPELIN-3061) Zeppelin's SecurityUtils.getRoles() is not retreiving roles from Shiro's doGetAuthorizationInfo() for a custom realm.

2017-11-16 Thread Jithin Chandran (JIRA)
Jithin Chandran created ZEPPELIN-3061: - Summary: Zeppelin's SecurityUtils.getRoles() is not retreiving roles from Shiro's doGetAuthorizationInfo() for a custom realm. Key: ZEPPELIN-3061 URL: https://issues.apa

What IDE do you use for dev Zep now?

2017-11-16 Thread 小野圭二
Hi, For improving and/or customizing Zeppelin, I put my hand into the source code. They were small changes, so could maintain with vi or emacs so far. But the next will be more. And you know they do not have a fine view over all. I am familiar with Eclipse, that reason why it will be the first ch

[GitHub] zeppelin pull request #2676: [ZEPPELIN-3048] Add the option which prevents p...

2017-11-16 Thread kjmrknsn
GitHub user kjmrknsn opened a pull request: https://github.com/apache/zeppelin/pull/2676 [ZEPPELIN-3048] Add the option which prevents paragraphs from being edited while their notebook is cron scheduled ### What is this PR for? Add the option which prevents paragraphs from

[GitHub] zeppelin issue #2671: [ZEPPELIN-3045] Add the option which prevents the cron...

2017-11-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2671 Would it be much easier that we can just do not allow user to set cron executing user in frontend when this `zeppelin.notebook.cronExecutingUser.loginUserOnly` is true ? So that there would be le

[GitHub] zeppelin issue #2671: [ZEPPELIN-3045] Add the option which prevents the cron...

2017-11-16 Thread kjmrknsn
Github user kjmrknsn commented on the issue: https://github.com/apache/zeppelin/pull/2671 The default value of `zeppelin.notebook.cronExecutingUser.loginUserOnly` was changed to `true`. The Commits are squashed. ---

[GitHub] zeppelin issue #2671: [ZEPPELIN-3045] Add the option which prevents the cron...

2017-11-16 Thread kjmrknsn
Github user kjmrknsn commented on the issue: https://github.com/apache/zeppelin/pull/2671 @Leemoonsoo Thanks for your comment and suggestion. > One question, how about make zeppelin.notebook.cronExecutingUser.loginUserOnly default value true? Does it make sense to you? or do

[GitHub] zeppelin issue #2650: [ZEPPELIN-3035] Ability to display the same result mul...

2017-11-16 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2650 Thanks @SleepyThread for the contribution! I have tested this branch. I'd like to more people take a look and leave feedback on this feature. Anyway, this looks like break current b

[GitHub] zeppelin pull request #2506: [ZEPPELIN-2813] revisions comparator

2017-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2506 ---

[GitHub] zeppelin issue #2671: [ZEPPELIN-3045] Add the option which prevents the cron...

2017-11-16 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2671 Thanks @kjmrknsn for the great contribution. One question, how about make `zeppelin.notebook.cronExecutingUser.loginUserOnly` default value `true`? Does it make sense to you? or do yo

[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-16 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2641 Merge to master if no further review. ---

[GitHub] zeppelin pull request #2672: Fix typo (isNotebokPublic -> isNotebookPublic)

2017-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2672 ---

[GitHub] zeppelin issue #2675: [ZEPPELIN-3060] Unable to use interpreter names with s...

2017-11-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2675 @weand In ZEPPELIN-3013, I try to make interpreter name only contains alphabet ,number and under score, just like valid variable name in most of programing languages. Is it necessary and normal for

[GitHub] zeppelin pull request #2675: [ZEPPELIN-3060] Unable to use interpreter names...

2017-11-16 Thread weand
GitHub user weand opened a pull request: https://github.com/apache/zeppelin/pull/2675 [ZEPPELIN-3060] Unable to use interpreter names with special characters (e.g. dash or underscore) [ZEPPELIN-3060] Unable to use interpreter names with special characters (e.g. dash or underscor

[jira] [Created] (ZEPPELIN-3060) Unable to use interpreter names with special characters (e.g. dash or underscore)

2017-11-16 Thread Andreas Weise (JIRA)
Andreas Weise created ZEPPELIN-3060: --- Summary: Unable to use interpreter names with special characters (e.g. dash or underscore) Key: ZEPPELIN-3060 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3060

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

2017-11-16 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 @zjffdu Not sure, never followed that one but I'll check with the folks over there as I have a few PR's on that repo as well. ---

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

2017-11-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2637 Thanks @matyix Looks like the doc here need to be updated. https://apache-spark-on-k8s.github.io/userdocs/running-on-kubernetes.html ---

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

2017-11-16 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 @zjffdu Spark submit needs a resource staging server (RSS) to be specified as a parameter, you should start RSS, get the address of RSS - as described in the documentation which is part of the PR -

[jira] [Created] (ZEPPELIN-3059) Add hadoop credential Provider to LdapRealm

2017-11-16 Thread Rene (JIRA)
Rene created ZEPPELIN-3059: -- Summary: Add hadoop credential Provider to LdapRealm Key: ZEPPELIN-3059 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3059 Project: Zeppelin Issue Type: New Featur

[jira] [Created] (ZEPPELIN-3058) Pyspark comment using Command+/ uses // to comment instead of #

2017-11-16 Thread Malay Majithia (JIRA)
Malay Majithia created ZEPPELIN-3058: Summary: Pyspark comment using Command+/ uses // to comment instead of # Key: ZEPPELIN-3058 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3058 Project:

[GitHub] zeppelin pull request #2674: Add missing build dependencies.

2017-11-16 Thread jan0sch
GitHub user jan0sch opened a pull request: https://github.com/apache/zeppelin/pull/2674 Add missing build dependencies. Add `apt-get install` lines for R dependencies that are needed to build successfully. ### What is this PR for? This pull request adds installation

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

2017-11-16 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2637 @matyix I try to run spark pi on spark-k8s, but hit the following error. Do I miss anything ? Thanks ``` Exception in thread "main" java.lan

[GitHub] zeppelin issue #2673: [ZEPPELIN-3054] Update conf/shiro.ini.template so that...

2017-11-16 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2673 LGTM! ---