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 5CEAB6919 for ; Sun, 17 Jul 2011 12:13:08 +0000 (UTC) Received: (qmail 83166 invoked by uid 500); 17 Jul 2011 12:13:08 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 83032 invoked by uid 500); 17 Jul 2011 12:13:07 -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 83025 invoked by uid 500); 17 Jul 2011 12:13:06 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 83022 invoked by uid 99); 17 Jul 2011 12:13:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Jul 2011 12:13:06 +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; Sun, 17 Jul 2011 12:13:04 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 20AE3A62; Sun, 17 Jul 2011 12:12:43 +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: Sun, 17 Jul 2011 12:12:42 -0000 Message-ID: <20110717121242.42913.23018@eos.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22FAQ=22_by_QwertyManiac?= 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 "FAQ" page has been changed by QwertyManiac: http://wiki.apache.org/hadoop/FAQ?action=3Ddiff&rev1=3D106&rev2=3D107 Comment: hadoop.tmp.dir explained If you find something that you wish were done better, and know how to fix= it, read HowToContribute, and contribute a patch. = =3D=3D I am seeing connection refused in the logs. How do I troubleshoot= this? =3D=3D - See ConnectionRefused . + See ConnectionRefused + = + =3D=3D Why is the 'hadoop.tmp.dir' config default user.name dependent? = =3D=3D + = + We need a directory that a user can write and also not to interfere with = other users. = + If we didn't include the username, then different users would share the s= ame tmp directory. = + This can cause authorization problems, if folks' default umask doesn't pe= rmit write by others. = + It can also result in folks stomping on each other, when they're, e.g., p= laying with HDFS and + re-format their filesystem. = =3D=3D Does Hadoop require SSH? =3D=3D Hadoop provided scripts (e.g., start-mapred.sh and start-dfs.sh) use ssh = in order to start and stop the various daemons and some other utilities. Th= e Hadoop framework in itself does not '''require''' ssh. Daemons (e.g. Task= Tracker and DataNode) can also be started manually on each node without the= script's help.