Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA9259C9F for ; Wed, 8 Aug 2012 17:40:26 +0000 (UTC) Received: (qmail 18005 invoked by uid 500); 8 Aug 2012 17:40:21 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 17935 invoked by uid 500); 8 Aug 2012 17:40:21 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 17752 invoked by uid 99); 8 Aug 2012 17:40:21 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2012 17:40:21 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id C6E5B1427FB for ; Wed, 8 Aug 2012 17:40:20 +0000 (UTC) Date: Wed, 8 Aug 2012 17:40:20 +0000 (UTC) From: "Eric Newton (JIRA)" To: dev@accumulo.apache.org Message-ID: <1620789027.899.1344447620818.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (ACCUMULO-722) Accumulo using Accumulo as its own NameNode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Eric Newton created ACCUMULO-722: ------------------------------------ Summary: Accumulo using Accumulo as its own NameNode Key: ACCUMULO-722 URL: https://issues.apache.org/jira/browse/ACCUMULO-722 Project: Accumulo Issue Type: Bug Reporter: Eric Newton Assignee: Eric Newton On large clusters, the NameNode can become a performance bottleneck. The NameNode is also a single-point of failure. Recent improvements to HDFS to support High Availability and Federation [See ACCUMULO-118] help address these issues, but at greater administrative costs and specialized hardware. We have seen demonstrations of using HBase to host a NameNode. There's Aaron Cordova's example of a Distributed Name Node: [Design for a Distributed Name Node |http://www.slideshare.net/acordova00/design-for-a-distributed-name-node ] And giraffa: [Dynamic Namespace Partitioning with Giraffa File System |http://www.slideshare.net/Hadoop_Summit/dynamic-namespace-partitioning-with-giraffa-file-system] We could incrementally implement a self-hosted Accumulo, which would run as its own NameNode. This would be useful for large Accumulo installations. Over the long term, we could incorporate all NameNode functions to provide a scalable, distributed NameNode for other large Hadoop installations. Hopefully the approach used could be trivially ported to HBase as well. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira