That is entirely up to you. If you want to go natively agains Tez, then you can use backend as an example, but I would suggest to just simply use samples from Tez project. But if you want to simply build an App that runs in Tez and not worry about Tez internals you can just use DStream backed by Tez.
Oleg On Nov 16, 2015, at 10:32 AM, Marshall Bockrath-Vandegrift <[email protected]<mailto:[email protected]>> wrote: Are you suggesting I should check out DStream's Tez backend as an example, or that I should consider building on top of DStream instead? Thanks, On Mon, Nov 16, 2015 at 8:48 AM Oleg Zhurakousky <[email protected]<mailto:[email protected]>> wrote: If you are using Java 8 you can try this https://github.com/hortonworks/dstream Cheers Oleg On Nov 16, 2015, at 8:26 AM, Marshall Bockrath-Vandegrift <[email protected]<mailto:[email protected]>> wrote: Hi, I'm interested in implementing a new Tez application (re-writing my Parkour Clojure library in terms Tez), but I'm having difficulty finding documentation which links the Tez high-level concepts to the implementation details necessary to actually develop a new Tez application. Am I missing something, or are e.g. the examples the closest to what I'm looking for? Thanks! -Marshall
