Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 49639 invoked from network); 6 Feb 2009 16:18:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 16:18:47 -0000 Received: (qmail 5012 invoked by uid 500); 6 Feb 2009 16:18:40 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 4960 invoked by uid 500); 6 Feb 2009 16:18:40 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 4949 invoked by uid 99); 6 Feb 2009 16:18:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 08:18:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mtolan@gmail.com designates 209.85.198.226 as permitted sender) Received: from [209.85.198.226] (HELO rv-out-0506.google.com) (209.85.198.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 16:18:32 +0000 Received: by rv-out-0506.google.com with SMTP id k40so883311rvb.29 for ; Fri, 06 Feb 2009 08:18:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Jvp/bAdo8DxGAC1xOtvu4rDp5BzRtxeTq2IfPyIdWkQ=; b=a3JzAHQYQv9W/CxXmmX/nbHB3ErLTjVfHN4pQocS5qOWyqLZ0w4Cb/+2lpOtS7GcqQ QtR3L8ZRcRywDdigVglb7xngO04bdzEoIwJ1HWseayntxUj7zGh2rDjhIvGtaKNDXv8R 08h27PtMjpxZIL1+A6vm6wsRObsISWpw3s0Tw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=CVZHyDFIhd2BHG+lvyX/EocpWXlR5gdGrfmJ2iuSPUWtPMF92prSyR51jxPIB6aYTu wE4SrruQzONxY2D6wSUiwVYZjq5WWm2DnQ1iFDIIf+CzTTNVUyf9LFEEgHwYIDNm5RAg 5uzV5tBkm068F8aEb4f3cEh/98n9qi84W4HiQ= MIME-Version: 1.0 Received: by 10.140.193.15 with SMTP id q15mr1384091rvf.78.1233937090933; Fri, 06 Feb 2009 08:18:10 -0800 (PST) Date: Fri, 6 Feb 2009 11:18:10 -0500 Message-ID: Subject: Tests stalling in my config From: Michael Tolan To: core-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hello, I recently checked out revision 741606, and am attempting to run the 'test' ant task. I'm new to building hadoop from source, so my problem is most likely somewhere in my own configuration, but I'm at a bit of a loss as to how to trace it. The only environment variable that I've set for this is: JAVA_HOME=3D/home/mtolan/java/jdk1.6.0_10 (Downloaded from Sun) On running 'ant clean test', I get normal output which ends at test-core: [mkdir] Created dir: /home/mtolan/hadoop/trunk/build/test/data [mkdir] Created dir: /home/mtolan/hadoop/trunk/build/test/logs [copy] Copying 1 file to /home/mtolan/hadoop/trunk/build/test/extracon= f [junit] Running org.apache.hadoop.cli.TestCLI This runs for hours, consuming no resources, so I'm not convinced that it's working as intended. What follows are the relevant processes in 'ps', in case there's some detail I'm missing in the way the commands are being formed. PS output: mtolan 25590 32.8 4.7 227392 97712 pts/1 Sl+ 09:52 0:17 /home/mtolan/java/jdk1.6.0_10/jre/bin/java -classpath /usr/share/ant/lib/ant-launcher.jar:/usr/share/java/xmlParserAPIs.jar:/usr/= share/java/xercesImpl.jar -Dant.home=3D/usr/share/ant -Dant.library.dir=3D/usr/share/ant/lib org.apache.tools.ant.launch.Launcher -cp test mtolan 25640 17.0 2.0 701876 43356 pts/1 Sl+ 09:52 0:05 /home/mtolan/java/jdk1.6.0_10/jre/bin/java -Xmx512m -Dtest.build.data=3D/home/mtolan/hadoop/trunk/build/test/data -Dtest.cache.data=3D/home/mtolan/hadoop/trunk/build/test/cache -Dtest.debug.data=3D/home/mtolan/hadoop/trunk/build/test/debug -Dhadoop.log.dir=3D/home/mtolan/hadoop/trunk/build/test/logs -Dtest.src.dir=3D/home/mtolan/hadoop/trunk/src/test -Dtest.build.extraconf=3D/home/mtolan/hadoop/trunk/build/test/extraconf -Dhadoop.policy.file=3Dhadoop-policy.xml -Djava.library.path=3D/home/mtolan/hadoop/trunk/build/native/Linux-i386-32/= lib:/home/mtolan/hadoop/trunk/lib/native/Linux-i386-32 -Dinstall.c++.examples=3D/home/mtolan/hadoop/trunk/build/c++-examples/Linux= -i386-32 -classpath /home/mtolan/hadoop/trunk/build/test/extraconf:/home/mtolan/hado= op/trunk/build/test/classes:/home/mtolan/hadoop/trunk/src/test:/home/mtolan= /hadoop/trunk/build:/home/mtolan/hadoop/trunk/build/examples:/home/mtolan/h= adoop/trunk/build/tools:/home/mtolan/hadoop/trunk/src/test/lib/ftplet-api-1= .0.0-SNAPSHOT.jar:/home/mtolan/hadoop/trunk/src/test/lib/ftpserver-core-1.0= .0-SNAPSHOT.jar:/home/mtolan/hadoop/trunk/src/test/lib/ftpserver-server-1.0= .0-SNAPSHOT.jar:/home/mtolan/hadoop/trunk/src/test/lib/mina-core-2.0.0-M2-2= 0080407.124109-12.jar:/home/mtolan/hadoop/trunk/build/classes:/home/mtolan/= hadoop/trunk/lib/commons-cli-2.0-SNAPSHOT.jar:/home/mtolan/hadoop/trunk/lib= /hsqldb-1.8.0.10.jar:/home/mtolan/hadoop/trunk/lib/jsp-2.1/jsp-2.1.jar:/hom= e/mtolan/hadoop/trunk/lib/jsp-2.1/jsp-api-2.1.jar:/home/mtolan/hadoop/trunk= /lib/kfs-0.2.2.jar:/home/mtolan/hadoop/trunk/conf:/home/mtolan/.ivy2/cache/= commons-logging/commons-logging/jars/commons-logging-1.0.4.jar:/home/mtolan= /.ivy2/cache/log4j/log4j/jars/log4j-1.2.15.jar:/home/mtolan/.ivy2/cache/com= mons-httpclient/commons-httpclient/jars/commons-httpclient-3.0.1.jar:/home/= mtolan/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.3.jar:/= home/mtolan/.ivy2/cache/xmlenc/xmlenc/jars/xmlenc-0.52.jar:/home/mtolan/.iv= y2/cache/net.java.dev.jets3t/jets3t/jars/jets3t-0.6.1.jar:/home/mtolan/.ivy= 2/cache/commons-net/commons-net/jars/commons-net-1.4.1.jar:/home/mtolan/.iv= y2/cache/org.mortbay.jetty/servlet-api-2.5/jars/servlet-api-2.5-6.1.14.jar:= /home/mtolan/.ivy2/cache/oro/oro/jars/oro-2.0.8.jar:/home/mtolan/.ivy2/cach= e/org.mortbay.jetty/jetty/jars/jetty-6.1.14.jar:/home/mtolan/.ivy2/cache/or= g.mortbay.jetty/jetty-util/jars/jetty-util-6.1.14.jar:/home/mtolan/.ivy2/ca= che/tomcat/jasper-runtime/jars/jasper-runtime-5.5.12.jar:/home/mtolan/.ivy2= /cache/tomcat/jasper-compiler/jars/jasper-compiler-5.5.12.jar:/home/mtolan/= .ivy2/cache/commons-el/commons-el/jars/commons-el-1.0.jar:/home/mtolan/.ivy= 2/cache/junit/junit/jars/junit-3.8.1.jar:/home/mtolan/.ivy2/cache/commons-l= ogging/commons-logging-api/jars/commons-logging-api-1.0.4.jar:/home/mtolan/= .ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.4.3.jar:/home/mtolan/.ivy2= /cache/org.eclipse.jdt/core/jars/core-3.1.1.jar:/home/mtolan/.ivy2/cache/or= g.slf4j/slf4j-log4j12/jars/slf4j-log4j12-1.4.3.jar:/usr/share/ant/lib/junit= .jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/ant/lib/ant.jar:/usr/sh= are/ant/lib/ant-junit.jar org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner org.apache.hadoop.cli.TestCLI filtertrace=3Dtrue haltOnError=3Dfalse haltOnFailure=3Dfalse formatter=3Dorg.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResult= Formatter showoutput=3Dfalse outputtoformatters=3Dtrue logtestlistenerevents=3Dtrue formatter=3Dorg.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFo= rmatter,/home/mtolan/hadoop/trunk/build/test/TEST-org.apache.hadoop.cli.Tes= tCLI.txt crashfile=3D/home/mtolan/hadoop/trunk/junitvmwatcher1200620086.properties propsfile=3D/home/mtolan/hadoop/trunk/junit1008107296.properties I'm sorry I'm not including more targeted information here, but I'm a bit new, and don't yet have a great sense for what would be relevant. Please let me know if there's anything else that might help. -Mike Tolan