Re: Hadoop source code modification.

2016-11-19 Thread zhangjc
Hi, I have the same error "Type AvroRecord cannot be resolved to a type”, and the solution is: (1) Download the latest avro-tools from http://mirrors.cnnic.cn/apache/avro/avro-1.7.7/java/avro-tools-1.7.7.jar .

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

RE: Hadoop source code modification.

2016-11-15 Thread Mallanagouda Patil
Hi, Some time back I have written an article on how to setup development environment for Hadoop and also how to debug. http://www.codeproject.com/Articles/1067129/Debugging-Hadoop-HDFS-using-IntelliJ-IDEA-on-Linux You can reach me for any issues. Thanks Mallan On Nov 15, 2016 5:49 PM, "Brahma

RE: Hadoop source code modification.

2016-11-15 Thread Brahma Reddy Battula
: Madhvaraj Shetty [mailto:madresearch2...@gmail.com] Sent: 15 November 2016 20:27 To: Brahma Reddy Battula Subject: Re: Hadoop source code modification. Thank you so much sir Any links for understanding hadoop code and classes? Any quick way to debug OR any setup like eclipse.. to do these work

RE: Hadoop source code modification.

2016-11-15 Thread Brahma Reddy Battula
(Keeping user-mailing list in loop.) You can compile corresponding module which you modified. Please refer "Where to run Maven from?" from the following. https://github.com/apache/hadoop/blob/trunk/BUILDING.txt Regards Brahma Reddy Battula -Original Message- From: Madhvaraj Shetty