Please use org.apache.flink.hadoopcompatibility.HadoopInputs#createHadoopInput(org.apache.hadoop.mapreduce.InputFormat, Class, Class, Job)
from the flink-hadoop-compatibility module.
Please use org.apache.flink.hadoopcompatibility.HadoopInputs#createHadoopInput(org.apache.hadoop.mapred.InputFormat, Class, Class, JobConf)
from the flink-hadoop-compatibility module.
This method will be replaced by ExecutionEnvironment.getRestartStrategy(). The
RestartStrategies.FixedDelayRestartStrategyConfiguration contains the number of
execution retries.
Please use org.apache.flink.hadoopcompatibility.HadoopInputs#readHadoopFile(org.apache.hadoop.mapred.FileInputFormat, Class, Class, String)
from the flink-hadoop-compatibility module.
Please use org.apache.flink.hadoopcompatibility.HadoopInputs#readHadoopFile(org.apache.hadoop.mapreduce.lib.input.FileInputFormat, Class, Class, String)
from the flink-hadoop-compatibility module.
Please use org.apache.flink.hadoopcompatibility.HadoopInputs#readHadoopFile(org.apache.hadoop.mapreduce.lib.input.FileInputFormat, Class, Class, String, Job)
from the flink-hadoop-compatibility module.
Please use org.apache.flink.hadoopcompatibility.HadoopInputs#readHadoopFile(org.apache.hadoop.mapred.FileInputFormat, Class, Class, String, JobConf)
from the flink-hadoop-compatibility module.