Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Having trouble with AvroStorage

$
0
0
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?

Viewing all articles
Browse latest Browse all 5648

Trending Articles