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 2009/05/15 07:30:19 UTC

[Pig Wiki] Update of "EmbeddedPig" by SumitKumar

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()`.