For a higher level application like Pig, what is the best practice for Application ID's and such?
For the time being, Pig will compile a script to multiple Tez Dags. It will submit the first one, wait for completion, then submit the next one, and so on so forth. I should be using the same application id and Tez client for the submission of these jobs, correct? Thanks! Achal