[
https://issues.apache.org/jira/browse/HIVE-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696361#action_12696361
]
Joydeep Sen Sarma commented on HIVE-387:
----------------------------------------
not sure how to add test case without minimr setup (need a real dfs instance -
i think right now we are using file:// for fs)
> metastore should not use HADOOPFS variable value directly
> ---------------------------------------------------------
>
> Key: HIVE-387
> URL: https://issues.apache.org/jira/browse/HIVE-387
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Metastore
> Reporter: Joydeep Sen Sarma
> Assignee: Joydeep Sen Sarma
> Attachments: 387.patch
>
>
> hadoop uses a uri for the file system that first does a reverse resolution of
> the fs.default.name ip address section (in case ip address is used). hive
> uses the un-resolved one. this causes url mismatch exceptions in load command
> (for example - localhost.localdomain does not match 127.0.0.1).
> fix is to use the uri given back by the filesystem object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.