In JobGraph, does an IntermediateDataSet contain multiple JobEdges?
Posted by
yuehan1 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/In-JobGraph-does-an-IntermediateDataSet-contain-multiple-JobEdges-tp37187.html
IntermediateDataSet.java has a JobEdge list named consumers.
In which case, an IntermediateDataSet contains multiple JobEdge.
I read the code, it seems that an IntermediateDataSet can only have one
JobEdge
// IntermediateDataSet.java
private final List<JobEdge> consumers = new ArrayList<JobEdge>();
thanks for your reply
--
Sent from:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/