It looks like there may be two problems here. The first is a result of
HADOOP-1190, see https://issues.apache.org/jira/browse/HADOOP-1294 for
the fix. The second looks like it's to do with picking up the correct
hostname, which is probably unrelated to the fixes in HADOOP-1190.
Have you made any other changes to the system apart from the new
Hadoop build?

Tom

On 25/04/07, Tahir Hashmi <[EMAIL PROTECTED]> wrote:
Hi!

I've started getting lots of failures in DFS unit tests since updating
to trunk revision 532317. I get the following warning while building:

     [javac]
/home/tahir/Desktop/Trunk/trunk/src/test/org/apache/hadoop/dfs/ClusterTestDFS.java:439:
warning: [unchecked] unchecked call to
getConstructor(java.lang.Class<?>...) as a member of the raw type
java.lang.Class
     [javac]         randomDataGeneratorCtor = clazz.getConstructor(new
Class[]{Long.TYPE});
     [javac]                                                       ^
     [javac] Note: Some input files use or override a deprecated API.


Also, TestCheckpoint fails after throwing the following exception
several times:

[junit] java.lang.InterruptedException
[junit]     at java.lang.Object.wait(Native Method)
[junit]     at org.apache.hadoop.ipc.Server$Handler.run(Server.java:547)
[junit] 2007-04-25 16:50:27,622 INFO  ipc.Server (Server.java:run(604))
- IPC Server handler 5 on 44474 caught: java.lang.InterruptedException

So what's happening?

--
Tahir Hashmi (Grid Dev)
Y!M: tn_hashmi
http://www.codemartial.org


Reply via email to