Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 17404 invoked from network); 24 Aug 2007 16:30:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 16:30:00 -0000 Received: (qmail 85362 invoked by uid 500); 24 Aug 2007 16:29:55 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 85338 invoked by uid 500); 24 Aug 2007 16:29:55 -0000 Mailing-List: contact hadoop-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-user@lucene.apache.org Delivered-To: mailing list hadoop-user@lucene.apache.org Received: (qmail 85329 invoked by uid 99); 24 Aug 2007 16:29:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 09:29:55 -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 albert.chern@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 16:29:50 +0000 Received: by py-out-1112.google.com with SMTP id f31so2785798pyh for ; Fri, 24 Aug 2007 09:29:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=g2M7IP2d1GqRwbPHjwvhB7A6oN0P315HzxH8C6oa99Acnm9Fk45riIpT0SAhI29K3Q0dpmygP3rWFGpQIC+yFq4lpXtDTwrU+dAK/90O9TuY4o8XiRpa43A1OWHoDC0GvFqr5KuVDLgThliDQfToiCAyHFzpJC0glsTd1K3WKDQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=udMbUx93B7ZRmik1h5RfssTzSKWTcpsMWhKPXEtwnbji060PUPOsAFaJJVmw3tTw3/QCyrasn3af5eYb0R1jpUOf7uDtPn2undrTW7uWzYRX5thl65OSeZaShgsHjnblkuMxTv4vDUGcrpNLD1PcKC4tD/oqV5JZEMUSEkKsSY4= Received: by 10.65.194.13 with SMTP id w13mr5877718qbp.1187972969323; Fri, 24 Aug 2007 09:29:29 -0700 (PDT) Received: by 10.65.139.14 with HTTP; Fri, 24 Aug 2007 09:29:29 -0700 (PDT) Message-ID: <73c1c44f0708240929l3440fe3dk10c64f4c0bc907d2@mail.gmail.com> Date: Fri, 24 Aug 2007 09:29:29 -0700 From: "Albert Chern" To: hadoop-user@lucene.apache.org Subject: Re: permission problems in hadoop MapFile (0.12) In-Reply-To: <3DC3A6FF87DCBD418C09476C317C568B02850088@yukon.delta.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13427_5209370.1187972969283" References: <3DC3A6FF87DCBD418C09476C317C568B02850088@yukon.delta.de> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_13427_5209370.1187972969283 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline It looks like you're trying to write the output of a job to /root. I'm not familiar with Nutch, but I just looked at the source and I think you might be launching the crawl from /root, and Nutch is trying to create a temporar= y linkdb there. Try launching the crawl from a directory you have permission= s to. On 8/24/07, Otto, Frank wrote: > > Can nobody help me? > > Why does hadoop write in /root/? I do think with the folders in hadoop > configuration files, I can set all needed folders. > > > kind regards > > Frank > > > -----Urspr=FCngliche Nachricht----- > > Von: Otto, Frank [mailto:otto@delta-barth.de] > > Gesendet: Mittwoch, 22. August 2007 13:40 > > An: 'hadoop-user@lucene.apache.org' > > Betreff: permission problems in hadoop MapFile (0.12) > > > > > > hi, > > > > I'm running nutch at a webapp on a webserver, which is > > hostetd by a provider. If I want to crawl, I will get > > following exception: > > > > java.io.IOException: Mkdirs failed to create directory > > /root/linkdb-657635469/part-00000 > > at > > org.apache.hadoop.io.MapFile$Writer.(MapFile.java:121) > > at org.apache.hadoop.io.MapFile$Writer.(MapFile.java:84) > > at > > org.apache.hadoop.mapred.MapFileOutputFormat.getRecordWriter(M > > apFileOutputFormat.java:44) > > at > > org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:292) > > at > > org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner > > .java:155) > > > > > > I have no write acces to /root/. How can I change this > > folder? I have set in hadoop-site.xml the hadoop.tmp.dir. > > > > > > kind regards > > > > Frank > > > ------=_Part_13427_5209370.1187972969283--