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 2017/09/18 11:17:00 UTC

[jira] [Commented] (FLINK-7531) Move existing REST handler to flink-runtime

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

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

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

    https://github.com/apache/flink/pull/4600#discussion_r139393444
  
    --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestEndpointITCase.java ---
    @@ -72,14 +72,14 @@ public void testEndpoints() throws Exception {
     		RestServerEndpointConfiguration serverConfig = RestServerEndpointConfiguration.fromConfiguration(config);
     		RestClientConfiguration clientConfig = RestClientConfiguration.fromConfiguration(config);
     
    -		final String address = "localhost";
    --- End diff --
    
    it appears this change belongs into another commit.


> Move existing REST handler to flink-runtime
> -------------------------------------------
>
>                 Key: FLINK-7531
>                 URL: https://issues.apache.org/jira/browse/FLINK-7531
>             Project: Flink
>          Issue Type: Sub-task
>          Components: REST, Webfrontend
>    Affects Versions: 1.4.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>            Priority: Minor
>
> Since the new REST endpoints live in {{flink-runtime}} we should move the existing rest handlers to {{flink-runtime}} as well. The static web server content remains in {{flink-runtime-web}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)