You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Ankit Bhatnagar <an...@yahoo-inc.com> on 2013/05/10 00:23:37 UTC

Load multiple files

Hi folks,

I wanted to reach out to see if somebody has encountered a similar issue.

Reading multiple file fails with error- (Pig + ozzie)

 

The mapper syslog Error:

g2013-04-24 07:22:45,905 FATAL [main] org.apache.hadoop.mapred.YarnChild:
Error
running child : java.lang.OutOfMemoryError
    at sun.misc.Unsafe.allocateMemory(Native Method)
    at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:127)
    at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306)



However the same works while running independently thru command line (Pig
run)


Ankit