Hi everyone, I am customizing Hadoop Mapreduce Client Core module (Hadoop 2.6.0) and adding some custom features in it, as part of customization i have to include some third party library in core module, problem is that when i add a third party dependency in pom.xml file, i start getting compile time errors similar to what listed below:
hadoop-branch-2.6.0/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/util/ConfigUtil.java:[133,16] error: cannot find symbol [ERROR] symbol: class DeprecationDelta [ERROR] location: class ConfigUtil There are plenty of such errors, and those errors appear in ConfigUtil.java file, i have not touched that file at all. As soon as i comment out custom dependency in pom.xml file, errors go away. Could anybody help me out, a quick response would be highly appreciated Regards
