You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/28 17:19:00 UTC

[jira] [Commented] (FLINK-8811) Add MiniClusterClient to allow fast MiniCluster operations

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

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

GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/flink/pull/5600

    [FLINK-8811] [flip6] Add initial implementation of the MiniClusterClient

    ## What is the purpose of the change
    
    The MiniClusterClient directly talks to the MiniCluster avoiding polling
    latencies of th RestClusterClient.
    
    cc: @aljoscha 
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (no)
      - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
      - The serializers: (no)
      - The runtime per-record code paths (performance sensitive): (no)
      - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
      - The S3 file system connector: (no)
    
    ## Documentation
    
      - Does this pull request introduce a new feature? (no)
      - If yes, how is the feature documented? (not applicable)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tillrohrmann/flink miniClusterClient

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5600.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5600
    
----
commit 308603035b54c46b0b3c6967138352694c563628
Author: Till Rohrmann <tr...@...>
Date:   2018-02-28T13:07:12Z

    [FLINK-8808] [flip6] Allow RestClusterClient to connect to local dispatcher
    
    The RestClusterClient resolves a dispatcher address without an explicit host
    to 'localhost'. That way we allow the RestClusterClient to talk to a Dispatcher
    which runs in a local ActorSystem.

commit f52f37d26aae2ea57e3bf2f4b7e1e15a41a4529f
Author: Till Rohrmann <tr...@...>
Date:   2018-02-28T16:36:39Z

    [FLINK-8811] [flip6] Add initial implementation of the MiniClusterClient
    
    The MiniClusterClient directly talks to the MiniCluster avoiding polling
    latencies of th RestClusterClient.

commit caa6357f18eb1527e59c567cb3628df556b78f39
Author: Till Rohrmann <tr...@...>
Date:   2018-02-28T16:49:29Z

    [FLINK-8811] [flip6] Implement MiniClusterClient#getJobStatus

commit 1088117c54f93aa314e249108237c2d2c04762d9
Author: Till Rohrmann <tr...@...>
Date:   2018-02-28T16:54:06Z

    [FLINK-8811] [flip6] Implement MiniClusterClient#cancel

----


> Add MiniClusterClient to allow fast MiniCluster operations
> ----------------------------------------------------------
>
>                 Key: FLINK-8811
>                 URL: https://issues.apache.org/jira/browse/FLINK-8811
>             Project: Flink
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 1.5.0, 1.6.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Critical
>              Labels: flip-6
>             Fix For: 1.5.0, 1.6.0
>
>
> We should offer a {{ClusterClient}} implementation for the {{MiniCluster}}. That way we would be able to submit and wait for result without polling how it would be the case by using the {{RestClusterClient}}.



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