[
https://issues.apache.org/jira/browse/AIRFLOW-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271181#comment-17271181
]
ASF GitHub Bot commented on AIRFLOW-264:
----------------------------------------
potiuk commented on pull request #1614:
URL: https://github.com/apache/airflow/pull/1614#issuecomment-766668908
My guess terminate sends SIGTERM and kill sends SIGKILL. If my guess is
right, this is typical way how to handle "graceful" followed by "foreceful"
termination of process (if the gracefull one does not work. However in this
case sleeping for 60 seconds and sending sigkill always is not a good idea -
usually you would like to join the process with 60 seconds timeout and only
send SIGKILL if the process is still there..
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Adding support for Hive queues.
> -------------------------------
>
> Key: AIRFLOW-264
> URL: https://issues.apache.org/jira/browse/AIRFLOW-264
> Project: Apache Airflow
> Issue Type: Improvement
> Components: hooks
> Reporter: Arthur Wiedmer
> Assignee: Arthur Wiedmer
> Priority: Minor
> Labels: hive, hive-hooks
> Fix For: 1.8.0
>
>
> Hive allows for queues to be set for workload management. We have started
> using them for multi-tenant management on our Hive cluster.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)