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 2008/07/17 23:39:43 UTC

[Pig Wiki] Trivial Update of "EmbeddedPig" by CorinneC

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

------------------------------------------------------------------------------
        try {
           pigServer.registerJar("/mylocation/tokenize.jar");
           runMyQuery(pigServer, "myinput.txt";
+         } 
-         } catch (IOException e) {
+       catch (IOException e) {
           e.printStackTrace();
-       }
+         }
     }
     
     public static void runMyQuery(PigServer pigServer, String inputFile) throws IOException {