[Hadoop] DFSClient: Could not complete file .

[Hadoop] DFSClient: Could not complete file ...dir1目录下有上千个小文件,通过脚本将hdfs中目录dir1中

[Hadoop] DFSClient: Could not complete file ...


dir1目录下有上千个小文件,通过脚本将hdfs中目录dir1中的内容拷贝到dir2中时,报错:


INFO hdfs.DFSClient: Could not complete file /test/input/myuba/uba320-329/University327_12.owl.N-Triple retrying...

原因是脚本执行时,我在ecliplse的DFS插件上操作了dir2 ,导致对University327_12.owl.N-Triple的访问出现死锁。 解决办法,关闭Eclipse就好了