0 votes
in Big Data | Hadoop by (23.1k points)
What will happen when NameNode is down and a user submits a new job?

1 Answer

0 votes
by (30.8k points)

Since NameNode is the single point of failure in Hadoop, user job cannot execute. The job will fail when the NameNode is down. User will have to wait for NameNode to restart and come up, before running a job.

Related questions

...