Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.16.0, 1.17.0, 1.15.2
Description
HadoopModuleFactory tries to load the HadoopModule. If it fails to load the module, it will log an error an return null which is going to be handled properly. The resulting error log is, therefore, confusing. We might want to lower the log level to warning since the error doesn't affect the Flink cluster in a fatal way.
We might want to make the cluster fail fatally if we consider this a sever usability problem.