[GitHub] [zeppelin] zjffdu commented on pull request #4127: ZEPPELIN-5397 : Modified the interpreter.sh script to be able to parse SPARK_SUBMIT_OPTIONS

2021-07-26 Thread GitBox
zjffdu commented on pull request #4127: URL: https://github.com/apache/zeppelin/pull/4127#issuecomment-887221869 @nilroy @Reamer The major problem of this PR is that `readarray` is not supported in mac, this would cause user unable to use zeppelin directly on mac. IIUC, this PR just use `|

Re: [ZEPPELIN-5434] Upgrade jetty to 9.4.42.v20210604

2021-07-26 Thread denny wong
We are not familiar with the embedded jetty.  Last time we upgraded to the 9.4.42 version and the product just didn't start.  We have no clue what was going on. I was hoping someone from the Zeppelin community can fix it soon. Thanks On Monday, July 26, 2021, 10:04:38 AM EDT, Jeff Zhang w

Re: [ZEPPELIN-5434] Upgrade jetty to 9.4.42.v20210604

2021-07-26 Thread Jeff Zhang
Do you want to help with this ticket ? denny wong 于2021年7月26日周一 下午10:00写道: > Hi > Any progress on this JIRA? Is this being actively worked on? > https://github.com/apache/zeppelin/pull/4160 > > Thanks > Denny -- Best Regards Jeff Zhang

[ZEPPELIN-5434] Upgrade jetty to 9.4.42.v20210604

2021-07-26 Thread denny wong
Hi Any progress on this JIRA?  Is this being actively worked on? https://github.com/apache/zeppelin/pull/4160 Thanks Denny

[GitHub] [zeppelin] zjffdu edited a comment on pull request #4187: [ZEPPELIN-5397] Modified the interpreter.sh script to be able to parse SPARK_SUBMIT_OPTIONS

2021-07-26 Thread GitBox
zjffdu edited a comment on pull request #4187: URL: https://github.com/apache/zeppelin/pull/4187#issuecomment-886655295 @Reamer Looks like `readarray` is not available on mac. ``` /Users/jzhang/github/zeppelin/bin/interpreter.sh: line 303: readarray: command not found ``` --

[GitHub] [zeppelin] zjffdu commented on pull request #4187: [ZEPPELIN-5397] Modified the interpreter.sh script to be able to parse SPARK_SUBMIT_OPTIONS

2021-07-26 Thread GitBox
zjffdu commented on pull request #4187: URL: https://github.com/apache/zeppelin/pull/4187#issuecomment-886655295 @Reamer Looks like `readarray` and `declare` are not available on mac. ``` /Users/jzhang/github/zeppelin/bin/interpreter.sh: line 303: readarray: command not found /

[jira] [Created] (ZEPPELIN-5469) Support Flink 1.14

2021-07-26 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5469: Summary: Support Flink 1.14 Key: ZEPPELIN-5469 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5469 Project: Zeppelin Issue Type: New Feature C