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

Explain what is a difference between an input split and hdfs block?

Answer Posted / Kedar Singh

In Apache HDFS (Hadoop Distributed File System), both Input Splits and HDFS Blocks are crucial components. However, they serve different purposes.nnAn HDFS Block is the fundamental unit of data storage in HDFS, with a default size of 128MB per block. Each file in HDFS is divided into one or more blocks that are stored across multiple DataNodes (servers) in the cluster to ensure fault tolerance and high availability.nnOn the other hand, an Input Split represents a portion of data read by MapReduce jobs from an input source like HDFS. It is responsible for dividing the input data into manageable chunks, which are then processed by the mapper tasks. The number of Input Splits depends on factors such as the size of the file and the configuration settings. The main difference between an Input Split and an HDFS Block is that while an HDFS Block is a storage unit, an Input Split is a processing unit for MapReduce jobs.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category