zenozeng commented on PR #4506: URL: https://github.com/apache/zeppelin/pull/4506#issuecomment-1344397391
@vineethNaroju As the Flink documentation says, you can move `flink-sql-client*.jar` to the /lib folder. > The /lib directory of the Flink distribution additionally contains various JARs including commonly used modules, such as all the required [modules to execute Table jobs](https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/dev/configuration/advanced/#anatomy-of-table-dependencies) and a set of connector and formats. These are loaded by default and can be removed from the classpath just by removing them from the /lib folder. > Flink also ships additional optional dependencies under the /opt folder, which can be enabled by moving the JARs in the /lib folder. https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/dev/configuration/advanced/ -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org