Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 73183 invoked from network); 25 Sep 2008 15:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2008 15:34:45 -0000 Received: (qmail 5604 invoked by uid 500); 25 Sep 2008 15:34:38 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 5569 invoked by uid 500); 25 Sep 2008 15:34:38 -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 5558 invoked by uid 99); 25 Sep 2008 15:34:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 08:34:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of the.stuart.sierra@gmail.com designates 209.85.217.13 as permitted sender) Received: from [209.85.217.13] (HELO mail-gx0-f13.google.com) (209.85.217.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2008 15:33:34 +0000 Received: by gxk6 with SMTP id 6so7354560gxk.5 for ; Thu, 25 Sep 2008 08:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=D5zS0Rje4Rgt89Vm1IdCyyPgNl7F08kD37+rXRPkuJE=; b=Z45LaqIOQQLI4H5Nhl2LEQbWAYDLgh6X7dreCjeUolQGcRXqjQGToatR3pKP9bH9lE xdtt6zB3YUJ4fixBMzYLRx06ioRttoOfpZsGggnLoeVfJfeiY7OQ+gaBtDvHoiOFvRbk V1rEpdrfwhJNJ4E5bR85CYR7RqP0Ej+tL6LA4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=EE1yCJ8bhRO1XA/AAZTppVhFw0KiIlzDFU7BRBM79pNIcyDVTxs2d6Al4vQ43uy9Du xBDpm1Hf8NpX8ynQycXfzeJqWESK418w98p8kt1aYB03veax0dflrPJ5fDgLEDJMBvSy 9W2P4KQxLDCkPei8O0bnPD8inQF/p4XxME19Q= Received: by 10.151.79.6 with SMTP id g6mr46811ybl.228.1222356787810; Thu, 25 Sep 2008 08:33:07 -0700 (PDT) Received: by 10.151.118.21 with HTTP; Thu, 25 Sep 2008 08:33:07 -0700 (PDT) Message-ID: <314ee0450809250833w244fd85m6b447c1b90e380d8@mail.gmail.com> Date: Thu, 25 Sep 2008 11:33:07 -0400 From: "Stuart Sierra" Sender: the.stuart.sierra@gmail.com To: core-user@hadoop.apache.org Subject: Bundle upload failed while creating EC2 AMI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: db1a2f98af444f36 X-Virus-Checked: Checked by ClamAV on apache.org Hello, all, I'm trying to create a custom Hadoop image for EC2. The scripts in "src/contrib/ec2" work fine up to the point of uploading the image to S3. Here are the last few lines of output: Uploaded hadoop-0.18.1-i386.part.17 to https://s3.amazonaws.com:443/MY_S3_BUCKET/hadoop-0.18.1-i386.part.17. Uploaded hadoop-0.18.1-i386.part.18 to https://s3.amazonaws.com:443/MY_S3_BUCKET/hadoop-0.18.1-i386.part.18. Uploaded hadoop-0.18.1-i386.part.19 to https://s3.amazonaws.com:443/MY_S3_BUCKET/hadoop-0.18.1-i386.part.19. Bundle upload failed. Done Error: failed to upload "/mnt/hadoop-0.18.1-i386.part.20", Server.InternalError(500): We encountered an internal error. Please try again. Client.InvalidManifest: HTTP 404 (Not Found) response for URL http://s3.amazonaws.com:80/MY_S3_BUCKET/hadoop-0.18.1-i386.manifest.xml: check your manifest path is correct. Anybody know what's going on here, or how I can fix it? Thanks, -Stuart