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 {        

Reply via email to