Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 53429 invoked from network); 1 Jul 2010 19:02:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 19:02:27 -0000 Received: (qmail 50143 invoked by uid 500); 1 Jul 2010 19:02:26 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 50056 invoked by uid 500); 1 Jul 2010 19:02:25 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 50048 invoked by uid 99); 1 Jul 2010 19:02:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 19:02:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chris.dun@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 19:02:19 +0000 Received: by vws19 with SMTP id 19so3923600vws.35 for ; Thu, 01 Jul 2010 12:00:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:received :in-reply-to:references:date:message-id:subject:from:to:content-type; bh=2eiOtYaSZwF7oyjkjmos7WHLl6K5k9zb21gOAeerit4=; b=ZFZ/bUsgtxdZL970/Aj4sisaQ+pG2XdrKEB0RJnikEatrkLo6+jhbiGUJ8h3nTo4Uf AKN4dwNg0jogonOX8r9tWwZsENZ0gvFeN+hN89Gg6afWKOiaT96LIzdFZJNwuRgNkCp0 meebpC29NoLFUTjbJTdFKqBxegDqIWBQyPSew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eFrb8A+zpPnjn1n5Jygkmt4Dv1nAr83k2RSQFzJsNNwawIh8022aPApaojF7FeuY/J NDWA80ObGyh5OKSadvREmZ5TPmkhPu7xd1Ytqzg46x7jcnpGmNbzpO3E/IabBU6jwOIt CEezr3xTPbD7aLIric/juhV0MJ6Gr0eok4xvg= MIME-Version: 1.0 Received: by 10.220.49.202 with SMTP id w10mr3509534vcf.210.1278010858403; Thu, 01 Jul 2010 12:00:58 -0700 (PDT) Received: by 10.220.202.73 with HTTP; Thu, 1 Jul 2010 12:00:58 -0700 (PDT) Received: by 10.220.202.73 with HTTP; Thu, 1 Jul 2010 12:00:58 -0700 (PDT) In-Reply-To: <25571D47-76CD-4D9E-90BC-4B249775504F@linkedin.com> References: <25571D47-76CD-4D9E-90BC-4B249775504F@linkedin.com> Date: Thu, 1 Jul 2010 12:00:58 -0700 Message-ID: Subject: Re: Support for non-HDFS distributed, shared POSIX FS From: Chris D To: common-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016e64766343c007d048a5817cc X-Virus-Checked: Checked by ClamAV on apache.org --0016e64766343c007d048a5817cc Content-Type: text/plain; charset=ISO-8859-1 Yes, it is mountable on all machines simultaneously, and, for example, works properly through file:///mnt/to/dfs in a single node cluster. On Jul 1, 2010 11:51 AM, "Allen Wittenauer" wrote: On Jul 1, 2010, at 11:28 AM, Chris D wrote: > In the new URI I seek to create, each MapReduce slave... If this is a mountable file system, does LocalFileSystem work out of the box with no modifications required? --0016e64766343c007d048a5817cc--