You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Daniel Dai (Created) (JIRA)" <ji...@apache.org> on 2011/10/24 23:00:32 UTC

[jira] [Created] (MAPREDUCE-3253) ContextFactory throw NoSuchFieldException

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