This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Hadoop’s MapReduce subsystem runs tasks, where each task may be composed of one or more jobs. A job is a MapReduce run of a single map phase and a single reduce phase. A large amount of the complexity in Hadoop is the (very poorly documented) set up and configuration for jobs and tasks.
The ToolRunner is a helper class which contains code to parse the command line of a MapReduce job…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.