Re: How to use Yarn RPC with Protocol Buffers

2014-03-21 Thread Mingjiang Shi
Hi Will, Take a look at the distributedshell source code located at the hadoop source code: ./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/java/org/apache/hadoop/yarn/applications/distributedshell There are 2 major files:

How to use Yarn RPC with Protocol Buffers

2014-03-20 Thread lxw
Hi, experts: I want to write an application which use Yarn RPC, is there any examples or useful links about it ? Thanks all. Will