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

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

Github user uce commented on the pull request:

    https://github.com/apache/incubator-flink/pull/139#issuecomment-57782459
  
    Good to merge. All operator tests are working.
    
    +1


> Add a serial collection-based execution mode
> --------------------------------------------
>
>                 Key: FLINK-1110
>                 URL: https://issues.apache.org/jira/browse/FLINK-1110
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Stephan Ewen
>            Priority: Minor
>
> Summary of mailing list thread that the issue is based upon
> Since Flink is a layered system, programs written against the APIs can be 
> executed in a variety of ways. In this case, we just run the functions 
> single-threaded directly on the Java collections, instead of firing up a 
> memory management, IPC, parallel workers, data movement, etc. That gives 
> programs a minimal execution footprint (like in the Java8 streams API) for 
> small data. The idea is to enable users to use the same program in all sorts 
> of different contexts.
> The collection execution should sit below the common API, so both Java and 
> Scala API can use it.



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

Reply via email to