I get a permission error in the hive.
I use the IBM cloud - my.imdemocloud.com
hive> create table a(key INT); FAILED: Error in metadata: MetaException(message:Got exception: org.apache.hadoop.security.AccessControlException org.apache.hadoop.security.AccessControlException: Permission denied: user=nehpraka, access=WRITE, inode="warehouse":biadmin:biadmin:rwxrwxr-x) FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
Where I set all the roles for the user.
hive> SHOW GRANT USER nehpraka on DATABASE default; OK
database default principalName nehpraka principalType USER privilege Create grantTime Wed Apr 16 14:17:51 EDT 2014 grantor nehpraka Time taken: 0.051 seconds
Please help me with this.
Thanks and Ragards
hadoop hive permission-denied
orNehPraka
source share