GitHub user yingdachen opened a pull request:
https://github.com/apache/tez/pull/33
TEZ-3998: support constructing DAG with concurrent edge
1. unblock the construction of DAG with concurrent edge
2. introduce VerteManagerWithConcurrentInput with SilentEdgeManager
3. introcuce the concept of ConcurrentEdgeTriggerType
4. UT
Change-Id: I4202e2946b99c440d7d7923151588632d74121cc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yingdachen/tez 3998
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tez/pull/33.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #33
----
commit 5c7557140d816d5c1ca3ae89484c62c62391f856
Author: Yingda CHEN <yingda.chen@...>
Date: 2018-10-15T03:28:37Z
TEZ-3998: support constructing DAG with concurrent edge
1. unblock the construction of DAG with concurrent edge
2. introduce VerteManagerWithConcurrentInput with SilentEdgeManager
3. introcuce the concept of ConcurrentEdgeTriggerType
4. UT
Change-Id: I4202e2946b99c440d7d7923151588632d74121cc
----
---