ContextFactory throw NoSuchFieldException -----------------------------------------
Key: MAPREDUCE-3253 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3253 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0 Reporter: Daniel Dai Priority: Blocker I see exceptions from ContextFactory when I am running Pig unit test: Caused by: java.lang.IllegalArgumentException: Can't find field at org.apache.hadoop.mapreduce.ContextFactory.<clinit>(ContextFactory.java:139) Caused by: java.lang.NoSuchFieldException: reporter at java.lang.Class.getDeclaredField(Class.java:1882) at org.apache.hadoop.mapreduce.ContextFactory.<clinit>(ContextFactory.java:126) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira