You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zheng Shao (JIRA)" <ji...@apache.org> on 2010/01/06 02:43:54 UTC

[jira] Commented: (HIVE-458) Setting fs.default.name incorrectly leads to meaningless error message

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

Zheng Shao commented on HIVE-458:
---------------------------------

Looks good. Will commit if test passes.


> Setting fs.default.name incorrectly leads to meaningless error message
> ----------------------------------------------------------------------
>
>                 Key: HIVE-458
>                 URL: https://issues.apache.org/jira/browse/HIVE-458
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 0.3.0
>            Reporter: Alan Gates
>            Assignee: Paul Yang
>            Priority: Blocker
>             Fix For: 0.5.0
>
>         Attachments: HIVE-458.1.patch, HIVE-458.2.patch
>
>
> In my hadoop-site.xml I accidentally set fs.default.name to 
> http://wilbur21.labs.corp.sp1.yahoo.com:8020 
> instead of the proper:
> hdfs://wilbur21.labs.corp.sp1.yahoo.com:8020
> The result was
> {code}
> hive> show tables;
> FAILED: Unknown exception : null
> FAILED: Unknown exception : null
> Time taken: 0.035 seconds
> hive>
> {code}
> It should give a meaningful error message.

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