- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
TEZ-UI: Some vertice's stats show up as "undefined" in graphical view page
- Labels:
-
Apache Ambari
Created on 08-08-2016 01:58 AM - edited 08-18-2019 04:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this is ambari 2.2.2, HDP 2.4.0.
Created 10-20-2016 09:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 08-09-2016 03:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created 10-20-2016 09:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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