You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2016/07/13 11:06:20 UTC

[jira] [Commented] (TEZ-3344) ATS does not contain certain vertex details

    [ https://issues.apache.org/jira/browse/TEZ-3344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15374836#comment-15374836 ] 

Rajesh Balamohan commented on TEZ-3344:
---------------------------------------

for the missing vertex, data is not in ATS.

http://ats_machine/ws/v1/timeline/TEZ_VERTEX_ID/vertex_1466700718395_0351_4_03

{noformat}
{
exception: "NotFoundException",
message: "java.lang.Exception: Timeline entity { id: vertex_1466700718395_0351_4_03, type: TEZ_VERTEX_ID } is not found",
javaClassName: "org.apache.hadoop.yarn.webapp.NotFoundException"
}
{noformat}

> ATS does not contain certain vertex details
> -------------------------------------------
>
>                 Key: TEZ-3344
>                 URL: https://issues.apache.org/jira/browse/TEZ-3344
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>         Attachments: all_vertices_page_showing_only_3_vertices.png, dag.json, dag_details.png, vertex.json
>
>
> e.g hive query
> {noformat}
> select count(1) from (select d_date, t_time_id from (select d_date from date_dim sort by d_date) d, time_dim) x
> {noformat}
> This has 4 vertices (will attach the DAG shortly).  However, when ats data is downloaded via tez-ui or via ATSImporTool, "vertex_1466700718395_0351_4_03" data is missing. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)