[ 
https://issues.apache.org/jira/browse/FLINK-8530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364373#comment-16364373
 ] 

ASF GitHub Bot commented on FLINK-8530:
---------------------------------------

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

    https://github.com/apache/flink/pull/5466#discussion_r168233566
  
    --- Diff: 
flink-clients/src/test/java/org/apache/flink/client/program/rest/RestClusterClientTest.java
 ---
    @@ -493,7 +520,7 @@ public void testTriggerSavepoint() throws Exception {
                                } else {
                                        return 
FutureUtils.completedExceptionally(
                                                new RestHandlerException(
    -                                                   "Unexpected savepoint 
trigger id: " + savepointTriggerId,
    +                                                   "Unexpected savepoint 
trigger jobId: " + savepointTriggerId,
    --- End diff --
    
    Will fix it.


> Enable detached job submission for RestClusterClient
> ----------------------------------------------------
>
>                 Key: FLINK-8530
>                 URL: https://issues.apache.org/jira/browse/FLINK-8530
>             Project: Flink
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Major
>              Labels: flip-6
>             Fix For: 1.5.0
>
>
> The {{RestClusterClient}} should also be able to submit jobs in detached 
> mode. In detached mode, we don't wait for the {{JobExecutionResult}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to