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

Till Rohrmann commented on FLINK-4363:
--------------------------------------

I think you can already start with implementing the start-up of the 
TaskExecutor. I think you can follow a similar approach as we're doing it 
currently. The important thing in my opinion is to give the different 
TaskExecutor components directly to the constructor instead of initializing 
them in the constructor. This will make the testing easier. But we could offer 
a factory method which does the component construction and then instantiates 
the TaskExecutor.  

> Implement TaskManager basic startup of all components in java
> -------------------------------------------------------------
>
>                 Key: FLINK-4363
>                 URL: https://issues.apache.org/jira/browse/FLINK-4363
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Cluster Management
>            Reporter: Zhijiang Wang
>
> Similar with current {{TaskManager}},but implement initialization and startup 
> all components in java instead of scala.



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

Reply via email to