[GitHub] [zeppelin] SIOUkoeran commented on pull request #4405: [ZEPPELIN-5764] Remove scalding

2022-07-11 Thread GitBox
SIOUkoeran commented on PR #4405: URL: https://github.com/apache/zeppelin/pull/4405#issuecomment-1181276498 > Thank you for doing it. Could you please two more parts which are mentioned below? > > https://github.com/apache/zeppelin/blob/master/docs/setup/basics/how_to_build.md?plain=

[GitHub] [zeppelin] SIOUkoeran opened a new pull request, #4405: [ZEPPELIN-5764] Remove scalding

2022-07-11 Thread GitBox
SIOUkoeran opened a new pull request, #4405: URL: https://github.com/apache/zeppelin/pull/4405 ### What is this PR for? Removing Scalding interpreter unused by retirement ### What type of PR is it? [Refactoring] ### Todos * [x] - Remove Scalding interpreter and related

[jira] [Created] (ZEPPELIN-5766) Window Build Error

2022-07-11 Thread Henry Joo (Jira)
Henry Joo created ZEPPELIN-5766: --- Summary: Window Build Error Key: ZEPPELIN-5766 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5766 Project: Zeppelin Issue Type: Bug Components:

[GitHub] [zeppelin] zjffdu opened a new pull request, #4404: [ZEPPELIN-5761] Support flink 1.15.1

2022-07-11 Thread GitBox
zjffdu opened a new pull request, #4404: URL: https://github.com/apache/zeppelin/pull/4404 ### What is this PR for? Trivial PR to support Flink 1.15.1 ### What type of PR is it? Improvement ### Todos * [ ] - Task ### What is the Jira issue? * https://i

[GitHub] [zeppelin] zjffdu merged pull request #4388: [ZEPPELIN-5755] Support Spark 3.3

2022-07-11 Thread GitBox
zjffdu merged PR #4388: URL: https://github.com/apache/zeppelin/pull/4388 -- 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...@zeppelin.apach

[jira] [Created] (ZEPPELIN-5765) Add local property for exposing R shiny server

2022-07-11 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5765: Summary: Add local property for exposing R shiny server Key: ZEPPELIN-5765 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5765 Project: Zeppelin Issue T

[GitHub] [zeppelin] zlosim commented on pull request #4398: [ZEPPELIN-5760] fix passing configs to spark in k8s

2022-07-11 Thread GitBox
zlosim commented on PR #4398: URL: https://github.com/apache/zeppelin/pull/4398#issuecomment-1180703056 Hi @Reamer , thanks for the clarification. Yes, one can set env vars and create custom interpreter-spec but this is not the same as this fix is trying to do and is not on feature parity

[jira] [Created] (ZEPPELIN-5764) Remove scalding interpreter

2022-07-11 Thread Minsu Kim (Jira)
Minsu Kim created ZEPPELIN-5764: --- Summary: Remove scalding interpreter Key: ZEPPELIN-5764 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5764 Project: Zeppelin Issue Type: Task

[GitHub] [zeppelin] Reamer commented on pull request #4400: ZEPPELIN-3527. replace log4j with reload4j

2022-07-11 Thread GitBox
Reamer commented on PR #4400: URL: https://github.com/apache/zeppelin/pull/4400#issuecomment-1180424204 > @Reamer , greetings ! i am working on it to completely replace log4j with log4j2 and remove the usage of `slf4j-log4j12` please allow me sometime to fix the error out and raise a pr for

[GitHub] [zeppelin] Reamer commented on pull request #4398: [ZEPPELIN-5760] fix passing configs to spark in k8s

2022-07-11 Thread GitBox
Reamer commented on PR #4398: URL: https://github.com/apache/zeppelin/pull/4398#issuecomment-1180412197 HI @zlosim As you can see in the following lines, SPARK_SUBMIT_OPTIONS is concatenated with the spark configurations specifically for Kubernetes. https://github.com/apache/zeppeli

[GitHub] [zeppelin] Samrat002 commented on pull request #4400: ZEPPELIN-3527. replace log4j with reload4j

2022-07-11 Thread GitBox
Samrat002 commented on PR #4400: URL: https://github.com/apache/zeppelin/pull/4400#issuecomment-1180371673 @Reamer , greetings ! i am working on it to completely replace log4j with log4j2 and remove the usage of `slf4j-log4j12` please allow me sometime to fix the error out and raise a

[GitHub] [zeppelin] Samrat002 commented on pull request #4400: ZEPPELIN-3527. replace log4j with reload4j

2022-07-11 Thread GitBox
Samrat002 commented on PR #4400: URL: https://github.com/apache/zeppelin/pull/4400#issuecomment-1180369633 @jongyoul , greetings!!! I tried changing to log4j2 , and faced some of the issues which need many changes on entire logging As you must be aware that log4j2 has many srtruct

[GitHub] [zeppelin] jongyoul merged pull request #4401: Bump moment from 2.29.2 to 2.29.4 in /zeppelin-web

2022-07-11 Thread GitBox
jongyoul merged PR #4401: URL: https://github.com/apache/zeppelin/pull/4401 -- 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...@zeppelin.apa

[GitHub] [zeppelin] zlosim commented on pull request #4398: [ZEPPELIN-5760] fix passing configs to spark in k8s

2022-07-11 Thread GitBox
zlosim commented on PR #4398: URL: https://github.com/apache/zeppelin/pull/4398#issuecomment-1180340269 Hi @Reamer I'm sorry but I am not sure if I understand you correctly. As you stated, spark configs can be included in the `SPARK_SUBMIT_OPTIONS ` but they were NOT. This fix specifica