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

Edward Capriolo commented on HIVE-4863:
---------------------------------------

I have attached a patch. I think the issue is the method:

{code}
 TotalOrderPartitioner.setPartitionFile(jobConf, partitionFile);
{code}

The signature changes from JobConf to Conf. Even though JobConf is a child of 
Conf, the method found at compile time is different then that of the method at 
runtime. 
                
> 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
>            Assignee: Edward Capriolo
>         Attachments: HIVE-4863.1.patch.txt
>
>


--
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