Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/750#discussion_r46172044
  
    --- Diff: 
flink-runtime-web/web-dashboard/app/scripts/modules/jobs/jobs.svc.coffee ---
    @@ -216,4 +216,7 @@ angular.module('flinkApp')
         # proper "DELETE jobs/<jobid>/"
         $http.get "jobs/" + jobid + "/yarn-cancel"
     
    +  @stopJob = (jobid) ->
    +    $http.delete "jobs/" + jobid + "/stop"
    --- End diff --
    
    I think, it's quite important to support the stop call for Yarn setups as 
well.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to