Details
Description
A script like this should be able to read data directly from the LoadFunc and serve it without kicking off a MapReduce job:
a = LOAD 'data.txt'; b = LIMIT a 10; DUMP b;
Hive has similar functionality which is handy.
Attachments
Issue Links
- relates to
-
PIG-3642 Direct HDFS access for small jobs (fetch)
- Closed