Member since
08-01-2019
102
Posts
24
Kudos Received
5
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3539 | 09-09-2019 05:03 PM |
05-28-2020
09:07 PM
2 Kudos
Hi @Karan1211, User 'admin' does not have access to create a directory under /user. Because the /user/ directory is owned by "hdfs" with 755 permissions. As a result, only hdfs can write to that directory. So you would need to do this: If you want to create a home directory for root so you can store files in this directory, do: sudo -u hdfs hdfs dfs -mkdir /user/admin sudo -u hdfs hdfs dfs -chown admin /user/admin Then as admin you can do hdfs dfs -put file /user/admin/ NOTE: If you get below authentication error, either from your user account, you do not have enough permission to run the above command, so try with sudo or try with first sudo to hdfs user and then execute chown command as hdfs user. su: authentication failure I hope this helps.
... View more
09-11-2019
05:02 PM
I've tried to get the docker container to run under Windows 10 and Ubuntu-Server. In both cases I wasn't aber to reach the Ambari-Web-Interface. Since I couldn't resolve the issue I switched to the VirtualBox-VM which works pretty well. Thanks anyway!
... View more
04-06-2017
08:16 AM
@artem : thanks for tuto Do you know about this error with oozie : "oozie error workflow manager kerberos" ? thanks
... View more