Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-760

"fs -put" fails if dfs.umask is set to 63

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.21.0
    • 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

          Activity

            People

              Unassigned Unassigned
              szetszwo Tsz-wo Sze
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: