Is it possible to run Apache Pig jobs from within a Java application, without forking an external process?
It seems both Pig and Hadoop are written in Java but don't really offer Java APIs. Rather than relying on shell scripts, I'd rather use these tools form within a Java Spring application.