Hi all, We're building an application that starts multiple pig jobs in parallel by using PigServer. However, Pig doesn't seem to be thread-safe. And since we're running a Java application, I'm not sure how to solve this.
Does anyone have an idea? // Wouter
