Thejas M Nair created HIVE-6497: ----------------------------------- Summary: implement shutdown in TezTask Key: HIVE-6497 URL: https://issues.apache.org/jira/browse/HIVE-6497 Project: Hive Issue Type: Bug Components: Tez Reporter: Thejas M Nair
HIVE-5901 is adding support for canceling queries from Driver.close(). It calls Task.shutdown(). But TezTask does has a no-op implementation (does not override default impl). This should be implemented so that TezTask also gets cancelled. -- This message was sent by Atlassian JIRA (v6.1.5#6160)