Hi, I dont know if this is the right place but I want to ask a question. We are trying to run our Pig scripts on Oozie. Right now they are being run by org.apache.pig.PigServer class in a Java project. When collecting parameters from properties files and command line, there are some validations that are running against database. These validations check whether parameter X exists on database table Y etc.
Can I do a similar validation with oozie? Best Regards. İsa.
