Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 60021 invoked from network); 17 Jul 2008 01:03:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2008 01:03:57 -0000 Received: (qmail 1226 invoked by uid 500); 17 Jul 2008 01:03:51 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 1197 invoked by uid 500); 17 Jul 2008 01:03:51 -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 1186 invoked by uid 99); 17 Jul 2008 01:03:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2008 18:03:51 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of slitzferrari@gmail.com designates 74.125.44.30 as permitted sender) Received: from [74.125.44.30] (HELO yx-out-2324.google.com) (74.125.44.30) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2008 01:02:57 +0000 Received: by yx-out-2324.google.com with SMTP id 8so1953306yxg.29 for ; Wed, 16 Jul 2008 18:03:03 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=eBAC9jC/bM+aJ/OIHg9JROvuZRwEH83OEQrblOe+A+U=; b=f+cWMsdxhdpAQmRmjaH9Y+5Rch3mHZtrvnMzMwftv16PxaGnQ1tsiqm3clMVMnDYYC cOXK8y1N7TRH+S7phj8N2BTo7UqgRT5vs3+SKqJAXRRkpHR/RyJ8yZDMNZst7ZtWl+FC SSb06xoN/MIqyEVtZsA/8ndN2yPGcD5Ag7ajc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=Anlw4rdQoe16DSSplT30SD6rTxJrIBWDqh2sx25bXq/7KMBBbJz636FU9W2gnRossI 7DhyaU8laHNPs3fOz6fY4DALJk/99c0j53InGvh26mI1il8pVoq678IoT785uzrKRWex RB1qscyfiVXYjjp7miBL2B+THfpq2BUXfKSnY= Received: by 10.114.193.1 with SMTP id q1mr1111092waf.70.1216256582297; Wed, 16 Jul 2008 18:03:02 -0700 (PDT) Received: by 10.115.48.10 with HTTP; Wed, 16 Jul 2008 18:03:02 -0700 (PDT) Message-ID: Date: Thu, 17 Jul 2008 02:03:02 +0100 From: slitz To: core-user@hadoop.apache.org Subject: Re: Namenode Exceptions with S3 In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_39617_12448080.1216256582293" References: <5dd5b7e40807011634g43ff1351l57399fa323853f09@mail.gmail.com> <5dd5b7e40807101406v4599365duf26aafae07db7cd1@mail.gmail.com> <5dd5b7e40807110831u5cef33abr1cdfec6f04c9d4d2@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_39617_12448080.1216256582293 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry for the time taken to respond, i've been doing some tests on this. Your workaround worked like a charm, thank you :) now i'm able to fetch the data from S3 process using HDFS and put the results in S3. about the a) problem that i mentioned in my previous email, now i understood the error, i was starting namenode and datanodes and changing fs.default.name to s3://bucket/ after that, now i understand why it doesn't work. Thank you *very* much for your help, now i can use EC2 and S3 :) slitz On Fri, Jul 11, 2008 at 10:46 PM, Tom White wrote: > On Fri, Jul 11, 2008 at 9:09 PM, slitz wrote: > > a) Use S3 only, without HDFS and configuring fs.default.name as > s3://bucket > > -> PROBLEM: we are getting ERROR org.apache.hadoop.dfs.NameNode: > > java.lang.RuntimeException: Not a host:port pair: XXXXX > > What command are you using to start Hadoop? > > > b) Use HDFS as the default FS, specifying S3 only as input for the first > Job > > and output for the last(assuming one has multiple jobs on same data) > > -> PROBLEM: https://issues.apache.org/jira/browse/HADOOP-3733 > > Yes, this is a problem. I've added a comment to the Jira description > describing a workaround. > > Tom > ------=_Part_39617_12448080.1216256582293--