[
https://issues.apache.org/jira/browse/TEZ-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14387593#comment-14387593
]
Rohini Palaniswamy edited comment on TEZ-2252 at 3/31/15 12:37 AM:
-------------------------------------------------------------------
In the attached graphs
- Graph1 has 10 outputs (Graph1.dot), but Tez UI only shows 6 with 5
vertices all going to scope-133.
- Graph 2 has 3 outputs(Graph 2.dot), but Tez UI only shows 1 with all 3
leaf vertices going to scope-228
HTML in case of Graph 2 with overlapped node outputs.
{code}
<g class="node output" transform="translate(369.23077392578125,530)"
style="opacity: 1;">
<use href="#output-bg">
<text class="title">sc..</text>
</g>
<g class="node output" transform="translate(369.23077392578125,530)"
style="opacity: 1;">
<use href="#output-bg">
<text class="title">sc..</text>
</g>
<g class="node output" transform="translate(369.23077392578125,530)"
style="opacity: 1;">
<use href="#output-bg">
<text class="title">sc..</text>
</g>
{code}
was (Author: rohini):
In the attached graphs
- Graph1 has 10 outputs, but Tez UI only shows 6 with 5 vertices all going
to scope-133. Graph1.dot correctly shows that they all go to different MROutput
though.
- Graph 2 has 3 outputs, but Tez UI only shows 1 with all 3 leaf vertices
going to scope-228
> Tez UI Graphical view looks wrong in some cases
> -----------------------------------------------
>
> Key: TEZ-2252
> URL: https://issues.apache.org/jira/browse/TEZ-2252
> Project: Apache Tez
> Issue Type: Bug
> Components: UI
> Reporter: Rohini Palaniswamy
> Attachments: Graph1.dot, Graph1.png, Graph2.dot, Graph2.png
>
>
> The information in the .dot file is correct and script runs fine. But the
> Tez UI Graphical view shows that output is being written from multiple
> vertices into one sink. Actually it is writing to multiple sinks (checking
> the html elements in Firebug), but the sink circles all overlap one another
> with exact coordinates and the tool tip only shows for the top one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)