[ 
https://issues.apache.org/jira/browse/HIVE-4863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13709444#comment-13709444
 ] 

Brock Noland commented on HIVE-4863:
------------------------------------

The API is the same between branches:

* [hadoop 
1|https://github.com/apache/hadoop-common/blob/branch-1.1/src/mapred/org/apache/hadoop/mapred/lib/TotalOrderPartitioner.java#L106]
* [hadoop 
2|https://github.com/apache/hadoop-common/blob/branch-2.0.5-alpha/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/partition/TotalOrderPartitioner.java#L135]

but in hadoop 1 mapred.lib.TotalOrderPartitioner contains the method whereas in 
hadoop 2 it delegates to mapreduce.lib.partition.TotalOrderPartitioner.  
Therefore it makes me wonder if our classpath is wrong when compiling or 
perhaps if a clean is not being invoked?
                
> Fix parallel order by on hadoop2
> --------------------------------
>
>                 Key: HIVE-4863
>                 URL: https://issues.apache.org/jira/browse/HIVE-4863
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Edward Capriolo
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to