RSSAmplifier

carfax · Jul 7, 2014

Using the Hadoop MapReduce API

0
Sign in to vote or save

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…

Read on /docs/170/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.