Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

TEZ-UI: Some vertice's stats show up as "undefined" in graphical view page

avatar
New Member

6436-7fcbtmp.jpg

this is ambari 2.2.2, HDP 2.4.0.

1 ACCEPTED SOLUTION

avatar
New Member

I have the same issue, fixed it by setting the below property. <name>yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes</name> <value>org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl</value>

In my installation, the property was default to null. Have to manually put it in. see below link http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_yarn_resource_mgt/content/ch08s02.html

View solution in original post

2 REPLIES 2

avatar
Cloudera Employee

Status is taken from timeline data, and looks like the vertex details are missing in the timeline server. "All Vertices" tab would also be coming blank.

Guess the AM stopped even before the vertex events could be logged to the timeline. That said, if vertex data is missing for a succeeded DAG please feel free to create a Tez apache jira.

avatar
New Member

I have the same issue, fixed it by setting the below property. <name>yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes</name> <value>org.apache.tez.dag.history.logging.ats.TimelineCachePluginImpl</value>

In my installation, the property was default to null. Have to manually put it in. see below link http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_yarn_resource_mgt/content/ch08s02.html