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 "Guoen Yong (JIRA)" <ji...@apache.org> on 2013/08/06 11:24:47 UTC

[jira] [Created] (HDFS-5072) fuse_dfs: ERROR: could not connect open file fuse_impls_open.c:54

Guoen Yong created HDFS-5072:
--------------------------------

             Summary: fuse_dfs: ERROR: could not connect open file fuse_impls_open.c:54
                 Key: HDFS-5072
                 URL: https://issues.apache.org/jira/browse/HDFS-5072
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: fuse-dfs
    Affects Versions: 1.1.2
         Environment: CentOS 6.4 amd64
            Reporter: Guoen Yong


Here are some command on CentOS 6.4
sudo ./fuse_dfs_wrapper.sh dfs://172.16.0.80:9000 /mnt/hdfs
sudo -u hadoop bin/hadoop dfs -mkdir /test
sudo -u hadoop bin/hadoop dfs -chown -R root:root /test

I can create file and directories from the command line
sudo bin/hadoop dfs -copyFromLocal /tmp/vod/* /test
sudo touch /mnt/hdfs/test/test.txt

Then I create samba share named hdfs for /mnt/hdfs,
On window system, log the share \\172.16.0.80\hdfs\test via root user,
I can create directory, copy files from samba, also can rename file on the samba,
but when I copy file to samba, popup on window and report I/O error,
I check the /var/log/messages, find

fuse_dfs: ERROR: could not connect open file fuse_impls_open.c:54

I'm guess it's a bad build, but wondering if there might be another cause.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira