Created on 01-14-2019 02:28 PM - edited 08-17-2019 03:28 PM
Created 01-14-2019 02:48 PM
As the root user switch to hdfs
su - hdfs hdfs dfs -chown -R maria_dev:maria_dev /test
Then retry it should work out
Created 01-14-2019 03:01 PM
Thanks.. It works from SSH.. But I want to do it from ambari UI.
Created 01-14-2019 02:55 PM
Do the following always as the hdfs user
$ hdfs dfs -mkdir /test
Then rerun the earlier commands