You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Sudheesh Katkam (JIRA)" <ji...@apache.org> on 2015/03/26 22:16:53 UTC

[jira] [Commented] (DRILL-2583) Querying a non-existent table from hbase should throw a proper error message

    [ https://issues.apache.org/jira/browse/DRILL-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14382688#comment-14382688 ] 

Sudheesh Katkam commented on DRILL-2583:
----------------------------------------

Can you enable verbose errors and post the error messages from each of the wrapped exceptions?
{code}
alter session set `exec.errors.verbose` = true;
{code}

> Querying a non-existent table from hbase should throw a proper error message
> ----------------------------------------------------------------------------
>
>                 Key: DRILL-2583
>                 URL: https://issues.apache.org/jira/browse/DRILL-2583
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HBase
>            Reporter: Rahul Challapalli
>            Assignee: Aditya Kishore
>              Labels: error_message_must_fix
>
> git.commit.id.abbrev=4d398ed
> In the below case we should throw a proper error message
> {code}
> select count(*) from hbase.`non_existent_table`;
> Query failed: NullPointerException: 
> Error: exception while executing query: Failure while executing query. (state=,code=0)
> {code}
> We get the below error from DFS
> {code}
> Query failed: SqlValidatorException: Table 'dfs.fewtypes_null' not found
> {code}



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