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/PigTutorial

------------------------------------------------------------------------------
  
  == Pig Scripts: Local Mode ==
  
- ---- /!\ '''Edit conflict - other version:''' ----
  To run the Pig scripts in local mode, do the following:
  
   1. Move to the pigtmp directory.
- 
- ---- /!\ '''Edit conflict - your version:''' ----
- To run the Pig scripts in local mode, do the following:
- 
-  1. Move to the pigtmp directory.
- 
- ---- /!\ '''End of edit conflict''' ----
   1. Review [#Pig_Script_1 Pig Script 1] and [#Pig_Script_2 Pig Script 2].
   1. Execute the following command (using either script1-local.pig or 
script2-local.pig).
  {{{
  $ java -cp $PIGDIR/pig.jar org.apache.pig.Main -x local script1-local.pig
  }}}
  
- 
- ---- /!\ '''Edit conflict - other version:''' ----
   1.#4 Review the result file (either script1-local-results.txt or 
script2-local-results.txt):
  
- ---- /!\ '''Edit conflict - your version:''' ----
-  1.#4 Review the result file (either script1-local-results.txt or 
script2-local-results.txt):
- 
- ---- /!\ '''End of edit conflict''' ----
  {{{
  $ ls -l script1-local-results.txt
  $ cat script1-local-results.txt

Reply via email to