Re: Interpreter maintenance

2022-03-23 Thread Philipp Dallig
+1 for removing The last release is from 2017, but the repository seems active. https://github.com/twitter/scalding/commits/develop Perhaps an update to a newer Scalding version that supports Scala 2.12 or 2.11 will fit our needs. I would like it if we don't need the Twitter repository

[GitHub] [zeppelin] pjfanning commented on pull request #4329: ZEPPELIN-5690: use jinjava 2.5.4 due to cves

2022-03-23 Thread GitBox
pjfanning commented on pull request #4329: URL: https://github.com/apache/zeppelin/pull/4329#issuecomment-1076402109 Build affected by https://github.com/twitter/hadoop-lzo/issues/148 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: Interpreter maintenance

2022-03-23 Thread Peter Lee
Hi Jeff, I'm new to Zeppelin recently. I was trying to build Zeppelin from source, but unfortunately I met this problem you mentioned about the missing of maven dependencies from scalding. Do you have any work around about this? Or I should wait until you remove scalding interpreter? cheers,

[GitHub] [zeppelin] pjfanning opened a new pull request #4329: ZEPPELIN-5690: use jinjava 2.5.4 due to cves

2022-03-23 Thread GitBox
pjfanning opened a new pull request #4329: URL: https://github.com/apache/zeppelin/pull/4329 ### 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-5690) upgrade jinjava due to cves

2022-03-23 Thread PJ Fanning (Jira)
PJ Fanning created ZEPPELIN-5690: Summary: upgrade jinjava due to cves Key: ZEPPELIN-5690 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5690 Project: Zeppelin Issue Type: Sub-task

Re: Interpreter maintenance

2022-03-23 Thread Jeff Zhang
I plan to remove scalding interpreter. Recently it causes CI fail because the dependency can not be downloaded (dependency is in twitter repository) And scalding interpreter is still based on scala 2.10, while the latest scalding is in 2.12 and 2.11 (not 2.10 supported)

[GitHub] [zeppelin] zjffdu opened a new pull request #4328: [ZEPPELIN-5621] add configuration of tmp_path to store compiled files like scala_shell_tmp-xxx.jar

2022-03-23 Thread GitBox
zjffdu opened a new pull request #4328: URL: https://github.com/apache/zeppelin/pull/4328 ### What is this PR for? Add one configuration `flink.scala_shell.tmp_dir` for configuring the tmp folder for flink scala shell compiled jars. ### What type of PR is it? [Feature]

[GitHub] [zeppelin] zjffdu commented on pull request #4282: [ZEPPELIN-5624] Check if the path directory is compliant.

2022-03-23 Thread GitBox
zjffdu commented on pull request #4282: URL: https://github.com/apache/zeppelin/pull/4282#issuecomment-1076230408 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] zjffdu merged pull request #4319: [ZEPPELIN-5683] further update commons-compress dependency

2022-03-23 Thread GitBox
zjffdu merged pull request #4319: URL: https://github.com/apache/zeppelin/pull/4319 -- 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] zjffdu commented on pull request #4325: [ZEPPELIN-5027] upgrade jackson due to CVEs

2022-03-23 Thread GitBox
zjffdu commented on pull request #4325: URL: https://github.com/apache/zeppelin/pull/4325#issuecomment-1076214762 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] saLeox commented on pull request #3925: [ZEPPELIN-5070] Improve start/shutdown and signal handling

2022-03-23 Thread GitBox
saLeox commented on pull request #3925: URL: https://github.com/apache/zeppelin/pull/3925#issuecomment-1075995398 @Reamer Thanks for the sharing and let me know the current situation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [zeppelin] Reamer commented on pull request #3925: [ZEPPELIN-5070] Improve start/shutdown and signal handling

2022-03-23 Thread GitBox
Reamer commented on pull request #3925: URL: https://github.com/apache/zeppelin/pull/3925#issuecomment-1075978893 The user impersonifiction via sudo is very messy. I recommend you not to use this. If you can't do without it, you might find an answer in the branch of @vprus. Take a look