Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Per discussion in MAPREDUCE-5933, we may need to add some properties in the events to MR job or task entity's otherInfo or primaryFilter to support some particular query.
For example, getting all the tasks of one MR job:
http://localhost:8188/ws/v1/timeline/MAPREDUCE_TASK?primaryFilter=PARENT_JOB:job_1413998833197_0001
By adding {PARENT_JOB:job_1413998833197_0001} to the primary filter of each task entity of job_1413998833197_0001 is going to significantly shorten the time to search the target task entities.