[
https://issues.apache.org/jira/browse/HIVE-6238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13877022#comment-13877022
]
Navis commented on HIVE-6238:
-----------------------------
I think it's not the reason of the problem. HadoopShims is public interface and
all methods in it are all public (isn't it?) what ever it is defined.
> HadoopShims.getLongComparator needs to be public
> ------------------------------------------------
>
> Key: HIVE-6238
> URL: https://issues.apache.org/jira/browse/HIVE-6238
> Project: Hive
> Issue Type: Bug
> Components: Shims
> Reporter: Thejas M Nair
> Assignee: Thejas M Nair
> Attachments: HIVE-6238.1.patch
>
>
> HadoopShims.getLongComparator is package private, it should be public as it
> is used from other classes.
> {code}
> Caused by: java.lang.Error: Unresolved compilation problem:
> The method getLongComparator() is undefined for the type HadoopShims
> at
> org.apache.hadoop.hive.ql.udf.UDAFPercentile.<init>(UDAFPercentile.java:51)
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)