Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Not A Problem
-
2.0.0-alpha
-
None
-
None
-
None
Description
Per Romain on HDFS-3491: This is still broken. Octal is correctly accepted but not applied when during a MKDIR:
romain@runreal:~/projects/hue$ curl -X PUT "http://localhost:14000/webhdfs/v1/tmp/test-perm-httpfs?permission=01777&op=MKDIRS&user.name=hue&doas=hue" {"boolean":true} romain@runreal:~/projects/hue$ curl "http://localhost:14000/webhdfs/v1/tmp/test-perm-httpfs?op=GETFILESTATUS&user.name=hue&doas=hue" {"FileStatus":{"pathSuffix":"","type":"DIRECTORY","length":0,"owner":"hue","group":"supergroup","permission":"755","accessTime":0,"modificationTime":1345658456869,"blockSize":0,"replication":0}}
Attachments
Issue Links
- is related to
-
HADOOP-1298 adding user info to file
- Closed
- relates to
-
HDFS-3491 HttpFs does not set permissions correctly
- Closed