[ 
https://issues.apache.org/jira/browse/HIVE-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ning Zhang resolved HIVE-1377.
------------------------------

    Fix Version/s: 0.6.0
       Resolution: Fixed

Committed. Thanks Paul!

> getPartitionDescFromPath() in CombineHiveInputFormat should handle matching 
> by path
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-1377
>                 URL: https://issues.apache.org/jira/browse/HIVE-1377
>             Project: Hadoop Hive
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Paul Yang
>            Assignee: Paul Yang
>             Fix For: 0.6.0
>
>         Attachments: HIVE-1377.1.patch
>
>
> The use case is:
> {code}
> dir = hdfs://host:9000/user/warehouse/tableName/abc
> pathToPartitionInfo = {/user/warehouse/tableName : myPart}
> {code}
> Then calling 
> {code} 
> getPartitionDescFromPath(dir, pathToPartitionInfo)
> {code}
> will throw an IOException because /user/warehouse/tableName is not a prefix 
> of hdfs://host:9000/user/warehouse/tableName/abc. Currently, this is not an 
> issue but will come up if CombineFileInputFormat is modified so what the 
> scheme and authority are not stripped out  when generating splits (see 
> MAPREDUCE-1806).
> The proposed solution is add a case where matching is done by just the path 
> component of the URI's.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to