Hi there,

I've been having a problem with a pig script, and when I googled the
error message, most of the hits I got were for messages/threads on other
hadoop components, so I've got a wee hunch that the problem is with
HDFS.

The error comes when trying to do a LOAD in pig; I get the message/stack
trace:

ERROR 2997: Unable to recreate exception from backend error:
org.apache.pig.backend.executionengine.ExecException: ERROR 2118: Unable
to create input slice for: 
hdfs://master.hadoop:9000/rawfiles/a5fd803a7a7c47078c21f4991436f4e0/1296432000/25015623/apa

org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1066: Unable to open 
iterator for alias apa
        at org.apache.pig.PigServer.openIterator(PigServer.java:482)
        at 
org.apache.pig.tools.grunt.GruntParser.processDump(GruntParser.java:539)
        at 
org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:241)
        at 
org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:168)
        at 
org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:144)
        at org.apache.pig.tools.grunt.Grunt.run(Grunt.java:75)
        at org.apache.pig.Main.main(Main.java:352)
Caused by: org.apache.pig.backend.executionengine.ExecException: ERROR 2997: 
Unable to recreate exception from backend error:
org.apache.pig.backend.executionengine.ExecException: ERROR 2118: Unable to 
create input slice for: 
hdfs://master.hadoop:9000/rawfiles/a5fd803a7a7c47078c21f4991436f4e0/1296432000/25015623/apa
        at 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.Launcher.getStats(Launcher.java:176)
        at 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher.launchPig(MapReduceLauncher.java:253)
        at 
org.apache.pig.backend.hadoop.executionengine.HExecutionEngine.execute(HExecutionEngine.java:249)
        at 
org.apache.pig.PigServer.executeCompiledLogicalPlan(PigServer.java:781)
        at org.apache.pig.PigServer.store(PigServer.java:529)
        at org.apache.pig.PigServer.openIterator(PigServer.java:465)
        ... 6 more

Pretty much the same LOAD instruction worked fine a week ago, but in the
intervening week, we grew our cluster some, (though this might not be a
good lead).

If anyone has any suggestions why I might be getting this error (or how
to fix it), that'd really help.

Thanks,
Kris

-- 
Kris Coward                                     http://unripe.melon.org/
GPG Fingerprint: 2BF3 957D 310A FEEC 4733  830E 21A4 05C7 1FEB 12B3

Reply via email to