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

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

So the case is this in 0.20

 TotalOrderPartitioner.setPartitionFile(JobConf, partitionFile);

in 0.23
  TotalOrderPartitioner.setPartitionFile(Configuration, partitionFile);

JobConf is a child of Configuration

{quote}
 Also, in the 23 version you're setting the file on HiveConf not JobConf which 
I don't think will work, will it?
{quote}
^ I think this will not matter since as long as the conf can find hdfs we 
should be ready do add the file.


{quote}
The shim should do be able to do the exact same call in both cases - the 
important thing is that we compile it separately against 20S and hadoop 23
{quote}
Good point. This shim stuff hurts my head :) I will rebase as you have 
suggested.



                
> 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