Re: Tez client

2015-08-27 Thread Raajay
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,

Re: Tez client

2015-08-27 Thread Hitesh Shah
, 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

Re: Tez client

2015-08-27 Thread Oleg Zhurakousky
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

Tez client

2015-08-27 Thread Raajay
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