[GitHub] [zeppelin] Reamer commented on pull request #4228: [ZEPPELIN-5527] Remove the dependency of `markdown` from `zeppelin-jupyter`

2021-09-20 Thread GitBox
Reamer commented on pull request #4228: URL: https://github.com/apache/zeppelin/pull/4228#issuecomment-923649092 > @Reamer I've updated some docs about deprecation on `Pegdown`. Thanks :+1: -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [zeppelin] jongyoul commented on pull request #4228: [ZEPPELIN-5527] Remove the dependency of `markdown` from `zeppelin-jupyter`

2021-09-20 Thread GitBox
jongyoul commented on pull request #4228: URL: https://github.com/apache/zeppelin/pull/4228#issuecomment-923596339 @Reamer I've updated some docs about deprecation on `Pegdown`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (ZEPPELIN-5531) Security on ssh impersonation with pyspark

2021-09-20 Thread Noam (Jira)
Noam created ZEPPELIN-5531: -- Summary: Security on ssh impersonation with pyspark Key: ZEPPELIN-5531 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5531 Project: Zeppelin Issue Type: Bug

[jira] [Created] (ZEPPELIN-5530) Support scala 2.13 in spark interpreter

2021-09-20 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5530: Summary: Support scala 2.13 in spark interpreter Key: ZEPPELIN-5530 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5530 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] zjffdu commented on pull request #4225: [ZEPPELIN-5523] Activate interpreter tests

2021-09-20 Thread GitBox
zjffdu commented on pull request #4225: URL: https://github.com/apache/zeppelin/pull/4225#issuecomment-923009748 LGTM -- 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

[GitHub] [zeppelin] Reamer commented on pull request #4228: [ZEPPELIN-5527] Remove the dependency of `markdown` from `zeppelin-jupyter`

2021-09-20 Thread GitBox
Reamer commented on pull request #4228: URL: https://github.com/apache/zeppelin/pull/4228#issuecomment-922831703 I think we should manage the flexmark version globally in the zeppelin parent pom.xml. After that we can use the same dependency in zeppelin-markdown and zeppelin-jupyter.

[GitHub] [zeppelin] jongyoul closed pull request #4229: [ZEPPELIN-5529] Removal of the pegdown parser because it's EOL

2021-09-20 Thread GitBox
jongyoul closed pull request #4229: URL: https://github.com/apache/zeppelin/pull/4229 -- 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:

[GitHub] [zeppelin] jongyoul closed pull request #4219: [HotFix] Fix flaky test

2021-09-20 Thread GitBox
jongyoul closed pull request #4219: URL: https://github.com/apache/zeppelin/pull/4219 -- 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:

[GitHub] [zeppelin] jongyoul commented on a change in pull request #4223: [WIP] [ZEPPELIN-5518] Adopt JSR356 for Websocket

2021-09-20 Thread GitBox
jongyoul commented on a change in pull request #4223: URL: https://github.com/apache/zeppelin/pull/4223#discussion_r711986085 ## File path: zeppelin-jupyter/src/main/java/org/apache/zeppelin/jupyter/JupyterUtil.java ## @@ -78,7 +78,7 @@ public JupyterUtil() {

[GitHub] [zeppelin] jongyoul commented on pull request #4219: [HotFix] Fix flaky test

2021-09-20 Thread GitBox
jongyoul commented on pull request #4219: URL: https://github.com/apache/zeppelin/pull/4219#issuecomment-922739352 Agreed. :-) -- 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

[GitHub] [zeppelin] jongyoul commented on pull request #4228: [ZEPPELIN-5527] Remove the dependency of `markdown` from `zeppelin-jupyter`

2021-09-20 Thread GitBox
jongyoul commented on pull request #4228: URL: https://github.com/apache/zeppelin/pull/4228#issuecomment-922733365 This is just cloning markdown parser from `zeppelin-markdown`. I'll merge it if there's no critical problem. -- This is an automated message from the Apache Git Service. To

[GitHub] [zeppelin] Reamer commented on pull request #4219: [HotFix] Fix flaky test

2021-09-20 Thread GitBox
Reamer commented on pull request #4219: URL: https://github.com/apache/zeppelin/pull/4219#issuecomment-922677329 > @jongyoul @Reamer I fixed one failed tests in this PR, but have not idea why ZeppelinIT.testSparkInterpreterDependencyLoading is failed, so I just disable it for later fix.

[GitHub] [zeppelin] Reamer commented on pull request #4225: [ZEPPELIN-5523] Activate interpreter tests

2021-09-20 Thread GitBox
Reamer commented on pull request #4225: URL: https://github.com/apache/zeppelin/pull/4225#issuecomment-922675143 I will merge this on Wednesday if no further comments are received. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [zeppelin] Reamer commented on a change in pull request #4223: [WIP] [ZEPPELIN-5518] Adopt JSR356 for Websocket

2021-09-20 Thread GitBox
Reamer commented on a change in pull request #4223: URL: https://github.com/apache/zeppelin/pull/4223#discussion_r711905439 ## File path: zeppelin-jupyter/src/main/java/org/apache/zeppelin/jupyter/JupyterUtil.java ## @@ -78,7 +78,7 @@ public JupyterUtil() {

[GitHub] [zeppelin] Reamer opened a new pull request #4229: [ZEPPELIN-5529] Removal of the pegdown parser because it's EOL

2021-09-20 Thread GitBox
Reamer opened a new pull request #4229: URL: https://github.com/apache/zeppelin/pull/4229 ### What is this PR for? This PR removes pegdown, because it's EOL ### What type of PR is it? - Improvement ### What is the Jira issue? *

[jira] [Created] (ZEPPELIN-5529) Remove PegdownParser because it's EOL

2021-09-20 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-5529: Summary: Remove PegdownParser because it's EOL Key: ZEPPELIN-5529 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5529 Project: Zeppelin Issue

[GitHub] [zeppelin] Reamer commented on a change in pull request #4223: [WIP] [ZEPPELIN-5518] Adopt JSR356 for Websocket

2021-09-20 Thread GitBox
Reamer commented on a change in pull request #4223: URL: https://github.com/apache/zeppelin/pull/4223#discussion_r711899941 ## File path: zeppelin-jupyter/src/main/java/org/apache/zeppelin/jupyter/JupyterUtil.java ## @@ -78,7 +78,7 @@ public JupyterUtil() {