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

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

Github user GJL commented on the issue:

    https://github.com/apache/flink/pull/5216
  
    There are some checkstyle violations:
    ```
    [ERROR] 
src/main/java/org/apache/flink/yarn/cli/YarnApplicationStatusMonitor.java:[33,8]
 (imports) UnusedImports: Unused import: 
java.util.concurrent.ScheduledExecutorService.
    [ERROR] src/main/java/org/apache/flink/yarn/YarnClusterClient.java:[46,8] 
(imports) UnusedImports: Unused import: 
org.apache.hadoop.yarn.client.api.YarnClient.
    ```


> Move YarnClient out of YarnClusterClient
> ----------------------------------------
>
>                 Key: FLINK-8329
>                 URL: https://issues.apache.org/jira/browse/FLINK-8329
>             Project: Flink
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>              Labels: flip-6
>             Fix For: 1.5.0
>
>
> Move the {{YarnClient}} from the {{YarnClusterClient}} to the 
> {{AbstractYarnClusterDescriptor}} which will be responsible for the lifecycle 
> management of the {{YarnClient}}. This change is a clean up task which will 
> better structure the client code.



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

Reply via email to