[GitHub] [zeppelin] zjffdu commented on a change in pull request #3821: [ZEPPELIN-4890]. Support to run note in isolated mode in rest api

2020-07-02 Thread GitBox
zjffdu commented on a change in pull request #3821: URL: https://github.com/apache/zeppelin/pull/3821#discussion_r448972919 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/ExecutionContextBuilder.java ## @@ -0,0 +1,58 @@ +/* + * Licensed to

[GitHub] [zeppelin] Reamer commented on a change in pull request #3821: [ZEPPELIN-4890]. Support to run note in isolated mode in rest api

2020-07-02 Thread GitBox
Reamer commented on a change in pull request #3821: URL: https://github.com/apache/zeppelin/pull/3821#discussion_r446019753 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/ExecutionContextBuilder.java ## @@ -0,0 +1,58 @@ +/* + * Licensed to

[GitHub] [zeppelin] Reamer commented on a change in pull request #3821: [ZEPPELIN-4890]. Support to run note in isolated mode in rest api

2020-07-02 Thread GitBox
Reamer commented on a change in pull request #3821: URL: https://github.com/apache/zeppelin/pull/3821#discussion_r448936358 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/ExecutionContextBuilder.java ## @@ -0,0 +1,58 @@ +/* + * Licensed to

[GitHub] [zeppelin] Reamer commented on a change in pull request #3821: [ZEPPELIN-4890]. Support to run note in isolated mode in rest api

2020-07-02 Thread GitBox
Reamer commented on a change in pull request #3821: URL: https://github.com/apache/zeppelin/pull/3821#discussion_r449120432 ## File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/ExecutionContextBuilder.java ## @@ -0,0 +1,58 @@ +/* + * Licensed to

[GitHub] [zeppelin] dbanda closed pull request #3315: Update twittr maven to HTTPS [ZEPPELIN-4156]

2020-07-02 Thread GitBox
dbanda closed pull request #3315: URL: https://github.com/apache/zeppelin/pull/3315 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [zeppelin] asfgit closed pull request #3834: [ZEPPELIN-4918] Add Table of Contents to Sidebar

2020-07-02 Thread GitBox
asfgit closed pull request #3834: URL: https://github.com/apache/zeppelin/pull/3834 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Created] (ZEPPELIN-4934) Add jars to sys.path

2020-07-02 Thread Dalitso Banda (Jira)
Dalitso Banda created ZEPPELIN-4934: --- Summary: Add jars to sys.path Key: ZEPPELIN-4934 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4934 Project: Zeppelin Issue Type: Bug

[GitHub] [zeppelin] dbanda opened a new pull request #3838: add jars to sys.path as done in pyspark shell

2020-07-02 Thread GitBox
dbanda opened a new pull request #3838: URL: https://github.com/apache/zeppelin/pull/3838 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -

[GitHub] [zeppelin] zjffdu commented on pull request #3838: [ZEPPELIN-4934] add jars to sys.path as done in pyspark shell

2020-07-02 Thread GitBox
zjffdu commented on pull request #3838: URL: https://github.com/apache/zeppelin/pull/3838#issuecomment-653324203 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [zeppelin] zjffdu opened a new pull request #3839: [ZEPPELIN-4928] Refactoring of NotebookRestApi

2020-07-02 Thread GitBox
zjffdu opened a new pull request #3839: URL: https://github.com/apache/zeppelin/pull/3839 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -

[jira] [Created] (ZEPPELIN-4935) IRInterpreter is broken due to missing of hadoop jars

2020-07-02 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4935: Summary: IRInterpreter is broken due to missing of hadoop jars Key: ZEPPELIN-4935 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4935 Project: Zeppelin

[jira] [Created] (ZEPPELIN-4936) Umbrella for release 0.9.0 preview2

2020-07-02 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4936: Summary: Umbrella for release 0.9.0 preview2 Key: ZEPPELIN-4936 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4936 Project: Zeppelin Issue Type: Bug

Re: [DISCUSS] Release 0.9.0 preview2

2020-07-02 Thread Jeff Zhang
I created https://issues.apache.org/jira/browse/ZEPPELIN-4936 feel free to move any blocker issues under this umbrella ticket. moon soo Lee 于2020年7月2日周四 上午1:21写道: > I don't see a particular blocker and looks like it's time to have preview2! > Shell we create an umbrella issue in Jira for 0.9.0

[jira] [Created] (ZEPPELIN-4932) Close binded interpreter when note is removed

2020-07-02 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4932: Summary: Close binded interpreter when note is removed Key: ZEPPELIN-4932 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4932 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-4933) When the Note is running, delete the Note problem

2020-07-02 Thread jinpeng.chen (Jira)
jinpeng.chen created ZEPPELIN-4933: -- Summary: When the Note is running, delete the Note problem Key: ZEPPELIN-4933 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4933 Project: Zeppelin

[GitHub] [zeppelin] zjffdu opened a new pull request #3837: [ZEPPELIN-4932]. Close binded interpreter when note is removed

2020-07-02 Thread GitBox
zjffdu opened a new pull request #3837: URL: https://github.com/apache/zeppelin/pull/3837 ### What is this PR for? This PR would try to close binded interpreter when note is removed. So that we won't have interpreter process leakage. ### What type of PR is it? [Bug Fix ]