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 a file is written into hdfs?



How data or a file is written into hdfs?..

Answer / Dharmendra Kumar Kannaujiya

Data or a file is written into HDFS (Hadoop Distributed File System) in the following steps: 1. The client application creates a stream of data to be written. 2. The client divides this stream into blocks, typically 128MB in size. 3. Each block is then sent to DataNodes for storage. 4. The NameNode keeps track of which blocks belong to which files and their locations on DataNodes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

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  


Does the HDFS go wrong? If so, how?

1 Answers  


Is namenode also a commodity?

1 Answers  


What is HDFS?

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  


What are the difference between of the “HDFS Block” and “Input Split”?

1 Answers  


What are the main hdfs-site.xml properties?

1 Answers  


How to remove safemode of namenode forcefully in HDFS?

1 Answers  


What is throughput? How does HDFS get a good throughput?

1 Answers  


Compare hbase vs hdfs?

1 Answers  


What do you mean by meta information in hdfs? List the documents related to metadata.

1 Answers  


What are file permissions in HDFS? how does HDFS check permissions for files/directory?

1 Answers  


Categories