Hello,

This is my second question for today.
Suppose that I managed to create the DAG successfully, how can I display  the 
plan (with vertices and edges)  in a user-friendly way?

I found a nice method     DAGUtils.generateSimpleJSONPlan(dagPlan)

but the dagPlan can be obtained using a class (DAGImpl) implementing the 
interface  org.apache.tez.dag.app.DAG  (the  getJobPlan()  method) ,  not an 
instance of   org.apache.tez.dag.api.DAG.
  .

Thank You very much in advance.

Yours sincerely,
Camelia

Reply via email to