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 03:47:54 UTC

[jira] Resolved: (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:all-tabpanel ]

Zheng Shao resolved HIVE-458.
-----------------------------

      Resolution: Fixed
    Release Note: HIVE-458. Better error messages for fs.default.name. (Paul Yang via zshao)
    Hadoop Flags: [Reviewed]

Committed. Thanks Paul!

> 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.