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 00:58:29 UTC

[jira] Created: (HDFS-859) fuse-dfs utime behavior causes issues with tar

fuse-dfs utime behavior causes issues with tar
----------------------------------------------

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


When trying to untar files onto fuse-dfs, tar will try to set the utime on all the files and directories.  However, setting the utime on a directory in libhdfs causes an error.

We should silently ignore the failure of setting a utime on a directory; this will allow tar to complete successfully.

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