Re: Partitions vs. Subpartitions

2018-10-11 Thread Fabian Hueske
Hi Chris, The terminology in the docs and code is not always consistent. It depends on the context. Both could also mean the same if they are used in different places. Can you point to the place(s) that refer to partition and subpartition? Fabian Am Do., 11. Okt. 2018 um 04:50 Uhr schrieb Kurt

Re: Partitions vs. Subpartitions

2018-10-10 Thread Kurt Young
Hi, Partition is the output of a JobVertex which you can simply thought contains an operator. And in real world, JobVertex will run in parallel, each will output some data, which is conceptually called subpartition. Best, Kurt On Thu, Oct 11, 2018 at 10:27 AM Renjie Liu wrote: > Hi, Chris: >

Re: Partitions vs. Subpartitions

2018-10-10 Thread Renjie Liu
Hi, Chris: Where are these words from? Are they from flink source code? On Wed, Oct 10, 2018 at 10:18 PM Chris Miller wrote: > Hi, > > what's the difference between partitions and subpartitions? > > > > Thanks. > > > > CM > > -- Renjie Liu Software Engineer, MVAD

Partitions vs. Subpartitions

2018-10-10 Thread Chris Miller
Hi, what's the difference between partitions and subpartitions? Thanks. CM