Hey,

Is there a way to trap a Tez session shutdown on JVM shutdown?  The best I
can think of is some manual shutdown hook like
http://stackoverflow.com/questions/2921945/useful-example-of-a-shutdown-hook-in-java,
but it would be nice to be able to say:

TezClient tezSession = new TezClient(...);
tezSession.shutdownOnJvmExit();
tezSession.start();

Or some TezConfiguration setting.

Is there something like this?  Should I file a JIRA?

- Thad

Reply via email to