Hi Folks, I am debugging yarn to write my own yarn application. One of the question I needs to get answer is;
Is is like, client open a new connection for each RPC request to yarn resource manager or yarn creates a connection pool and connection requests are handled using that connection pool? Could you please give some pointer to me in terns of which java class to look for or any documentation? Any help is highly appreciated. Thanks Rob
