Skip to content

Instantly share code, notes, and snippets.

@butlermh
Created June 8, 2011 23:29
Show Gist options
  • Save butlermh/1015717 to your computer and use it in GitHub Desktop.
Save butlermh/1015717 to your computer and use it in GitHub Desktop.
Changing Mapper for new Hadoop API 1
public class MyMapper extends MapReduceBase implements
Mapper<InputKey, InputValue, OutputKey, OutputValue> {
BECOMES
public class MyMapper extends
Mapper<InputKey, InputValue, OutputKey, OutputValue> {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment