Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 66838 invoked from network); 2 Oct 2007 18:45:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 18:45:31 -0000 Received: (qmail 44993 invoked by uid 500); 2 Oct 2007 18:45:20 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 44969 invoked by uid 500); 2 Oct 2007 18:45:20 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 44960 invoked by uid 99); 2 Oct 2007 18:45:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 11:45:20 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 18:45:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CEBC91A9832; Tue, 2 Oct 2007 11:45:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581345 - in /lucene/hadoop/trunk: CHANGES.txt build.xml Date: Tue, 02 Oct 2007 18:45:08 -0000 To: hadoop-commits@lucene.apache.org From: omalley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071002184508.CEBC91A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: omalley Date: Tue Oct 2 11:45:08 2007 New Revision: 581345 URL: http://svn.apache.org/viewvc?rev=581345&view=rev Log: HADOOP-1934. Replace spaces with underscores in the platform name so that the c++ build works on Mac OS. (omalley) Modified: lucene/hadoop/trunk/CHANGES.txt lucene/hadoop/trunk/build.xml Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?rev=581345&r1=581344&r2=581345&view=diff ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Tue Oct 2 11:45:08 2007 @@ -218,6 +218,9 @@ HADOOP-1930. Fix the blame for failed fetchs on the right host. (Arun C. Murthy via omalley) + HADOOP-1934. Fix the platform name on Mac to use underscores rather than + spaces. (omalley) + IMPROVEMENTS HADOOP-1908. Restructure data node code so that block sending and Modified: lucene/hadoop/trunk/build.xml URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/build.xml?rev=581345&r1=581344&r2=581345&view=diff ============================================================================== --- lucene/hadoop/trunk/build.xml (original) +++ lucene/hadoop/trunk/build.xml Tue Oct 2 11:45:08 2007 @@ -36,8 +36,13 @@ + + + + + value="${nonspace.os}-${os.arch}-${sun.arch.data.model}"/>