[
https://issues.apache.org/jira/browse/FLINK-8605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364116#comment-16364116
]
ASF GitHub Bot commented on FLINK-8605:
---------------------------------------
Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/5430#discussion_r168187766
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobTerminationHeaders.java
---
@@ -32,7 +32,7 @@
private static final JobTerminationHeaders INSTANCE = new
JobTerminationHeaders();
- private JobTerminationHeaders() {}
+ protected JobTerminationHeaders() {}
--- End diff --
True, will correct it.
> Enable job cancellation from the web UI
> ---------------------------------------
>
> Key: FLINK-8605
> URL: https://issues.apache.org/jira/browse/FLINK-8605
> Project: Flink
> Issue Type: Improvement
> Components: REST
> Affects Versions: 1.5.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Major
> Labels: flip-6
> Fix For: 1.5.0
>
>
> In order to enable the job cancellation from the web UI (including YARN) we
> have to register the {{JobTerminationHandler}} under
> {{/jobs/:jobId/yarn-cancel}} and {{/jobs/:jobid/yarn-stop}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)