RE: Hadoop source code modification.

2016-11-15 Thread Naganarasimha G R (Naga)
Hi Madhvaraj, Its not required to compile everytime, as you have followed the steps in . You can go to specific project and run " mvn clean install" Regards, + Naga From: Madhvaraj Shetty [madresearch2...@

Re: Hadoop source code modification.

2016-11-18 Thread Madhvaraj Shetty
Hi, After producing eclipse files from maven, i successfully imported hadoop project to eclipse.(hadoop-common-project) But it has few errors in eclipse: AvroRecord cannot be resolved to a type EchoRequestProto cannot be resolved to a type TestProtobufRpcProto cannot be resolved TestProtobufRpcP

Re: Hadoop source code modification.

2017-01-30 Thread Suraj Nayak
Follow https://wiki.apache.org/hadoop/EclipseEnvironment. You need to add generated sources of the project to include generated Proto classes. This blog is old, but will give you some idea on how to import