Hello, I have installed virtual box along with the latest version of Horton Work Sandbox.
After logging in using ssh root@127.0.0.1 -p 2222, I cannot access hive when entering [root@sandbox ~]# hive.
It will run the script and than return back to [root@sandbox ~]# .
In the script I see lines that include permission denied. for example.
Caused by: org.apache.hadoop.security.AccessControlException: Permission denied: user=root, access=WRITE, inode=”/user/root”:hdfs:hdfs:drwxr-xr-x
Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): Permission denied: user=root, access=WRITE, inode=”/user/root”:hdfs:hdfs:drwxr-xr-x
Therefore it seems to be a superuser issue, can anyone help me out so I can get this thing running?
Mike