Just one additional information to what Sandesh said. ShutdownException shuts down the operator from which its thrown and all downstream operators to that operator. Hence if you want the DAG to shutdown completely, you need to throw ShutdownException from all *input* operators.
-Chinmay. On Thu, Aug 11, 2016 at 9:58 AM, Sandesh Hegde <[email protected]> wrote: > Hello Austin, > > Throwing ShutdownException from the operators will shutdown the Apex > Application. > > > On Wed, Aug 10, 2016 at 8:56 AM Doyle, Austin O. < > [email protected]> wrote: > >> When would an Apex Application return a FINISHED status from YARN as >> opposed to continually being in the RUNNING state? >> >> Is there a way to force the YARN status to FINISHED from within the >> application when processing is complete? >> >
