IIRC a long time back, Rajesh Balamohan had prototyped something like this to 
provide a DAG definition via a text file (xml) I think.


This would be nice to get done because then it could provide a simple way for 
higher level apps to generate Tez DAGs for execution without linking against 
Tez programatically.  And also be quite convenient for visual ETL tools.


Bikas


________________________________
From: Abdul Qadeer <qadeer.qad...@gmail.com>
Sent: Wednesday, April 26, 2017 4:20 PM
To: user@tez.apache.org
Subject: How to get user input in the form of a DAG in a text file

Hi,

For a pipeline workload, I want to use the
Input-process-output based abstraction for the
end user.  End user will need to provide his
pipeline DAG as input.  One option is to use
Dot language for user input and then map it
to Tez DAG API
(http://www.graphviz.org/content/dot-language).


My question is:

Is there some facility available in Tez to
get DAG based input in text format from
user? Or
if you could suggest me something better
than my current dot based plan?


Thanks,
-Abdul

Reply via email to