Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
Incompatible change, Reviewed
Description
By default regular files are created with mode "rw-r-r-", which is similar as that on many UNIX platforms. However, setting execution bit for regular files are not supported by HDFS.
It's the client's choice to set file access mode. HDFS would be easier to use if it can support it, especially when HDFS is accessed by network file system protocols. This JIRA is to track the change to support execution bit.
Attachments
Attachments
Issue Links
- breaks
-
BIGTOP-1236 TestCLI expecting permissions incorrectly
- Resolved
-
OOZIE-1557 TestFsActionExecutor.testChmodWithGlob fails against Hadoop 2.1.x-beta
- Closed
- is related to
-
HADOOP-9501 Change ls command to display and execute and sticky bit permission.
- Open