Skip to content

Instantly share code, notes, and snippets.

@wyukawa
Created November 15, 2013 05:03
Show Gist options
  • Select an option

  • Save wyukawa/7479373 to your computer and use it in GitHub Desktop.

Select an option

Save wyukawa/7479373 to your computer and use it in GitHub Desktop.
hiveのjoinでOutOfMemoryError
Error: java.lang.OutOfMemoryError: Java heap space
at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$MapOutputCopier.shuffleInMemory(ReduceTask.java:1703)
at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$MapOutputCopier.getMapOutput(ReduceTask.java:1563)
at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$MapOutputCopier.copyOutput(ReduceTask.java:1401)
at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$MapOutputCopier.run(ReduceTask.java:1333)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment