Folks,
There is a cosmetic API change going in via TEZ-1130. Commit id: cfe9a42a9bd08b983d60d3823d9ed47c15ebdcf2 on master. This change clarifies some of the methods on org.apache.tez.dag.api.Vertex. Also, missing java docs have now been added to all API methods. Change summary for folks whose build might break. 1) Vertex.getVertexName() -> Vertex.getName() 2) Vertex.get/setTaskLocalResource() -> Vertex.get/setTaskLocalFiles() 3) Vertex.get/setJavaOpts() -> Vertex.get/setTaskLaunchCmdOpts() Bikas -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
