Hi,

Please review this blog,
http://www.hortonworks.com/blog/introducing-tez-sessions/

espcially for the section
Using Tez Sessions
TezSession is removed, right?
if we want to re-use session in Tez, just do like this:

TezConfiguration tezConf = new TezConfiguration();
tezConf.setBoolean(TezConfiguration.TEZ_AM_SESSION_MODE, true);

Does it right?


And, in the section Example Usage of a Tez Sessionthe example link is
unreachable. I think it also should be removed or fixed.


Thanks.

-Azuryy

Reply via email to