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 CorinneC:
http://wiki.apache.org/pig/RunPig

------------------------------------------------------------------------------
    * setenv PIGDIR /pig  (tcsh, csh) 
    * export PIGDIR=/pig (bash, sh, ksh)
  
- To make things simple, copy all files to your current working directory (you 
may want to create a temp directory and move to it):
+ To make things simple, copy these files to your current working directory 
(you may want to create a temp directory and move to it):
  
-   * Copy the /etc/passwd file to your current working directory ('''.'''):
+   * The /etc/passwd file:
  {{{
  $ cp /etc/passwd .
  }}}
  
-   * Copy the pig.jar file from your SVN tree (see BuildPig) to your current 
working directory.
+   * Copy the pig.jar file from your SVN tree (see BuildPig):
  {{{ 
  $ cp /yourSVNtree/pig.jar .
  }}}
  
-   * Copy the sample code files (XXX.pig and XXX.java) to your current working 
directory.
+   * The sample code files (XXX.pig and XXX.java) on this page.
  
  == Local Mode ==
  This section shows you how to run Pig in local mode, using the Grunt shell, a 
Pig script, and an embedded program.

Reply via email to