简体   繁体   中英

Hadoop DFS Error when coping file from local to hdfs

Can someone tell me what I am doing wrong?

2009/08/10 11:33:07 [INFO] - Copying local:/ X/Y/Z.txt to DFS:/X/Y/Z.txt

2009/08/10 11:33:07 [INFO] -    put:  
org.apache.hadoop.fs.permission.AccessControlException: Permission
denied: user=superman, access=WRITE, inode="":big-build:supergroup:rwxr-xr-x

2009/08/10 11:33:08 [FATAL] - DFS error:  can't copy /X/Y/Z.txt into /X/Y:

如错误消息所述,可能只是您没有目标位置的写许可?

Post your configuration files. Is this is a single node setup or multinode setup. You can see http://blog.abhinavmathur.net/2013/01/experience-with-setting-multinode.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM