danny0405 commented on PR #7955: URL: https://github.com/apache/hudi/pull/7955#issuecomment-1469448208
For example, these are the dist/lib jars for Flink: ```shell flink-cep-1.15.3.jar flink-table-api-java-uber-1.15.3.jar flink-connector-files-1.15.3.jar flink-table-planner-loader-1.15.3.jar flink-csv-1.15.3.jar flink-table-runtime-1.15.3.jar flink-dist-1.15.3.jar log4j-1.2-api-2.17.1.jar flink-json-1.15.3.jar log4j-api-2.17.1.jar flink-scala_2.12-1.15.3.jar log4j-core-2.17.1.jar flink-shaded-zookeeper-3.5.9.jar log4j-slf4j-impl-2.17.1.jar ``` All the `log4j` and `log4j-slf4j-impl` jars are separeted from the other bundle jars, there is also a global log4j conf file under dist/conf: ```shell flink-conf.yaml logback-session.xml log4j-cli.properties logback.xml log4j-console.properties masters log4j-session.properties workers log4j.properties zoo.cfg logback-console.xml ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
