Description
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)