You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2012/12/29 01:38:12 UTC

[jira] [Commented] (HIVE-3846) alter view rename NPEs with authorization on.

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

Ashutosh Chauhan commented on HIVE-3846:
----------------------------------------

{code}
hive> set hive.security.authorization.enabled=true;
hive> CREATE TABLE tbl_j5jbymsx8e (key INT, value STRING) PARTITIONED BY (ds STRING);
hive> CREATE VIEW view_j5jbymsx8e_1 as SELECT * FROM tbl_j5jbymsx8e;
hive> DESCRIBE view_j5jbymsx8e_1;
hive> ALTER VIEW view_j5jbymsx8e_1 RENAME TO view_j5jbymsx8e_2;
FAILED: NullPointerException null
{code}
                
> alter view rename NPEs with authorization on.
> ---------------------------------------------
>
>                 Key: HIVE-3846
>                 URL: https://issues.apache.org/jira/browse/HIVE-3846
>             Project: Hive
>          Issue Type: Bug
>          Components: Authorization
>    Affects Versions: 0.10.0, 0.11.0
>            Reporter: Ashutosh Chauhan
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira