Re: building 0.21

2010-06-08 Thread Torsten Curdt
Finally got it working! The problem was that I thought I also needed a core jar. So I had 4 instead of 3 jars.That resulted in a clash. Plus it picked the wrong resolver. That was kind of painful. Shouldn't the build be just like this? common> ant clean install hdfs> ant clean install mapredu

Re: building 0.21

2010-06-08 Thread Tom White
Perhaps you're not getting up-to-date libraries? Try common> ant clean jar mvn-install hdfs> ant veryclean jar mvn-install -Dresolvers=internal mapreduce> ant veryclean jar -Dresolvers=internal This works for me with the 0.21 branches. Cheers, Tom On Tue, Jun 8, 2010 at 9:48 AM, Torsten Curdt

building 0.21

2010-06-08 Thread Torsten Curdt
I've build all the various dependencies hadoop-commons (branch 0.21) hadoop-hdfs (branch 0.21) hadoop (trunk == 0.21?? there is no 0.21 branch) and then hadoop-mapreduce (branch 0.21) Using it I get the following exeception: Exception in thread "main" java.lang.NoSuchMethodError: org.apac