Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
currently the applicationId for the models dag/vertex is picked up from primary filter data for the dag/vertex json. deriving this from the dagid/vertexid on the models has the below benefits.
- ensures applicationId is not null (in some corner cases this causes exception in store.find)
- makes the ui backward compatible (0.5).
- allows to remove the appid from primary filter (TEZ-2485)