Has to be in C to support MPI wireup. We wrote a little lib that provides the
required messaging support using protobuf-c, which works fine but protobuf-c
needs to compile the proto files into something C can understand.
Sent from my iPad
On Mar 26, 2012, at 6:00 PM, Arun C Murthy wrote:
> Is
Is your AM written in Java or C?
On Mar 26, 2012, at 3:55 PM, Ralph Castain wrote:
> Perhaps it would help if I outline the use case. I have a Java client that
> needs to launch a non-Java application manager. Obviously, the client talks
> to the RM using the Java APIs. The AM is passed all the
Perhaps it would help if I outline the use case. I have a Java client that
needs to launch a non-Java application manager. Obviously, the client talks to
the RM using the Java APIs. The AM is passed all the info it needs to launch
the actual application in its cmd line and environ, so no client
I responded in the JIRA for this. Because we wrap proto in Hadoop RPC right
now those .proto files are not going to do very many people a lot of good,
unless they have a client that can also communicate over a simple form of
Hadoop RPC. I think it would be good to move to a pure PB RPC impleme
Good idea, no reason we shouldn't, the build probably wasn't updated to
include the who we added then. File a jira?
On Saturday, March 24, 2012, Ralph Castain wrote:
> Hi folks
>
> I notice that the .proto files are not present in the built tarball. This
presents a problem to those of us working