Take a look at say OrderedWordCount.java and TezExampleBase.java from 
tez-examples.

The basic steps are: 
   - construct TezClient, call tezclient.start()
   - submit dag using TezClient::submitDAG
   - use DAGClient from the submitDAG response to monitor the DAG progress

— Hitesh

On Aug 27, 2015, at 1:52 PM, Raajay <[email protected]> wrote:

> Hi,
> 
> How should I go about writing a Tez client?  Essentially, I have DAG's 
> de-serialized from Hive, and make modifications to it. Now I want to use 
> information from the DAG and submit a tez job.
> 
> Any sample code for a tez client will help me get started quickly.
> 
> Thanks
> Raajay

Reply via email to