Created 07-12-2016 09:32 PM
I created a folder in Ambari with owner "admin", but it should be "falcon". Is there a way to change it?
Created 07-12-2016 09:40 PM
@Beverley Andalora
Not possible from Ambari File View, but you can use linux command to change it
hdfs dfs -chown [-R] [OWNER][:[GROUP]] PATH...
Example:
hdfs dfs -chown falcon /path/filename
View solution in original post