How is HDFS fault tolerant?



How is HDFS fault tolerant?..

Answer / Subodh Anand

HDFS achieves fault tolerance through replication. Each block of data is copied multiple times across different DataNodes to ensure availability even if some nodes fail.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

Can Apache Kafka be used without Zookeeper?

1 Answers  


Define a combiner?

1 Answers  


Define a commodity hardware? Does commodity hardware include ram?

1 Answers  


Why are the number of splits equal to the number of maps?

1 Answers  


What is a block and block scanner in HDFS?

1 Answers  


What are the two main parts of the hadoop framework?

1 Answers  


Suppose Hadoop spawned 100 tasks for a job and one of the task failed. What will Hadoop do?

1 Answers  


Why do we use HDFS for applications having large data sets and not when there are lot of small files?

1 Answers  


What are different types of filesystem?

1 Answers  


What is the Use of SSH in Hadoop ?

1 Answers  


Is it possible to provide multiple inputs to hadoop? If yes, explain.

1 Answers  


Explain how do ‘map’ and ‘reduce’ works?

1 Answers  


Categories