How does hadoop achieve fault tolerance?



How does hadoop achieve fault tolerance?..

Answer / Shishir Mishra

Hadoop achieves fault tolerance through data replication and task redundancy. Data is distributed across multiple nodes, and each block of data is replicated across multiple nodes. If a node fails, another node with the same data can take over.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hadoop General Interview Questions

Why is Data Block size set to 128 MB in Hadoop?

1 Answers  


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

1 Answers  


Clarify what a task tracker is in hadoop?

1 Answers  


What are some typical functions of Job Tracker?

1 Answers  


What is the purpose of context object?

1 Answers  


How can one write custom record reader?

1 Answers  


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

1 Answers  


What does rack awareness mean?

1 Answers  


Web-ui shows that half of the datanodes are in decommissioning mode. What does that mean? Is it safe to remove those nodes from the network?

1 Answers  


List of some best tools that can be useful for data-analysis?

1 Answers  


What is Chain Mapper?

1 Answers  


What is Balancer in Hadoop?

1 Answers  


Categories