[
https://issues.apache.org/jira/browse/TEZ-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14276118#comment-14276118
]
Jonathan Eagles commented on TEZ-1931:
--------------------------------------
+1. Verified the code is correct and that the output seems reasonable for a
sample job. I was a little surprised at the build time format, but that seems
to be correct as well.
{code}
{
"entities": [
{
"events": [ ],
"entitytype": "TEZ_APPLICATION",
"entity": "tez_application_1421187504058_0003",
"starttime": 1421188513349,
"domain": "Tez_ATS_application_1421187504058_0003",
"relatedentities": {
"TEZ_DAG_ID": [
"dag_1421187504058_0003_1"
]
},
"primaryfilters": {
"user": [
"jeagles"
]
},
"otherinfo": {
"config": { ...
},
"tezVersion": {
"buildTime": "20150113-1603",
"revision": "83261659809f7904b786c9c81def4451dca27078",
"version": "0.7.0-SNAPSHOT"
}
}
}
]
}
{code}
> Publish tez version info to Timeline
> ------------------------------------
>
> Key: TEZ-1931
> URL: https://issues.apache.org/jira/browse/TEZ-1931
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Hitesh Shah
> Assignee: Hitesh Shah
> Priority: Critical
> Attachments: TEZ-1931.1.patch
>
>
> We are not publishing any version info to Timeline. This will be useful to
> compare different dags/apps over time and also to catch issues if needed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)