We have the following simple pig script:

rows    = LOAD '/user/logs/test' USING AvroStorage();
limited = LIMIT rows 5;
dump rows;

However it always fails with the following error:

ERROR 1066: Unable to open iterator for alias rows. Backend error :
org.apache.avro.mapred.FsInput

Any ideas on what may be wrong?

Reply via email to