Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What happens when two clients try to access the same file on HDFS?



What happens when two clients try to access the same file on HDFS?..

Answer / 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

More Apache HDFS Hadoop Distributed File System Interview Questions

Why is block size set to 128 MB in HDFS?

1 Answers  


Why HDFS performs replication, although it results in data redundancy in Hadoop?

1 Answers  


What are the main features of hdfssite.xml?

1 Answers  


Define HDFS and talk about their respective components?

1 Answers  


How data or a file is written into hdfs?

1 Answers  


Clarify the difference between nas and hdfs.

1 Answers  


How can one copy a file into HDFS with a different block size to that of existing block size configuration?

1 Answers  


How does hdfs ensure information integrity of data blocks squares kept in hdfs?

1 Answers  


Data node block size in HDFS, why 64MB?

1 Answers  


Can multiple clients write into a Hadoop HDFS file concurrently?

1 Answers  


How does a client read/write data in HDFS?

1 Answers  


Mention what is the best way to copy files between hdfs clusters?

1 Answers  


Categories