You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Othman Essabir (JIRA)" <ji...@apache.org> on 2016/04/07 15:04:25 UTC

[jira] [Created] (PIG-4865) Trying to access a package default method->illegal access exception thrown

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)