Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9FBCEE56 for ; Fri, 25 Jan 2013 17:30:43 +0000 (UTC) Received: (qmail 77666 invoked by uid 500); 25 Jan 2013 17:30:43 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 77595 invoked by uid 500); 25 Jan 2013 17:30:43 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 77577 invoked by uid 99); 25 Jan 2013 17:30:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2013 17:30:42 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchilds@redhat.com designates 209.132.183.25 as permitted sender) Received: from [209.132.183.25] (HELO mx4-phx2.redhat.com) (209.132.183.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2013 17:30:37 +0000 Received: from zmail09.collab.prod.int.phx2.redhat.com (zmail09.collab.prod.int.phx2.redhat.com [10.5.83.11]) by mx4-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r0PHUFWJ010794; Fri, 25 Jan 2013 12:30:15 -0500 Date: Fri, 25 Jan 2013 12:30:15 -0500 (EST) From: Brad Childs To: cos@apache.org Cc: hdfs-dev@hadoop.apache.org Message-ID: <536080340.9031824.1359135015916.JavaMail.root@redhat.com> In-Reply-To: <20130125010520.GD12780@tpx> Subject: Re: Package Dependancy Problem building HDFS Test Suite MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.57.122] X-Mailer: Zimbra 7.2.0_GA_2669 (ZimbraWebClient - GC24 (Linux)/7.2.0_GA_2669) X-Virus-Checked: Checked by ClamAV on apache.org Cos, First, thanks for the quick reply! I really appreciate the help. I had an ant package linkage problem with my RHEL 6.3 install-- and I fixed it to get rid of that jaxp_parser_impl error. However, my build still fails (same problem). Here's the new output: http://pastebin.com/raw.php?i=hDs66ZwL ----- Original Message ----- > From: "Konstantin Boudnik" > To: hdfs-dev@hadoop.apache.org > Sent: Thursday, January 24, 2013 7:05:41 PM > Subject: Re: Package Dependancy Problem building HDFS Test Suite > > I am looking into your log and see this > > /usr/bin/build-classpath: error: Could not find jaxp_parser_impl Java > extension for this JVM > /usr/bin/build-classpath: error: Some specified jars were not found > > Does it ring a bell? > Cos > > On Thu, Jan 24, 2013 at 06:57PM, Brad Childs wrote: > > I'm trying to build the HDFS Test Suite per these instructions: > > > > http://wiki.apache.org/hadoop/HowToUseSystemTestFramework > > > > > > Specifically, I ran this: > > > > # git clone git://github.com/apache/hadoop-hdfs.git hdfs > > # cd hdfs > > # ant test-system > > -Dhadoop.conf.dir.deployed=/home/bchilds/local/hadoop-1.1.1/conf > > > > The ant build fails complaining about missing > > org.apache.hadoop.classification.* files. Here's the full build > > output: > > > > http://pastebin.com/pgU8T6WQ > > > > I have NO classpath set (if I set any classpath, even one with the > > hadoop-common jars, the build doesn't make it this far). And i'm > > using the Sun 1.6 JDK on RHEL 6.4. What am I missing? > > > > Thanks, > > Bradley Childs >