Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
HadoopShims.getLongComparator is package private, it should be public as it is used from other classes.
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)
Attachments
Attachments
Issue Links
- is broken by
-
HIVE-6105 LongWritable.compareTo needs shimming
- Resolved