Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
For administrators, it is important to be able to kill queries if required.
Currently, there is no clean way to do it.
It would help to have a "kill query <query id>" command that can be run using odbc/jdbc against a HiveServer2 instance, to kill a query with that queryid running in that instance.
Authorization will have to be done to ensure that the user that is invoking the API is allowed to perform this action.
In case of SQL std authorization, this would require admin role.
Attachments
Attachments
Issue Links
- causes
-
HIVE-18463 Typo in the JdbcConnectionParams constructor
- Patch Available
- relates to
-
RANGER-1851 Enhance Ranger Hive Plugin to support authorization for KILL QUERY command
- Resolved
- links to