Zeppelin 0.9.0 Tag

2021-03-26 Thread Danny Cranmer
Hello, I am trying to find the code commit that corresponds to the 0.9.0 Zeppelin release in Maven central, however I cannot see a tag. Can someone please confirm this is the correct commit: - https://github.com/apache/zeppelin/commit/9b839b5ae34ce42a350a78ec40e762ddf904a480 And also, it would be

[GitHub] [zeppelin] zjffdu opened a new pull request #4081: [ZEPPELIN-5299]. Comment at end of query causes query to be ignored

2021-03-26 Thread GitBox
zjffdu opened a new pull request #4081: URL: https://github.com/apache/zeppelin/pull/4081 ### What is this PR for? This is to fix the corner case that when the comment is at the end of query, the query will be skipped due to bug in SqlSplitter. This PR fix the bug in SqlSplitter a

[GitHub] [zeppelin] zjffdu opened a new pull request #4080: [ZEPPELIN-5300] Paragraph pending until timeout when process launcher has already fails

2021-03-26 Thread GitBox
zjffdu opened a new pull request #4080: URL: https://github.com/apache/zeppelin/pull/4080 ### What is this PR for? This PR is to exist the waitForReady method earlier when process launcher is failed. Currently it would only exit when launch timeout. ### What type of PR is

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4072: [ZEPPELIN-4983] Download local repo to interpreter nodes

2021-03-26 Thread GitBox
zjffdu commented on a change in pull request #4072: URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602144305 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java ## @@ -557,4 +563,58 @@ public void update

[GitHub] [zeppelin] Reamer commented on a change in pull request #4072: [ZEPPELIN-4983] Download local repo to interpreter nodes

2021-03-26 Thread GitBox
Reamer commented on a change in pull request #4072: URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602129604 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java ## @@ -0,0 +1,140 @@ +/* + * Lic

[GitHub] [zeppelin] Reamer commented on a change in pull request #4072: [ZEPPELIN-4983] Download local repo to interpreter nodes

2021-03-26 Thread GitBox
Reamer commented on a change in pull request #4072: URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602111388 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java ## @@ -557,4 +563,58 @@ public void update

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4072: [ZEPPELIN-4983] Download local repo to interpreter nodes

2021-03-26 Thread GitBox
zjffdu commented on a change in pull request #4072: URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602102340 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java ## @@ -557,4 +563,58 @@ public void update

[GitHub] [zeppelin] Reamer commented on a change in pull request #4072: [ZEPPELIN-4983] Download local repo to interpreter nodes

2021-03-26 Thread GitBox
Reamer commented on a change in pull request #4072: URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602096654 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java ## @@ -0,0 +1,140 @@ +/* + * Lic

[jira] [Created] (ZEPPELIN-5301) zeppelin on k8s provide configmaps to set resource request and limit

2021-03-26 Thread housezhang (Jira)
housezhang created ZEPPELIN-5301: Summary: zeppelin on k8s provide configmaps to set resource request and limit Key: ZEPPELIN-5301 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5301 Project

[GitHub] [zeppelin] cuspymd commented on a change in pull request #4072: [ZEPPELIN-4983] Download local repo to interpreter nodes

2021-03-26 Thread GitBox
cuspymd commented on a change in pull request #4072: URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602090937 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java ## @@ -0,0 +1,140 @@ +/* + * Li

[GitHub] [zeppelin] Reamer commented on a change in pull request #4072: [ZEPPELIN-4983] Download local repo to interpreter nodes

2021-03-26 Thread GitBox
Reamer commented on a change in pull request #4072: URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602089778 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java ## @@ -557,4 +563,58 @@ public void update

[jira] [Created] (ZEPPELIN-5300) Paragraph pending until timeout when process launcher has already fails

2021-03-26 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5300: Summary: Paragraph pending until timeout when process launcher has already fails Key: ZEPPELIN-5300 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5300 Project: