Open sunriseLe opened 1 year ago
Use A create table by using following sql:
create table db.tmp_tbl
as
select * from db.orders
limit 10000;
@electrum @dain Can you help me? Thanks !
你好,我是李晓芳,我已收到你的邮件,我会定时查看的。欢迎经常联系
Use A create table by using following sql:
create table db.tmp_tbl as select * from db.orders limit 10000;
@electrum @dain Can you help me? Thanks !
The ACLs of the path is 'A:supergroup:-rw-rw----', which means user 'A' and group 'supergroup' can read and write, otherwise can do nothing. Maybe you should check if user B is one of group 'supergroup' in hdfs ACLs.
We use Presto 0.24 and find that ACL for hdfs directory is not correct. For example, Hive database is called db, and user A and B are both administrators for this database. Use A create template table called db.tmp_tbl. When B want to query the table db.tmp_tbl, it will failed. Error massage like that:
Has this problem been fixed? If it has been repaired, please tell me the commit id. Thanks!