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:20:29 UTC

[jira] Created: (HDFS-860) fuse-dfs truncate behavior causes issues with scp

fuse-dfs truncate behavior causes issues with scp
-------------------------------------------------

                 Key: HDFS-860
                 URL: https://issues.apache.org/jira/browse/HDFS-860
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Brian Bockelman
            Priority: Minor


For whatever reason, scp issues a "truncate" once it's written a file to truncate the file to the # of bytes it has written (i.e., if a file is X bytes, it calls truncate(X)).

This fails on the current fuse-dfs.

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