Skip to content

Instantly share code, notes, and snippets.

@butlermh
Created June 9, 2011 10:48
Show Gist options
  • Save butlermh/1016513 to your computer and use it in GitHub Desktop.
Save butlermh/1016513 to your computer and use it in GitHub Desktop.
Changing Driver for new Hadoop API 1
JobConf job = new JobConf(getConf());
BECOMES
Job job = new Job(getConf());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment