Member since
02-17-2019
3
Posts
0
Kudos Received
0
Solutions
02-18-2019
01:24 AM
ERROR : Failed with exception Access denied: Unable to move source hdfs://nameservice1/user/kkr/test_hello.txt to destination hdfs://nameservice1/user/hive/warehouse/ml.db/testk/test_hello.txt: Permission denied: user=hive, access=WRITE, inode="/user/kkr":kkr:kkr:drwxr-xr-x
Remote Exception: Permission denied: user=hive, access=WRITE, inode="/user/kkr":kkr:kkr:drwxr-xr-x Use the following code to check the permissions. Maybe you should add more to user kkr hadoop fs -ls /user/kkr/
... View more