[GitHub] [zeppelin] zjffdu opened a new pull request #3333: [ZEPPELIN-4053]. Implement impersonation via c native api

2019-03-12 Thread GitBox
zjffdu opened a new pull request #: [ZEPPELIN-4053]. Implement impersonation via c native api URL: https://github.com/apache/zeppelin/pull/ ### What is this PR for? This PR use a native c code to implement impersonation. The previous approach use ssh which require user to

[jira] [Created] (ZEPPELIN-4065) Display ipython process launch output when ipython fails to launch

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4065: Summary: Display ipython process launch output when ipython fails to launch Key: ZEPPELIN-4065 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4065 Project:

[GitHub] [zeppelin] zjffdu opened a new pull request #3332: ZEPPELIN-4062. Don't wait ipython kernel if python process failed

2019-03-12 Thread GitBox
zjffdu opened a new pull request #3332: ZEPPELIN-4062. Don't wait ipython kernel if python process failed URL: https://github.com/apache/zeppelin/pull/3332 ### What is this PR for? This PR will exist wait ipython process loop if the python process is failed. This can save time to exit

[jira] [Created] (ZEPPELIN-4064) Add Appveyor to support Windows environment

2019-03-12 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-4064: -- Summary: Add Appveyor to support Windows environment Key: ZEPPELIN-4064 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4064 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-4063) Don't include noteId for constructing Interpreter GroupId when under isolated per user mode

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4063: Summary: Don't include noteId for constructing Interpreter GroupId when under isolated per user mode Key: ZEPPELIN-4063 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4063

[jira] [Created] (ZEPPELIN-4062) Keep waiting ipython kernel when python process failed

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4062: Summary: Keep waiting ipython kernel when python process failed Key: ZEPPELIN-4062 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4062 Project: Zeppelin

[jira] [Created] (ZEPPELIN-4061) `mvn clean` didn't clear the spark interpreter jar under folder interpreter/spark

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4061: Summary: `mvn clean` didn't clear the spark interpreter jar under folder interpreter/spark Key: ZEPPELIN-4061 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4061

[GitHub] [zeppelin] asfgit closed pull request #3325: [ZEPPELIN-4030] spark-scala-2.10 won't be built under some profile

2019-03-12 Thread GitBox
asfgit closed pull request #3325: [ZEPPELIN-4030] spark-scala-2.10 won't be built under some profile URL: https://github.com/apache/zeppelin/pull/3325 This is an automated message from the Apache Git Service. To respond to

[GitHub] [zeppelin] asfgit closed pull request #3326: [ZEPPELIN-4028]. Pop up error message if user try to create duplicated note

2019-03-12 Thread GitBox
asfgit closed pull request #3326: [ZEPPELIN-4028]. Pop up error message if user try to create duplicated note URL: https://github.com/apache/zeppelin/pull/3326 This is an automated message from the Apache Git Service. To

[GitHub] [zeppelin] Leemoonsoo commented on a change in pull request #3329: [Website] fix some broken links. Update some link pointing old docs.

2019-03-12 Thread GitBox
Leemoonsoo commented on a change in pull request #3329: [Website] fix some broken links. Update some link pointing old docs. URL: https://github.com/apache/zeppelin/pull/3329#discussion_r264851493 ## File path: technologies_deployments.md ## @@ -49,15 +49,15 @@

Call for Presentations (CFP) is now open for ApacheCon North America in Las Vegas, September 9-13th

2019-03-12 Thread Felix Cheung
See the Big Data track or the Machine Learning track! We’re delighted to announce that the Call for Presentations (CFP) is now open for ApacheCon North America in Las Vegas, September 9-13th! As the official conference series of the ASF, ApacheCon North America will feature over a dozen Apache

[GitHub] [zeppelin] zjffdu commented on issue #3330: [ZEPPELIN-4054] Fix LdapGroupRealm path in shiro doc

2019-03-12 Thread GitBox
zjffdu commented on issue #3330: [ZEPPELIN-4054] Fix LdapGroupRealm path in shiro doc URL: https://github.com/apache/zeppelin/pull/3330#issuecomment-472048992 LGTM, thanks for the contribution @cquptEthan This is an

[jira] [Created] (ZEPPELIN-4060) Upgrade note to include note permission

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4060: Summary: Upgrade note to include note permission Key: ZEPPELIN-4060 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4060 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-4059) Link of 0.8.1 doc is missing on apache site

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4059: Summary: Link of 0.8.1 doc is missing on apache site Key: ZEPPELIN-4059 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4059 Project: Zeppelin Issue

[GitHub] [zeppelin] zjffdu commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-12 Thread GitBox
zjffdu commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#issuecomment-471988787 @liuxunorg Regarding integration, tensorflow can be installed in travis. (See

Hadoop submarine interpreter development report

2019-03-12 Thread Xun Liu
Hello, everyone The hadoop community developed the submarine machine learning system, submarine has now become the same level of project as hadoop and hdfs in hadoop. The hadoop community hopes to provide machine learning services such as tensorflow, mxnet, pytorch, caffe, etc. through the

[GitHub] [zeppelin] liuxunorg commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-12 Thread GitBox
liuxunorg commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#issuecomment-471957740 I also thought about the way to provide integration testing. However, machine learning requires strict

[GitHub] [zeppelin] liuxunorg commented on a change in pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-12 Thread GitBox
liuxunorg commented on a change in pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#discussion_r264623929 ## File path:

[GitHub] [zeppelin] liuxunorg commented on a change in pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-12 Thread GitBox
liuxunorg commented on a change in pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#discussion_r264619167 ## File path: submarine/pom.xml ## @@ -0,0 +1,159 @@ + +

[GitHub] [zeppelin] zjffdu commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-12 Thread GitBox
zjffdu commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#issuecomment-471936228 @liuxunorg Is it possible to add integration test for this interpreter ? E.g. Run one deep learning task via

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-12 Thread GitBox
zjffdu commented on a change in pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#discussion_r264600429 ## File path:

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-12 Thread GitBox
zjffdu commented on a change in pull request #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#discussion_r264599725 ## File path: submarine/pom.xml ## @@ -0,0 +1,159 @@ + +

[GitHub] [zeppelin] zjffdu commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter

2019-03-12 Thread GitBox
zjffdu commented on issue #3331: [Zeppelin-4049] Hadoop Submarine (Machine Learning) interpreter URL: https://github.com/apache/zeppelin/pull/3331#issuecomment-471933878 Thanks @liuxunorg It is a very interested interpreter for zeppelin in deep learning area. Since it is a very PR, could

[jira] [Created] (ZEPPELIN-4058) Merge method NotebookAuthorization #hasReadAuthorization and NotebookAuthorization #isReader

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4058: Summary: Merge method NotebookAuthorization #hasReadAuthorization and NotebookAuthorization #isReader Key: ZEPPELIN-4058 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4058

[jira] [Created] (ZEPPELIN-4057) No commit when deleting note in GitNotebookRepo

2019-03-12 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-4057: Summary: No commit when deleting note in GitNotebookRepo Key: ZEPPELIN-4057 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4057 Project: Zeppelin Issue

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3320: [ZEPPELIN-3977]. Create shell script for converting old note file to new file

2019-03-12 Thread GitBox
zjffdu commented on a change in pull request #3320: [ZEPPELIN-3977]. Create shell script for converting old note file to new file URL: https://github.com/apache/zeppelin/pull/3320#discussion_r264550663 ## File path: docs/setup/operation/upgrading.md ## @@ -35,6 +35,12 @@

[GitHub] [zeppelin] asfgit closed pull request #3327: [ZEPPELIN-4048]. Rename SecurityService to AuthenticationService

2019-03-12 Thread GitBox
asfgit closed pull request #3327: [ZEPPELIN-4048]. Rename SecurityService to AuthenticationService URL: https://github.com/apache/zeppelin/pull/3327 This is an automated message from the Apache Git Service. To respond to

[GitHub] [zeppelin] asfgit closed pull request #3328: [ZEPPELIN-4051]. Commit note is broken

2019-03-12 Thread GitBox
asfgit closed pull request #3328: [ZEPPELIN-4051]. Commit note is broken URL: https://github.com/apache/zeppelin/pull/3328 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [zeppelin] zjffdu commented on issue #3255: [ZEPPELIN-3095] fix UI when paragraphs run sequential (in v0.8)

2019-03-12 Thread GitBox
zjffdu commented on issue #3255: [ZEPPELIN-3095] fix UI when paragraphs run sequential (in v0.8) URL: https://github.com/apache/zeppelin/pull/3255#issuecomment-471884700 I don't think this is critical issue for branch-0.8, and am not so familiar with frontend, so I am not so confident to

[GitHub] [zeppelin] zjffdu commented on issue #3327: [ZEPPELIN-4048]. Rename SecurityService to AuthenticationService

2019-03-12 Thread GitBox
zjffdu commented on issue #3327: [ZEPPELIN-4048]. Rename SecurityService to AuthenticationService URL: https://github.com/apache/zeppelin/pull/3327#issuecomment-471884063 Thanks for review @felixcheung Authorization will be done in #3316

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3329: [Website] fix some broken links. Update some link pointing old docs.

2019-03-12 Thread GitBox
felixcheung commented on a change in pull request #3329: [Website] fix some broken links. Update some link pointing old docs. URL: https://github.com/apache/zeppelin/pull/3329#discussion_r264540963 ## File path: technologies_deployments.md ## @@ -49,15 +49,15 @@