hadoop常见问题wikiFAQ

本文介绍了HDFS如何处理两个客户端尝试同时写入同一文件的情况。HDFS仅支持独占写入,当第一个客户端请求写入文件时,名称节点会授予该客户端文件租约。如果第二个客户端尝试写入同一个文件,名称节点将拒绝其请求。

http://wiki.apache.org/hadoop/FAQ

3.10. What happens when two clients try to write into the same HDFS file?

HDFS supports exclusive writes only. 
When the first client contacts the name-node to open the file for writing, the name-node grants a lease to the client to create this file. When the second client tries to open the same file for writing, the name-node will see that the lease for the file is already granted to another client, and will reject the open request for the second client.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值