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 "Brian Bockelman (JIRA)" <ji...@apache.org> on 2009/12/29 01:36:29 UTC

[jira] Created: (HDFS-861) fuse-dfs does not support O_RDWR

fuse-dfs does not support O_RDWR
--------------------------------

                 Key: HDFS-861
                 URL: https://issues.apache.org/jira/browse/HDFS-861
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: contrib/fuse-dfs
            Reporter: Brian Bockelman
            Priority: Minor


Some applications (for us, the big one is rsync) will open a file in read-write mode when it really only intends to read xor write (not both).  fuse-dfs should try to not fail until the application actually tries to write to a pre-existing file or read from a newly created file.

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