What is your library currently using? MapReduce? If you want to build it directly using Tez API's then please look at the various examples in the tez-examples sub-project (under the main Tez project). The code in the examples has been written with lots of explanatory comments for this purpose. You could start with something simple like WordCount and then go onto more complex join examples.
Bikas -----Original Message----- From: Marshall Bockrath-Vandegrift [mailto:[email protected]] Sent: Monday, November 16, 2015 5:27 AM To: [email protected] Subject: Overview documentation for application developers? 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
