Skip to content

Instantly share code, notes, and snippets.

@larsyencken
Created September 17, 2012 04:57
Show Gist options
  • Save larsyencken/3735627 to your computer and use it in GitHub Desktop.
Save larsyencken/3735627 to your computer and use it in GitHub Desktop.
Resilient Hive queries
SET mapred.skip.mode.enabled = true;
SET mapred.map.max.attempts = 100;
SET mapred.reduce.max.attempts = 100;
SET mapred.skip.map.max.skip.records = 30000;
SET mapred.skip.attempts.to.start.skipping = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment