Hi, I was trying out a simple example script uisng ORDER and it doesnt seem to work. Does any one seem to know if there is any error with ORDER?
raw = LOAD '$input' USING PigStorage() AS (a:int, b:int, c:int); ordered = ORDER raw by c DESC; dump ordered; This gives an error saying cannot open iterator for alias; Any ideas what might be wrong? Thanks, Gayatri
