0 votes
in Hadoop by
What do you think will happen when a data node fails?

1 Answer

0 votes
by
When a data node fails, below are the possibilities that might take place.

All the tasks might get re-scheduled on the failed node.

jobtracker and namenode will detect the failure.

Namenode will be replicating the user's data to another node.
...