mingleizhang created FLINK-7119: ----------------------------------- Summary: Remove the hardcoded way in HadoopUtils Key: FLINK-7119 URL: https://issues.apache.org/jira/browse/FLINK-7119 Project: Flink Issue Type: Bug Components: Java API Reporter: mingleizhang Assignee: mingleizhang
I can see this kind of hardcoded way in {{HadoopUtils}}. {code:java} clazz = Class.forName("org.apache.hadoop.mapred.JobContextImpl", true, Thread.currentThread().getContextClassLoader()); {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)