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

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

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

    https://github.com/apache/flink/pull/542#discussion_r27452411
  
    --- Diff: 
flink-clients/src/main/java/org/apache/flink/client/LocalExecutor.java ---
    @@ -89,15 +89,20 @@ public void setPrintStatusDuringExecution(boolean 
printStatus) {
        }
        
        // 
--------------------------------------------------------------------------------------------
    -   
    +
    +   public Configuration getConfiguration() {
    --- End diff --
    
    I think we could use static method to indicate this is only for 
LocalExecutor:
    
    ```java
    public static Configuration createConfigForLocalExecutor(LocalExecutor le) {
          ....
    }
    ```


> Add support for submitting single jobs to a detached YARN session
> -----------------------------------------------------------------
>
>                 Key: FLINK-1771
>                 URL: https://issues.apache.org/jira/browse/FLINK-1771
>             Project: Flink
>          Issue Type: Improvement
>          Components: YARN Client
>    Affects Versions: 0.9
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>
> We need tests ensuring that the processing slots are set properly when 
> starting Flink on YARN, in particular with the per job YARN session feature.
> Also, the YARN tests for detached YARN sessions / per job yarn clusters are 
> polluting the local home-directory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to