Dear Wiki user,

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

The "NativeMapReduce" page has been changed by ThejasNair.
http://wiki.apache.org/pig/NativeMapReduce?action=diff&rev1=11&rev2=12

--------------------------------------------------

  A = load 'WordcountInput.txt';
  B = MAPREDUCE wordcount.jar Store A into 'inputDir' Load 'outputDir' as 
(word:chararray, count: int) `org.myorg.WordCount inputDir outputDir`;
  }}}
+ 
+ Note that the files specified as input and output locations in MAPREDUCE 
statement will NOT be deleted by pig automatically. User has to delete them 
manually.
  
  == Comparison with similar features ==
  === Pig Streaming ===

Reply via email to