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 users try to access to the same file in HDFS?



What happens when two users try to access to the same file in HDFS?..

Answer / Navneet Kumar Verma

In HDFS, only one user can write to a file at any given time. If two users attempt to write to the same file simultaneously, the second user will receive an error. However, multiple users can read from the same file concurrently without any issues.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

Explain how indexing is done in hdfs?

1 Answers  


What do you mean by the High Availability of a NameNode in Hadoop HDFS?

1 Answers  


Can you change the block size of hdfs files?

1 Answers  


What is the optimal block size in HDFS?

1 Answers  


How does hdfs get a good throughput?

1 Answers  


Explain how indexing in hdfs is done?

1 Answers  


Describe HDFS Federation?

1 Answers  


What are the main hdfs-site.xml properties?

1 Answers  


Suppose there is file of size 514 mb stored in hdfs (hadoop 2.x) using default block size configuration and default replication factor. Then, how many blocks will be created in total and what will be the size of each block?

1 Answers  


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

1 Answers  


What is a difference between an input split and hdfs block?

1 Answers  


Since the data is replicated thrice in hdfs, does it mean that any calculation done on one node will also be replicated on the other two?

1 Answers  


Categories