[
https://issues.apache.org/jira/browse/HIVE-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696203#action_12696203
]
Prasad Chakka commented on HIVE-387:
------------------------------------
can you add a testcase?
> 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.