[HUDI-3336][HUDI-FLINK]Support custom hadoop config for flink (#5574)
* [HUDI-3336][HUDI-FLINK]Support custom hadoop config for flink
This commit is contained in:
@@ -158,7 +158,7 @@ public class StreamReadMonitoringFunction
|
||||
@Override
|
||||
public void open(Configuration parameters) throws Exception {
|
||||
super.open(parameters);
|
||||
this.hadoopConf = HadoopConfigurations.getHadoopConf(parameters);
|
||||
this.hadoopConf = HadoopConfigurations.getHadoopConf(conf);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user