Re: Compile proto

2016-05-06 Thread Kun Ren
Thanks a lot Chirs. This fixes my problem. On Fri, May 6, 2016 at 4:10 PM, Chris Nauroth wrote: > Hello Kun, > > You might need to update hadoop-common-project/hadoop-common/pom.xml to > list the new .proto file in the call to protoc. Look for the > "compile-protoc"

Re: Compile proto

2016-05-06 Thread Chris Nauroth
Hello Kun, You might need to update hadoop-common-project/hadoop-common/pom.xml to list the new .proto file in the call to protoc. Look for the "compile-protoc" execution within the pom.xml file. --Chris Nauroth On 5/6/16, 1:03 PM, "Kun Ren" wrote: >Hi Genius, > >I

Compile proto

2016-05-06 Thread Kun Ren
Hi Genius, I added a new proto into the HADOOP_DIR/hadoop-common-project/hadoop-common/src/main/proto, however,every time when I run the following Maven commands: mvn install -DskipTests mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs= true It only compiles