[GitHub] [zeppelin] jasmine-song edited a comment on pull request #4273: [ZEPPELIN-5601]Make the page update after excuse the clear output paragraph action

2021-12-15 Thread GitBox
jasmine-song edited a comment on pull request #4273: URL: https://github.com/apache/zeppelin/pull/4273#issuecomment-995479403 Hi @Reamer you are right, i ignore the comment of function `isEmpty`, `newPara.results.msg = []` make it is an object with own enumerable properties ![image]

[GitHub] [zeppelin] jasmine-song commented on pull request #4273: [ZEPPELIN-5601]Make the page update after excuse the clear output paragraph action

2021-12-15 Thread GitBox
jasmine-song commented on pull request #4273: URL: https://github.com/apache/zeppelin/pull/4273#issuecomment-995479403 Hi @Reamer you are right, i ignore the comment of function `isEmpty`, `newPara.results.msg = []` make it is an object with own enumerable properties ![image](https:

[jira] [Created] (ZEPPELIN-5612) Upgrade junit to 5

2021-12-15 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5612: Summary: Upgrade junit to 5 Key: ZEPPELIN-5612 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5612 Project: Zeppelin Issue Type: Improvement Affects

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4266: [ZEPPELIN-5576] Improve Zeppelin CI

2021-12-15 Thread GitBox
zjffdu commented on a change in pull request #4266: URL: https://github.com/apache/zeppelin/pull/4266#discussion_r770195032 ## File path: zeppelin-server/pom.xml ## @@ -498,17 +477,95 @@ + + + hadoop2 + + +${hadoop2.7.version} +

[GitHub] [zeppelin] jongyoul commented on pull request #4269: [ZEPPELIN-5594] HDFS fileId, blockSize should be read as "long", not "int".

2021-12-15 Thread GitBox
jongyoul commented on pull request #4269: URL: https://github.com/apache/zeppelin/pull/4269#issuecomment-995374623 Merged. Thank you for your contribution. -- 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

[GitHub] [zeppelin] jongyoul closed pull request #4269: [ZEPPELIN-5594] HDFS fileId, blockSize should be read as "long", not "int".

2021-12-15 Thread GitBox
jongyoul closed pull request #4269: URL: https://github.com/apache/zeppelin/pull/4269 -- 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 the specific comment. To unsubscribe, e-mail: dev-unsubscr

[GitHub] [zeppelin] Reamer commented on pull request #4273: [ZEPPELIN-5601]Make the page update after excuse the clear output paragraph action

2021-12-15 Thread GitBox
Reamer commented on pull request #4273: URL: https://github.com/apache/zeppelin/pull/4273#issuecomment-994877951 Hi @jasmine-song, I tried to verify your PR. If I remove ``` if (!newPara.results.msg) { newPara.results.msg = []; } ``` from the codebase, i

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4266: [ZEPPELIN-5576] Improve Zeppelin CI

2021-12-15 Thread GitBox
zjffdu commented on a change in pull request #4266: URL: https://github.com/apache/zeppelin/pull/4266#discussion_r769667126 ## File path: zeppelin-interpreter/pom.xml ## @@ -233,4 +226,86 @@ + + + hadoop2 + + +true + + +$

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4266: [ZEPPELIN-5576] Improve Zeppelin CI

2021-12-15 Thread GitBox
zjffdu commented on a change in pull request #4266: URL: https://github.com/apache/zeppelin/pull/4266#discussion_r769666474 ## File path: zeppelin-interpreter-integration/pom.xml ## @@ -203,4 +172,105 @@ + + + hadoop2 + + +true + + +

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4266: [ZEPPELIN-5576] Improve Zeppelin CI

2021-12-15 Thread GitBox
zjffdu commented on a change in pull request #4266: URL: https://github.com/apache/zeppelin/pull/4266#discussion_r769564405 ## File path: zeppelin-server/pom.xml ## @@ -498,17 +477,95 @@ + + + hadoop2 + + +${hadoop2.7.version} +

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4266: [ZEPPELIN-5576] Improve Zeppelin CI

2021-12-15 Thread GitBox
zjffdu commented on a change in pull request #4266: URL: https://github.com/apache/zeppelin/pull/4266#discussion_r769560889 ## File path: pom.xml ## @@ -997,6 +1215,195 @@ ${testcontainers.version} test + + +org.apache.hadoop +had

[GitHub] [zeppelin] jasmine-song opened a new pull request #4273: [ZEPPELIN-5601]Make the page update after excuse the clear output paragraph action

2021-12-15 Thread GitBox
jasmine-song opened a new pull request #4273: URL: https://github.com/apache/zeppelin/pull/4273 ### What is this PR for? The page is not updated after excuse action of clear output paragraph, because the backend don't responese the column of results when frented send the websocket comm

[GitHub] [zeppelin] jasmine-song closed pull request #4270: [ZEPPELIN-5601]Make the page update after excuse the clear output paragraph action

2021-12-15 Thread GitBox
jasmine-song closed pull request #4270: URL: https://github.com/apache/zeppelin/pull/4270 -- 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 the specific comment. To unsubscribe, e-mail: dev-unsu

[GitHub] [zeppelin] jasmine-song closed pull request #4270: [ZEPPELIN-5601]Make the page update after excuse the clear output paragraph action

2021-12-15 Thread GitBox
jasmine-song closed pull request #4270: URL: https://github.com/apache/zeppelin/pull/4270 -- 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 the specific comment. To unsubscribe, e-mail: dev-unsu

[jira] [Created] (ZEPPELIN-5610) Paragraph's output color unexpectedly changes to green or white in certain situations

2021-12-15 Thread Danylo Liakhovetskyi (Jira)
Danylo Liakhovetskyi created ZEPPELIN-5610: -- Summary: Paragraph's output color unexpectedly changes to green or white in certain situations Key: ZEPPELIN-5610 URL: https://issues.apache.org/jira/browse/ZE

[GitHub] [zeppelin] Reamer commented on pull request #4270: [ZEPPELIN-5601]Make the page update after excuse the clear output paragraph action

2021-12-15 Thread GitBox
Reamer commented on pull request #4270: URL: https://github.com/apache/zeppelin/pull/4270#issuecomment-994534578 Please change the target branch back to `master`. This PR will be backported to branch-0.10 during the merge. -- This is an automated message from the Apache Git Service. To r

[GitHub] [zeppelin] zjffdu opened a new pull request #4272: [ZEPPELIN-5597] Refresh notebook list may cause running paragraph abort

2021-12-15 Thread GitBox
zjffdu opened a new pull request #4272: URL: https://github.com/apache/zeppelin/pull/4272 ### 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 - https://zeppelin.apache.org/contribution/contri

[GitHub] [zeppelin] Reamer commented on pull request #4270: [ZEPPELIN-5601]Make the page update after excuse the clear output paragraph action

2021-12-15 Thread GitBox
Reamer commented on pull request #4270: URL: https://github.com/apache/zeppelin/pull/4270#issuecomment-994469186 Hi @jasmine-song Your PR deletes the file zeppelin-web-angular/src/app/pages/workspace/notebook/action-bar/action-bar.component.html -- This is an automated message from t