Created 08-09-2016 03:39 PM
From Ambari Files view permission change is failing. Attaching screenshot.
Please help.
Created 08-09-2016 04:38 PM
Looks like the user who logged in to the "File View" is "admin" and that user is not having can not edit / write / change permission which is having "hdfs:hdfs:drwxr-xr-x" permission directories/files. Try creating a directory for that partiaular user like "/user/admin" in the HDFS and then give read write access to the user in that directory and then try changing the permissions.
You should be able to change the permission only for the directory where you have the proper permission.
For example create the following directory
su - hdfs hdfs dfs -mkdir /user/admin hdfs dfs -chown admin:hadoop /user/admin
Try then above then login to the "File View" with "admin" user and then try changing the permission of "/user/admin" directory.
Created 08-09-2016 04:38 PM
Looks like the user who logged in to the "File View" is "admin" and that user is not having can not edit / write / change permission which is having "hdfs:hdfs:drwxr-xr-x" permission directories/files. Try creating a directory for that partiaular user like "/user/admin" in the HDFS and then give read write access to the user in that directory and then try changing the permissions.
You should be able to change the permission only for the directory where you have the proper permission.
For example create the following directory
su - hdfs hdfs dfs -mkdir /user/admin hdfs dfs -chown admin:hadoop /user/admin
Try then above then login to the "File View" with "admin" user and then try changing the permission of "/user/admin" directory.
Created 08-17-2016 02:58 PM
@Joy thanks for the information. It worked.