create table test1(tid int,tname string);执行后出错,控制台错误如下
hive> create table test1(tid int,tname string);
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Got exception: org.apache.hadoop.security.AccessControlException org.apache.hadoop.security.AccessControlException: Permission denied: user=leekin, access=WRITE, inode="":root:supergroup:rwxr-xr-x)