[GitHub] [zeppelin] jongyoul edited a comment on issue #3488: [ZEPPELIN-4356] Zeppelin should stop/die/etc when can't create/access notebook repo

2019-11-04 Thread GitBox
jongyoul edited a comment on issue #3488: [ZEPPELIN-4356] Zeppelin should stop/die/etc when can't create/access notebook repo URL: https://github.com/apache/zeppelin/pull/3488#issuecomment-549685428 You can use a system classloader to get the list of realms.

[GitHub] [zeppelin] jongyoul commented on issue #3488: [ZEPPELIN-4356] Zeppelin should stop/die/etc when can't create/access notebook repo

2019-11-04 Thread GitBox
jongyoul commented on issue #3488: [ZEPPELIN-4356] Zeppelin should stop/die/etc when can't create/access notebook repo URL: https://github.com/apache/zeppelin/pull/3488#issuecomment-549685428 You can use a system classloader to get the list of realms.

[GitHub] [zeppelin] zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549683766 In that case, I think you can use per user isolated & per note isolated. Then the spark name would be

[GitHub] [zeppelin] amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549676975 I'm not sure if i'll be able to use `per user isolated` for zeppelin in prod because we would like

[GitHub] [zeppelin] zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549674300 Ah, you are using per note isolated, you should use `per user isolated` in which case the

[GitHub] [zeppelin] amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549673325 `spark.app.name` is set as `spark-2ESRB4NZ1` . The following is an ex from the logs

[GitHub] [zeppelin] zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549647353 Still doesn't work for you in per user isolated mode ? What do you see in the spark app name ?

[GitHub] [zeppelin] amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549640298 I've it set as per note in isolated process

[GitHub] [zeppelin] zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549639696 Oh, you might forget one thing, you need to set spark interpreter as user isolated.

[jira] [Created] (ZEPPELIN-4425) Put javadoc on zeppelin site

2019-11-04 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4425: Summary: Put javadoc on zeppelin site Key: ZEPPELIN-4425 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4425 Project: Zeppelin Issue Type: Sub-task

[GitHub] [zeppelin] amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549637103 Yeah LDAP is enabled. It works as expected w/ original solution.

[GitHub] [zeppelin] zjffdu opened a new pull request #3511: [ZEPPELIN-4419]. Align functions in ZeppelinContext of Scala/Python/R

2019-11-04 Thread GitBox
zjffdu opened a new pull request #3511: [ZEPPELIN-4419]. Align functions in ZeppelinContext of Scala/Python/R URL: https://github.com/apache/zeppelin/pull/3511 ### What is this PR for? This PR is to align all the functions in ZeppelinContext in Scala/Python/R ### What

[GitHub] [zeppelin] asfgit closed pull request #3491: [ZEPPELIN-4390]. ExecutorService is not properly shutdown

2019-11-04 Thread GitBox
asfgit closed pull request #3491: [ZEPPELIN-4390]. ExecutorService is not properly shutdown URL: https://github.com/apache/zeppelin/pull/3491 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] asfgit closed pull request #3493: [ZEPPELIN-4389]. Add new interpreter if it is newly detected in interpreter folder

2019-11-04 Thread GitBox
asfgit closed pull request #3493: [ZEPPELIN-4389]. Add new interpreter if it is newly detected in interpreter folder URL: https://github.com/apache/zeppelin/pull/3493 This is an automated message from the Apache Git

[GitHub] [zeppelin] zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549621148 @amakaur The user should be the zeppelin login user name. Do you enable LDAP in zeppelin ?

[GitHub] [zeppelin] resdevd commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error

2019-11-04 Thread GitBox
resdevd commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455#issuecomment-549542447 @zjffdu That's it. It's working now. Thanks. This is an automated message

[GitHub] [zeppelin] amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

2019-11-04 Thread GitBox
amakaur commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-549518160 @zjffdu after debugging a bit this new approach might not work for me because user is set as `spark`

[jira] [Created] (ZEPPELIN-4424) Update doc of how to build

2019-11-04 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4424: Summary: Update doc of how to build Key: ZEPPELIN-4424 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4424 Project: Zeppelin Issue Type: Sub-task

[jira] [Created] (ZEPPELIN-4423) Umbrella for updating Zeppelin docs

2019-11-04 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4423: Summary: Umbrella for updating Zeppelin docs Key: ZEPPELIN-4423 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4423 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] zjffdu opened a new pull request #3510: [ZEPPELIN-4416]. Don't merge properties from inteprreter-setting.json if it already exists

2019-11-04 Thread GitBox
zjffdu opened a new pull request #3510: [ZEPPELIN-4416]. Don't merge properties from inteprreter-setting.json if it already exists URL: https://github.com/apache/zeppelin/pull/3510 ### What is this PR for? Currently zeppelin will merge the setting in `interpreter-setting.json` with

[jira] [Created] (ZEPPELIN-4422) NPE in RemoteInterpreterServer#getStatus

2019-11-04 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4422: Summary: NPE in RemoteInterpreterServer#getStatus Key: ZEPPELIN-4422 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4422 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] zjffdu opened a new pull request #3509: [ZEPPELIN-4417]. Logging Interpreter launch command in log4j

2019-11-04 Thread GitBox
zjffdu opened a new pull request #3509: [ZEPPELIN-4417]. Logging Interpreter launch command in log4j URL: https://github.com/apache/zeppelin/pull/3509 ### What is this PR for? This PR is to logging interpreter launch command in log4j for diagnose purpose. ### What type of

[jira] [Created] (ZEPPELIN-4421) Login with activeDirectoryRealm impossible - naming Error

2019-11-04 Thread Johannes Schillinger (Jira)
Johannes Schillinger created ZEPPELIN-4421: -- Summary: Login with activeDirectoryRealm impossible - naming Error Key: ZEPPELIN-4421 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4421