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

Gunther Hagleitner commented on HIVE-7119:
------------------------------------------

After this patch "itests" cannot be compiled against hadoop-1 profile anymore. 
Could you take a look?

$cd itests
$mvn install -DskipTests -Phadoop-1
...
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile 
(default-testCompile) on project hive-it-unit: Compilation failure: Compilation 
failure:
[ERROR] 
/Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/FolderPermissionBase.java:[31,39]
 cannot find symbol
[ERROR] symbol  : class AclStatus
[ERROR] location: package org.apache.hadoop.fs.permission
[ERROR] 
/Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[20,46]
 cannot find symbol
[ERROR] symbol  : class AclEntryScope
[ERROR] location: package org.apache.hadoop.fs.permission
[ERROR] 
/Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[20,1]
 static import only from classes and interfaces
[ERROR] 
/Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[21,46]
 cannot find symbol
[ERROR] symbol  : class AclEntryType
[ERROR] location: package org.apache.hadoop.fs.permission
[ERROR] 
/Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[21,1]
 static import only from classes and interfaces
[ERROR] 
/Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[22,46]
 cannot find symbol
[ERROR] symbol  : class AclEntryType
...

> Extended ACL's should be inherited if warehouse perm inheritance enabled
> ------------------------------------------------------------------------
>
>                 Key: HIVE-7119
>                 URL: https://issues.apache.org/jira/browse/HIVE-7119
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Szehon Ho
>            Assignee: Szehon Ho
>              Labels: TODOC14
>             Fix For: 0.14.0
>
>         Attachments: HIVE-7119.2.patch, HIVE-7119.3.patch, HIVE-7119.4.patch, 
> HIVE-7119.patch
>
>
> HDFS recently came out with support for extended ACL's, ie permission for 
> specific group/user in addition to the general owner/group/other permission.
> Hive permission inheritance should also inherit those as well, if user has 
> set them at any point in the warehouse directory.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to