GitHub user xinyuiscool opened a pull request:
https://github.com/apache/samza/pull/385
SAMZA-1534: Fix the visualization in job graph with the new PartitionBy Op
Seems the stream and the partitionBy op has the same id. So in rendering I
added the stream as the id for the node. Also resolved the run.id collision
issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xinyuiscool/samza SAMZA-1534
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/385.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 #385
----
commit 441544499e5a50285badf9ab43aa057005a48c37
Author: xiliu <[email protected]>
Date: 2017-12-12T19:36:29Z
SAMZA-1534: Fix the visualization in job graph with the new PartitionBy op
----
---