Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 57463 invoked from network); 31 May 2006 23:53:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 May 2006 23:53:23 -0000 Received: (qmail 36074 invoked by uid 500); 31 May 2006 23:53:23 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 36044 invoked by uid 500); 31 May 2006 23:53:23 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 36035 invoked by uid 99); 31 May 2006 23:53:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 16:53:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2006 16:53:22 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 99A55714204 for ; Wed, 31 May 2006 23:52:30 +0000 (GMT) Message-ID: <15147467.1149119550626.JavaMail.jira@brutus> Date: Wed, 31 May 2006 23:52:30 +0000 (GMT+00:00) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-264) WritableFactory has no permissions to create DatanodeRegistration In-Reply-To: <15795140.1149117510008.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-264?page=comments#action_12414176 ] Doug Cutting commented on HADOOP-264: ------------------------------------- There is an idiom for this hack. See e.g., the static initializer blocks near the top of DataNode, DFSClient, DFSShell, JobTracker, TaskTracker, etc. It's nice to keep these all uniform, with the same comment, so that, someday, we can easily remove them all at once. > WritableFactory has no permissions to create DatanodeRegistration > ----------------------------------------------------------------- > > Key: HADOOP-264 > URL: http://issues.apache.org/jira/browse/HADOOP-264 > Project: Hadoop > Type: Bug > Components: dfs > Versions: 0.3 > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Priority: Blocker > Fix For: 0.3 > Attachments: fix-datanode-registration-perm.patch > > The datanode can not come up because the DatanodeRegistration is package local and the factory registration doesn't happen. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira