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 data or file is read in HDFS?



How data or file is read in HDFS?..

Answer / Saurabh Saran Diwakar

When a client reads a file from HDFS, it contacts the NameNode to retrieve the file's metadata (such as block location and replication factor). The client then contacts the appropriate DataNodes to download the blocks and reconstruct the file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

What are tools available to send the streaming data to hdfs?

1 Answers  


Define HDFS and talk about their respective components?

1 Answers  


How data or file is read in HDFS?

1 Answers  


HDFS is used for applications with large data sets, not why Many small files?

1 Answers  


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

1 Answers  


When NameNode enter in Safe Mode?

1 Answers  


What do you mean by metadata in Hadoop?

1 Answers  


What is a block in HDFS? what is the default size in Hadoop 1 and Hadoop 2? Can we change the block size?

1 Answers  


How data or a file is written into hdfs?

1 Answers  


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

1 Answers  


Tell me two most commonly used commands in HDFS?

1 Answers  


What is the benifit of Distributed cache, why can we just have the file in HDFS and have the application read it?

1 Answers  


Categories