Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.21.0
-
None
-
None
Description
Add the following to hdfs-site.conf
<property> <name>dfs.umask</name> <value>63</value> </property>
Then run "hadoop fs -put"
-bash-3.1$ ./bin/hadoop fs -put README.txt r.txt 09/11/09 23:09:07 WARN conf.Configuration: mapred.task.id is deprecated. Instead, use mapreduce.task.attempt.id put: 63 Usage: java FsShell [-put <localsrc> ... <dst>] -bash-3.1$
Observed the above behavior in 0.21.
Attachments
Issue Links
- incorporates
-
HADOOP-6396 Provide a description in the exception when an error is encountered parsing umask
- Closed
- is related to
-
HADOOP-6234 Permission configuration files should use octal and symbolic
- Closed