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

Alan Gates commented on HCATALOG-261:
-------------------------------------

After applying the patch for HCATALOG-279 on top of this one, the 
Hadoop_Checkin 5,6 and Pig_Checkin_6 tests pass.  But I still see some failures.

Hive_Checkin_4 aborts with:

{code}
FAILED: Error in metadata: MetaException(message:Got exception: 
org.apache.hadoop.security.AccessControlException 
org.apache.hadoop.security.AccessControlException: Permission denied: 
user=hcat, access=WRITE, inode="hdp1warehouse":hortonal:supergroup:rwxr-xr-x)
{code}

This looks like a security error issue, as this operation should be being done 
by the user running the job (in this case hortonal) rather than as hcat.

Hive_Write_1, which passes without this patch, also fails.

The new tests Pig_HCAT_COOP_2, HCat_View_1, HCat_Authorize_3 fail.
                
> Enable more DDL statements for HCat
> -----------------------------------
>
>                 Key: HCATALOG-261
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-261
>             Project: HCatalog
>          Issue Type: New Feature
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.4
>
>         Attachments: HCATALOG-261-1.patch, HCATALOG-261-2.patch
>
>
> Currently HCat allow a selected set of DDL statements and delegate them to 
> Hive. We shall allow more DDL statements. The criteria is the DDL statement 
> is nonblocking. Locking is not considered since otherwise most DDL operation 
> will be blocking. Allowed DDL includes:
> * database DDL
> * view DDL
> * index DDL (no actual index building, eg, alter index rebuild is excluded)
> * authorization DDL
> * lock management DDL
> * table management DDL (no create as select)
> * table partition management DDL (no CONCATENATE, archive/unarchive)
> * table schema management DDL
> * Misc: show function, explain, dfs, set
> import/export which are supported before is dropped since they are blocking.

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

        

Reply via email to