Othman Essabir created PIG-4865:
-----------------------------------
Summary: Trying to access a package default method->illegal access
exception thrown
Key: PIG-4865
URL: https://issues.apache.org/jira/browse/PIG-4865
Project: Pig
Issue Type: Bug
Affects Versions: 0.15.0, 0.14.0, 0.13.0
Environment: Linux operating system, hadoop 2.6.0.2.2.9.0-3393
Reporter: Othman Essabir
While trying to run lipstick on the production cluster I got this error:
ERROR 2998: Unhandled internal error. tried to access method
org.apache.hadoop.mapred.TaskReport.downgrade(Lorg/apache/hadoop/mapreduce/TaskReport;)Lorg/apache/hadoop/mapred/TaskReport;
from class org.apache.hadoop.mapred.DowngradeHelper$TaskReportIterator
I looked for the TaskReport class and the DowngradeHelper class, I found that
DowngradeHelper is accessing the method downgrade() which is a static method
and package level accessible only.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)