PIG - LOAD command question


1 Answer(s)


Hi Prasanna,
Assuming you have input file at /Data/Small/war_and_peace.txt
Please correct the command - book=LOAD '/Data/Small/war_and_peace.txt' USING PigStorage() AS (lines:chararray);
Hope this helps.
Thanks