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

------------------------------------------------------------------------------
  The following steps need to be carried out:
  
   * Make sure `pig.jar` is on your classpath.
-  * Create an instance of `PigServer`. See 
[http://incubator.apache.org/pig/javadoc/doc/ Javadoc] for more details.
+  * Create an instance of `PigServer`. See 
[http://incubator.apache.org/pig/javadoc/docs Javadoc] for more details.
   * Issue commands through that PigServer by calling 
`PigServer.registerQuery()`.  
   * To retrieve results, either call `PigServer.openIterator()` or 
`PigServer.store()`.
   * If you have user defined functions, register them by calling 
`PigServer.registerJar()`.

Reply via email to