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


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?



Suppose there is file of size 514 mb stored in hdfs (hadoop 2.x) using default block size configurat..

Answer / Vicky Sharma

The number of blocks created depends on the block size configuration, which is by default 128 MB for Hadoop 2.x. Since the file size is 514 MB, there will be approximately 4 blocks created (rounded down due to the default block size). The size of each block will be 128 MB.

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 an input split and hdfs block?

1 Answers  


What do you mean by metadata in Hadoop?

1 Answers  


What is Fault Tolerance in HDFS?

1 Answers  


How much Metadata will be created on NameNode in Hadoop?

1 Answers  


Describe HDFS Federation?

1 Answers  


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

1 Answers  


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

1 Answers  


What is active and passive NameNode in HDFS?

1 Answers  


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

1 Answers  


Can multiple clients write into a Hadoop HDFS file concurrently?

1 Answers  


How to copy file from HDFS to local?

1 Answers  


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

1 Answers  


Categories