Hi, I'm new to Pig scripting. Please provide me some pointers on the following.
1. How can we just *compile (compile only)* pig scripts? I had gone through the documentation and *"-check"* is providing the syntax check functionality. But it requires all params used in the script to be set. I'm looking for something more generic. So that I can have a quick sanity check of my scripts. 2. Also, what is the clean way to handle library dependencies of a Pig script? Current way of registering the jars by path looks very odd to me. This requires changes in script/code when there is a library upgrade. -S
