Hi all, I am new to pig. I am wondering is there any recommended way to call Pig code from Java? Is there any Java interface which can be called directly from Java and makes them work smoothly? It seems each keyword (filter, group, cogrape, generate) and data types in Pig can have a counterpart in Java by using Class, interface and data type. Is these Java interface available to Java programmers to use? If not, why not? Thanks very much for help!
regards, Wenhao -- ~_~