[jira] [Created] (HADOOP-9619) Mark stability of .proto files

2013-06-04 Thread Sanjay Radia (JIRA)
Sanjay Radia created HADOOP-9619: Summary: Mark stability of .proto files Key: HADOOP-9619 URL: https://issues.apache.org/jira/browse/HADOOP-9619 Project: Hadoop Common Issue Type: Sub-task

[jira] [Created] (HADOOP-8985) Add namespace declarations in .proto files for other languages

2012-10-25 Thread Binglin Chang (JIRA)
Binglin Chang created HADOOP-8985: - Summary: Add namespace declarations in .proto files for other languages Key: HADOOP-8985 URL: https://issues.apache.org/jira/browse/HADOOP-8985 Project: Hadoop

Re: Proto files

2012-03-26 Thread Ralph Castain
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

Re: Proto files

2012-03-26 Thread Arun C Murthy
nd launch. Hence > the proto requirement. I have not encountered any issue in that comm so far, > provided I can build the AM against the proto files, > > Hence the jira. Hope that helps clarify the request. > > Sent from my iPad > > On Mar 26, 2012, at 8:30 AM, Robert

Re: Proto files

2012-03-26 Thread Ralph Castain
t the proto files, Hence the jira. Hope that helps clarify the request. Sent from my iPad On Mar 26, 2012, at 8:30 AM, Robert Evans wrote: > 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

Re: Proto files

2012-03-26 Thread Robert Evans
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

Re: Proto files

2012-03-24 Thread Eli Collins
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

Proto files

2012-03-24 Thread Ralph Castain
Hi folks I notice that the .proto files are not present in the built tarball. This presents a problem to those of us working on 3rd party tools that need to talk to Hadoop tools such as the resource manager. It means that anyone wanting to build our tools has to install an svn checkout of the

[jira] [Created] (HADOOP-8122) Build should fail when compilation .proto files fail

2012-02-29 Thread Suresh Srinivas (Created) (JIRA)
Build should fail when compilation .proto files fail Key: HADOOP-8122 URL: https://issues.apache.org/jira/browse/HADOOP-8122 Project: Hadoop Common Issue Type: Bug Components