How does an hadoop application look like or their basic components?



How does an hadoop application look like or their basic components?..

Answer / Umendra Singh

A typical Hadoop application consists of a JobTracker and TaskTrackers (or more specifically, MapReduce JobTracker and TaskTrackers). The JobTracker manages the job's lifecycle while distributing tasks to TaskTrackers. Each application also has InputFormat, Mapper, Reducer, OutputFormat for data processing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

What is partioner in hadoop? Where does it run,mapper or reducer?

1 Answers  


Did you ever built a production process in hadoop ? If yes then what was the process when your hadoop job fails due to any reason?

1 Answers  


What other technologies have you used in hadoop sta ck?

1 Answers  


How can we change the split size if our commodity hardware has less storage space?

1 Answers  


What is oozie in hadoop?

1 Answers  


Why password is needed in ssh localhost?

1 Answers  


What is a task instance in hadoop? Where does it run?

1 Answers  


Explain InputFormat?

1 Answers  


Virtual Box & Ubuntu Installation?

1 Answers  


Name some companies that use Hadoop?

1 Answers   Airtel,


Explain the hadoop configuration files at present?

1 Answers  


what are the nodes in the Hadoop cluster?

1 Answers  


Categories