[
https://issues.apache.org/jira/browse/HIVE-18381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
youchuikai updated HIVE-18381:
------------------------------
Status: Patch Available (was: In Progress)
> Drop table operation isn't consider that hdfs acl privilege of the table
> location parent path
> -----------------------------------------------------------------------------------------------
>
> Key: HIVE-18381
> URL: https://issues.apache.org/jira/browse/HIVE-18381
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 1.1.0
> Environment: hive-1.1.0-cdh5.8.4
> Reporter: youchuikai
> Assignee: youchuikai
>
> {code:sql}
> // the push user belong to the test_rw group
> hive> dfs -getfacl /user/hive/warehouse1/test1.db;
> # file: /user/hive/warehouse1/test1.db
> # owner: root
> # group: hive
> user::rwx
> group::rwx
> group:test_r:r-x
> group:test_rw:rwx
> mask::rwx
> other::---
> default:user::rwx
> default:group::rwx
> default:group:test_r:r-x
> default:group:test_rw:rwx
> default:mask::rwx
> default:other::---
> hive> drop table test1.youck_66;
> FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Table metadata
> not deleted since hdfs://nameservice-test1/user/hive/warehouse1/test1.db is
> not writable by push)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)