Tips on Pig

Posted on Jan 09, 2014 in Computer Science • Tagged with programming, big data, Pig, Hadoop, tips

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Tips

  1. Pig uses -- (at the beginning of lines) to comment out lines. It also support C-style comment, i.e., using /* ... */

  2. Filter out records that you don't want …


Continue reading