You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by Apache Wiki <wi...@apache.org> on 2011/07/27 14:15:46 UTC

[Pig Wiki] Update of "PigTutorial" by PavelHancar

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.

The "PigTutorial" page has been changed by PavelHancar:
http://wiki.apache.org/pig/PigTutorial?action=diff&rev1=77&rev2=78

Comment:
wrong dash

   1. Review [[#Pig_Script_1|Pig Script 1]] and [[#Pig_Script_2|Pig Script 2]].
   1. Copy the excite.log.bz2 file from the pigtmp directory to the HDFS directory.
  {{{
- $ hadoop fs –copyFromLocal excite.log.bz2 .
+ $ hadoop fs -copyFromLocal excite.log.bz2 .
  }}}
   1.#4 Set the HADOOPSITEPATH environment variable to the location of your hadoop-site.xml file.
   1. Execute the following command (using either script1-hadoop.pig or script2-hadoop.pig):