nnectedIterativeStreams<Point, Centroid> ptct=
>> tuples.iterate().withFeedbackType(MicroCluster.class);
>> DataStream
>
> updatedcentroids = ptct.flatMap(new MyCoFlatmap())
>> inputsAndMicroCluster.closeWith(updatedcentroids .broadcast());/
>>
>>
>> but
FeedbackType(MicroCluster.class);
> DataStream updatedcentroids = ptct.flatMap(new MyCoFlatmap())
> inputsAndMicroCluster.closeWith(updatedcentroids .broadcast());/
>
>
> but i can't see the centroids already broadcasted by
> centroidStream.broadcast() in the map functions.
>
> Any ki
27;t see the centroids already broadcasted by
centroidStream.broadcast() in the map functions.
Any kind of help is hugely appreciated.
Thanks and Regards
Biplob Biswas
--
View this message in context:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Regarding-source-Parallelism-and-usage