dump.pig 46 B

123
  1. a = LOAD '$input';
  2. b = LIMIT a $limit;
  3. DUMP b;