Re: hadoop build problems

2012-04-06 Thread Ranjan Banerjee
Hello Amir Sanjar,   Thanks for your help. The classpath was not set. We set it and now it is working fine. Regards, Ranjan On 04/06/12, Amir Sanjar wrote: > we had similar problems will back. Here few tips that might help your > build: > 1) always start a newly downloaded build with clean opt

Re: hadoop build problems

2012-04-06 Thread Amir Sanjar
we had similar problems will back. Here few tips that might help your build: 1) always start a newly downloaded build with clean option - ant clean 2) make sure you have your build path set correctly, example: export JAVA_HOME=/opt/jdk1.6.0_31 export PATH=/opt/jdk1.6.0_31/bin:$PATH export CLASSPAT

Re: hadoop build problems

2012-04-05 Thread Hennig, Ryan
You'll probably get better help if you give details on what OS you're using, which JDK, version of hadoop, an example error, etc. - Ryan On 4/5/12 5:32 PM, "Ranjan Banerjee" wrote: >Hello, > We were trying to build the hadoop source code but getting a > lot of errors(100 to be precise). We us