[ 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
