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.apache.hadoop.conf.Configuration.addDeprecation(Ljava/lang/String;[Ljava/lang/String;)V
at
org.apache.hadoop.mapreduce.util.ConfigUtil.addDeprecatedKeys(ConfigUtil.java:49)
at
org.apache.hadoop.mapreduce.util.ConfigUtil.loadResources(ConfigUtil.java:40)
at org.apache.hadoop.mapreduce.Cluster.<clinit>(Cluster.java:64)
What's going on?
cheers
--
Torsten