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.