[GitHub] [zeppelin] canhtran commented on pull request #4506: [ZEPPELIN-5844] Support flink 1.16

2023-03-01 Thread via GitHub
canhtran commented on PR #4506: URL: https://github.com/apache/zeppelin/pull/4506#issuecomment-1451342014 Thanks @PrabhuJoseph. It works by copying the `flink-sql-client-1.16.jar` to `lib` folder. The documentation missed this step, I will raise a PR for it. Thanks again -- This is an

[GitHub] [zeppelin] canhtran commented on pull request #4506: [ZEPPELIN-5844] Support flink 1.16

2023-03-01 Thread via GitHub
canhtran commented on PR #4506: URL: https://github.com/apache/zeppelin/pull/4506#issuecomment-1451248958 I'm also facing the below issue while testing the zeppelin with flink 1.16. I guess we need to modify/copy the libraries in flink to resolve it but haven't figured it out. ```

[GitHub] [zeppelin] canhtran commented on pull request #4506: [ZEPPELIN-5844] Support flink 1.16

2023-02-16 Thread via GitHub
canhtran commented on PR #4506: URL: https://github.com/apache/zeppelin/pull/4506#issuecomment-1432832112 It seems like the issue starting from #4558 I built the zeppelin at commit `f30ea77accc921db3f06aadd5675f71140bc6da2` and it's fine

[GitHub] [zeppelin] canhtran commented on pull request #4506: [ZEPPELIN-5844] Support flink 1.16

2023-02-13 Thread via GitHub
canhtran commented on PR #4506: URL: https://github.com/apache/zeppelin/pull/4506#issuecomment-1428335587 @zjffdu Hi Zeff, thanks for the reply I followed the link here https://zeppelin.apache.org/docs/latest/setup/basics/how_to_build.html. 1. Clone the latest source of zeppelin 2.

[GitHub] [zeppelin] canhtran commented on pull request #4506: [ZEPPELIN-5844] Support flink 1.16

2023-02-12 Thread via GitHub
canhtran commented on PR #4506: URL: https://github.com/apache/zeppelin/pull/4506#issuecomment-1427370649 I'm rebuilding from source for flink 1.16.0 but there aren't any `Flink interpreter` after the build. There is only `flink-cmd interpreter`. Please let me know if there is anything