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 2008/05/22 01:32:38 UTC

[Pig Wiki] Update of "GettingStarted" by PiSong

Dear Wiki user,

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

The following page has been changed by PiSong:
http://wiki.apache.org/pig/GettingStarted

------------------------------------------------------------------------------
  
  
  == Running Pig Programs ==
+ 
+ [Pi] This needs to be changed. Now users can start Pig by simplying running ./bin/pig and all the configuration things can be set at ./conf/pig.properties.
  
  There are two ways to run pig. The first way is by using `pig.pl` that can be found in the scripts directory of your source tree. Using the script would require having Perl installed on your machine. You can use it by issuing the following command: `pig.pl -cp pig.jar:HADOOPSITEPATH` where HADOOPSITEPATH is the directory in which `hadoop-site.xml` file for your Hadoop cluster is located. Example: