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...


How HDFS client divide the file into the block while storing inside HDFS?



How HDFS client divide the file into the block while storing inside HDFS?..

Answer / Trapti Awasthi

When a file is written to HDFS, the client divides it into blocks based on the configured block size. The number of blocks required is calculated as the file size divided by the block size. The client then sends these blocks to DataNodes for storage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

What is the difference between Input Split and an HDFS Block?

1 Answers  


Differentiate HDFS & HBase?

1 Answers  


How data or file is written into HDFS?

1 Answers  


Can we have different replication factor of the existing files in hdfs?

1 Answers  


How one can change Replication factor when Data is already stored in HDFS

1 Answers  


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

1 Answers  


How does HDFS ensure Data Integrity of data blocks stored in HDFS?

1 Answers  


Can you change the block size of hdfs files?

1 Answers  


Explain about the indexing process in hdfs?

1 Answers  


What is Fault Tolerance in HDFS?

1 Answers  


Does HDFS allow a client to read a file which is already opened for writing in hadoop?

1 Answers  


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

1 Answers  


Categories