For now, until tez is extended to support multiple dags, you will need a new application id per dag.
-- Hitesh On Jul 25, 2013, at 1:16 PM, Achal Soni wrote: > 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