Description
1.) Run Tez Example TestOrderedWordCount job with an invalid input path. DAG fails with Input path missing.
2.) Query the Timeline via Rest api using the failed DagId. /ws/v1/timeline/TEZ_VERTEX_ID?limit=9007199254740991&primaryFilter=TEZ_DAG_ID%3A<failed_dag_Id>
Notice that data for vertices which gets killed or fails before initialization is missing.