Tez doesn't use the low level api, it use AMRMClientAsync which has shaded
AllocateResponse.
https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/async/impl/AMRMClientAsyncImpl.java
Best Regard,
Jeff Zha
Hi guys,
I am having a setup where I am running Tez 0.7.0 and Hadoop 2.6.0.
I am trying to propagate some additional information from RM to Tez AM. To do
that, I was modifying the heartbeat response datastructure from RM to introduce
an additional field. I modified AllocareResponseProto datastr