Howdy, In Spark, if I have an RDD, I can get some/all of the RDD's data back to my local node (my local node is not part of the compute cluster).
In Tez, is there a concept of shipping data back to the machine (likely not part of the Hadoop cluster) that spawned the Tez job? I in Local Mode, the computation runs in the same JVM so I can have a side-effecting vertex that writes some of the results to a buffer/stdout (like a Spark foreach). I'm looking for the same thing, except when the job is run via Yarn. Thanks, David -- Brick Alloy http://brickalloy.com <https://telegr.am> Lift, the simply functional web framework http://liftweb.net Follow me: http://twitter.com/dpp Blog: http://goodstuff.im
