What happens when two clients try to access the same file on HDFS?
Answer Posted / Udayraj Singh
When two clients try to access the same file on HDFS, the client that makes the request first will gain read/write access. If the second client tries to write, it will be denied until the first client closes its write operation or the file is closed. For read operations, both clients can access the file simultaneously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category