Re: Error in protobuf definitions

2013-05-30 Thread Steve Loughran
It's up as https://issues.apache.org/jira/browse/HDFS-4866 On 29 May 2013 21:53, Arpit Agarwal wrote: > Ralph, could you please file a Jira? We'll fix it. > > -Arpit > > On Wed, May 29, 2013 at 9:39 AM, Ralph Castain wrote: > > > Hi folks > > > > On line 228 of > > hadoop-hdfs-project/hadoop-hd

Re: Error in protobuf definitions

2013-05-29 Thread Arpit Agarwal
Ralph, could you please file a Jira? We'll fix it. -Arpit On Wed, May 29, 2013 at 9:39 AM, Ralph Castain wrote: > Hi folks > > On line 228 of > hadoop-hdfs-project/hadoop-hdfs/src/main/proto/NamenodeProtocol.proto, > someone named a function using a reserved name: > > /** >* Request to re

Error in protobuf definitions

2013-05-29 Thread Ralph Castain
Hi folks On line 228 of hadoop-hdfs-project/hadoop-hdfs/src/main/proto/NamenodeProtocol.proto, someone named a function using a reserved name: /** * Request to register a sub-ordinate namenode */ rpc register(RegisterRequestProto) returns(RegisterResponseProto); You cannot name a fu