Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a tab delimited file using a text editor and import it into HDFS. Start the pig shell and verify a load and dump work. Make sure you have a space on both sides of the = sign. The statement ' using PigStorage('\t') ' tells Pig the columns in the text file are delimited using tabs.

...