| 1. |
How Does An Hadoop Application Look Like Or Their Basic Components? |
|
Answer» Minimally an Hadoop application would have following components.
The Hadoop job client then SUBMITS the job (jar/executable etc.) and configuration to the JobTracker which then assumes the responsibility of distributing the software / configuration to the slaves, scheduling tasks and MONITORING them, providing status and DIAGNOSTIC information to the job-client. Minimally an Hadoop application would have following components. The Hadoop job client then submits the job (jar/executable etc.) and configuration to the JobTracker which then assumes the responsibility of distributing the software / configuration to the slaves, scheduling tasks and monitoring them, providing status and diagnostic information to the job-client. |
|