You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2014/10/01 00:18:34 UTC

[jira] [Updated] (HIVE-8287) Metadata action errors don't have information about cause

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

Thejas M Nair updated HIVE-8287:
--------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Patch committed to trunk and 0.13 branch.
Thanks for the review Jason!


> Metadata action errors don't have information about cause
> ---------------------------------------------------------
>
>                 Key: HIVE-8287
>                 URL: https://issues.apache.org/jira/browse/HIVE-8287
>             Project: Hive
>          Issue Type: Bug
>          Components: Authorization, Logging
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>            Priority: Blocker
>             Fix For: 0.14.0
>
>         Attachments: HIVE-8287.1.patch, HIVE-8287.2.patch, HIVE-8287.3.patch
>
>
> Example of error message that doesn't given enough useful information -
> {noformat}
> 0: jdbc:hive2://localhost:10000> alter table parttab1 drop partition (p1='def');        
> Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Unknown error. Please check logs. (state=08S01,code=1)
> {noformat}
> Some calls to get database and get table from metastore also treat all exceptions as an 'object does not exist' exception, and end up ignoring the errors. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)