I am building a hadoop pig editor, similar like sql editor where user can write execute their pig command, and view history of commands executed.There is intelligence as well.
I need to know how do i parse my pig command and run it.
Thanks in advance.