You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/01 07:03:17 UTC

[GitHub] TisonKun commented on issue #6353: [FLINK-9875][runtime] Add concurrent creation of execution job vertex

TisonKun commented on issue #6353: [FLINK-9875][runtime] Add concurrent creation of execution job vertex
URL: https://github.com/apache/flink/pull/6353#issuecomment-409471476
 
 
   @StephanEwen agree with "design before implementation".
   
   However, the interface for the creation of input splits is definitely `InputSplitSource#createInputSplits`, whose implementations varies from `FileInputFormat` to `JDBCInputFormat` and so on.
   
   Since we need to decide how to create input split in a specific input source, the parallelize logic is various inside the implementation, so implement the parallelize logic case by case if possible and necessary.
   
   I still comment here about this because it is clear to me that the interface for the creation of input splits is definitely `InputSplitSource#createInputSplits` existing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services