About
Applications:
- specify the input/output locations
These, and other job parameters, comprise the job configuration.
Applications typically implement:
to provide:
The Hadoop job client then submits the job (jar/executable etc.) and configuration to the ResourceManager 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.
The MapReduce framework operates exclusively on
pairs]] conceivably of different types.Articles Related
Management