bmitDAG
>- use DAGClient from the submitDAG response to monitor the DAG progress
>
> — Hitesh
>
> On Aug 27, 2015, at 1:52 PM, Raajay wrote:
>
> > Hi,
> >
> > How should I go about writing a Tez client? Essentially, I have DAG's
> de-serialized from Hive,
, 2015, at 1:52 PM, Raajay 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 t
You can look at Tez examples that come with the project. They all go through
the process of creating DAG, initializing TezClient and submitting a job.
Cheers
Oleg
Sent from my iPhone
> On Aug 27, 2015, at 16:53, Raajay wrote:
>
> Hi,
>
> How should I go about writi
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