You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by lxw <lx...@qq.com> on 2014/03/21 04:49:17 UTC

How to use Yarn RPC with Protocol Buffers

Hi, experts:


   I want to write an application which use Yarn RPC, is there any examples or useful links about it ?


   Thanks all.
   Will

Re: How to use Yarn RPC with Protocol Buffers

Posted by Mingjiang Shi <ms...@gopivotal.com>.
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:
ApplicationMaster.java and Client.java, which are very straightforward.


On Fri, Mar 21, 2014 at 11:49 AM, lxw <lx...@qq.com> wrote:

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


-- 
Cheers
-MJ

Re: How to use Yarn RPC with Protocol Buffers

Posted by Mingjiang Shi <ms...@gopivotal.com>.
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:
ApplicationMaster.java and Client.java, which are very straightforward.


On Fri, Mar 21, 2014 at 11:49 AM, lxw <lx...@qq.com> wrote:

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


-- 
Cheers
-MJ

Re: How to use Yarn RPC with Protocol Buffers

Posted by Mingjiang Shi <ms...@gopivotal.com>.
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:
ApplicationMaster.java and Client.java, which are very straightforward.


On Fri, Mar 21, 2014 at 11:49 AM, lxw <lx...@qq.com> wrote:

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


-- 
Cheers
-MJ

Re: How to use Yarn RPC with Protocol Buffers

Posted by Mingjiang Shi <ms...@gopivotal.com>.
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:
ApplicationMaster.java and Client.java, which are very straightforward.


On Fri, Mar 21, 2014 at 11:49 AM, lxw <lx...@qq.com> wrote:

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


-- 
Cheers
-MJ