liufangqi commented on pull request #17958: URL: https://github.com/apache/flink/pull/17958#issuecomment-989471157
@dmvk Hi, sorry to bother, I think it's not useful to move the <hadoop classpath check> to flink-hadoop-fs from runtime. Cause when we load the HadoopUtils, we will load the Hadoop class, then throw the ClassNotFoundException if the hadoop classpath is miss. Additionally, I see many same case in the runtime moudle, like org.apache.flink.runtime.security.modules.HadoopModuleFactory#createModule(). So I think we should keep this code, what is your opinion? -- 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]
