Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A640B10DC2 for ; Wed, 10 Jul 2013 19:12:28 +0000 (UTC) Received: (qmail 22807 invoked by uid 500); 10 Jul 2013 19:12:28 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 22701 invoked by uid 500); 10 Jul 2013 19:12:28 -0000 Mailing-List: contact common-commits-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-commits@hadoop.apache.org Received: (qmail 22694 invoked by uid 500); 10 Jul 2013 19:12:27 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 22691 invoked by uid 99); 10 Jul 2013 19:12:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:12:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:12:25 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id BA39A291; Wed, 10 Jul 2013 19:12:04 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 10 Jul 2013 19:12:04 -0000 Message-ID: <20130710191204.7625.99869@eos.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22HadoopIsNot=22_by_SteveLoughran?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "HadoopIsNot" page has been changed by SteveLoughran: https://wiki.apache.org/hadoop/HadoopIsNot?action=3Ddiff&rev1=3D9&rev2=3D10 Comment: clarify the FS a bit more * What the various log files your machine generates, and what they mean * How to set up native filesystems and mount them = - This is important. If you don't know these, you are out of your depth and= should not start installing Hadoop until you have the basics of a couple o= f linux systems up and running, letting you ssh in to each of them without = entering a password, know each other's hostname and such like. The Hadoop i= nstallation documents all assume you can do these things, and aren't going = to bother explaining about them. + This is important. If you don't know these, you are out of your depth and= should not start installing Hadoop until you have the basics of a couple o= f Linux systems up and running, letting you ssh in to each of them without = entering a password, know each other's hostname and such like. The Hadoop i= nstallation documents all assume you can do these things, and aren't going = to bother explaining about them. = = - =3D=3D HDFS is not a POSIX filesystem =3D=3D + =3D=3D HDFS is not a complete POSIX filesystem =3D=3D = - The Posix filesystem model has files that can appended too, seek() calls = made, files locked.You cannot seamlessly map code that assumes that all fil= esystems are Posix-compatible to HDFS. + The Posix filesystem model has expectations of what a filesystem can do t= hat HDFS cannot. A key one is that you can only add data to the end of the = file, not seek to the middle and write things. You cannot seamlessly map co= de that assumes that all filesystems are Posix-compatible to HDFS. =20