You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Kristam Subba Swathi (JIRA)" <ji...@apache.org> on 2012/05/17 15:57:10 UTC

[jira] [Created] (HIVE-3032) Msck query execution is failing giving NullPointer Exception

Kristam Subba Swathi created HIVE-3032:
------------------------------------------

             Summary: Msck query execution is failing giving NullPointer Exception
                 Key: HIVE-3032
                 URL: https://issues.apache.org/jira/browse/HIVE-3032
             Project: Hive
          Issue Type: Bug
          Components: Metastore
    Affects Versions: 0.8.1, 0.9.0, 0.9.1
            Reporter: Kristam Subba Swathi




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3032) Msck query execution is failing giving NullPointer Exception

Posted by "Chinna Rao Lalam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277850#comment-13277850 ] 

Chinna Rao Lalam commented on HIVE-3032:
----------------------------------------

Msck should check for all tables but here when it is trying to get the table it is throwing null pointer exception.
                
> Msck query execution is failing giving NullPointer Exception
> ------------------------------------------------------------
>
>                 Key: HIVE-3032
>                 URL: https://issues.apache.org/jira/browse/HIVE-3032
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.8.1, 0.9.0, 0.9.1
>            Reporter: Kristam Subba Swathi
>            Assignee: Chinna Rao Lalam
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3032) Msck query execution is failing giving NullPointer Exception

Posted by "Chinna Rao Lalam (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chinna Rao Lalam updated HIVE-3032:
-----------------------------------

    Attachment: HIVE-3032.patch
    
> Msck query execution is failing giving NullPointer Exception
> ------------------------------------------------------------
>
>                 Key: HIVE-3032
>                 URL: https://issues.apache.org/jira/browse/HIVE-3032
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.8.1, 0.9.0, 0.9.1
>            Reporter: Kristam Subba Swathi
>            Assignee: Chinna Rao Lalam
>         Attachments: HIVE-3032.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3032) Msck query execution is failing giving NullPointer Exception

Posted by "Kristam Subba Swathi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13277812#comment-13277812 ] 

Kristam Subba Swathi commented on HIVE-3032:
--------------------------------------------

hive> create table sam(a int);
OK
Time taken: 0.07 seconds
hive> msck;
Failed with exception null
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask

Please find the hive log 
------------------------
{noformat}
2012-05-08 09:15:04,697 INFO ql.Driver (Driver.java:execute(1055)) - Starting command: msck
2012-05-08 09:15:04,713 ERROR exec.Task (SessionState.java:printError(380)) - Failed with exception null
java.lang.NullPointerException
at org.apache.hadoop.hive.ql.metadata.Hive.getQualifiedNames(Hive.java:2183)
at org.apache.hadoop.hive.ql.metadata.Hive.newTable(Hive.java:2166)
at org.apache.hadoop.hive.ql.exec.DDLTask.msck(DDLTask.java:1677)
at org.apache.hadoop.hive.ql.exec.DDLTask.execute(DDLTask.java:286)
at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:133)
at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)
at org.apache.hadoop.hive.ql.Driver.launchTask(Dr
{noformat}


 


                
> Msck query execution is failing giving NullPointer Exception
> ------------------------------------------------------------
>
>                 Key: HIVE-3032
>                 URL: https://issues.apache.org/jira/browse/HIVE-3032
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.8.1, 0.9.0, 0.9.1
>            Reporter: Kristam Subba Swathi
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HIVE-3032) Msck query execution is failing giving NullPointer Exception

Posted by "Chinna Rao Lalam (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chinna Rao Lalam reassigned HIVE-3032:
--------------------------------------

    Assignee: Chinna Rao Lalam
    
> Msck query execution is failing giving NullPointer Exception
> ------------------------------------------------------------
>
>                 Key: HIVE-3032
>                 URL: https://issues.apache.org/jira/browse/HIVE-3032
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.8.1, 0.9.0, 0.9.1
>            Reporter: Kristam Subba Swathi
>            Assignee: Chinna Rao Lalam
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira