Skip to content

Instantly share code, notes, and snippets.

@butlermh
Created June 9, 2011 10:37
Show Gist options
  • Save butlermh/1016503 to your computer and use it in GitHub Desktop.
Save butlermh/1016503 to your computer and use it in GitHub Desktop.
Changing mapper to new Hadoop API 4
@Override
public void close() throws IOException {
BECOMES
@Override
public void cleanup(Context context) throws IOException, InterruptedException {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment