Ralph, could you please file a Jira? We'll fix it. -Arpit
On Wed, May 29, 2013 at 9:39 AM, Ralph Castain <r...@open-mpi.org> 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 register a sub-ordinate namenode > */ > rpc register(RegisterRequestProto) returns(RegisterResponseProto); > > > You cannot name a function "register" as this is a reserved word in other > languages. As a result, attempts to compile the .proto file into C or C++ > (or anything other than Java) fail. Can this function please be renamed to > a non-reserved name? > > Thanks > Ralph > >