You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2010/04/29 23:44:57 UTC

[jira] Resolved: (HDFS-760) "fs -put" fails if dfs.umask is set to 63

     [ https://issues.apache.org/jira/browse/HDFS-760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan resolved HDFS-760.
------------------------------

    Resolution: Fixed

This was fixed by HADOOP-6521.

> "fs -put" fails if dfs.umask is set to 63
> -----------------------------------------
>
>                 Key: HDFS-760
>                 URL: https://issues.apache.org/jira/browse/HDFS-760
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 0.21.0
>            Reporter: Tsz Wo (Nicholas), SZE
>             Fix For: 0.21.0, 0.22.0
>
>
> Add the following to hdfs-site.conf
> {noformat}
>   <property>
>     <name>dfs.umask</name>
>     <value>63</value>
>   </property>
> {noformat}
> Then run "hadoop fs -put"
> {noformat}
> -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$
> {noformat}
> Observed the above behavior in 0.21.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.