Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A0B317A12 for ; Wed, 4 Feb 2015 21:13:35 +0000 (UTC) Received: (qmail 67000 invoked by uid 500); 4 Feb 2015 21:13:35 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 66891 invoked by uid 500); 4 Feb 2015 21:13:35 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 66879 invoked by uid 99); 4 Feb 2015 21:13:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2015 21:13:35 +0000 Date: Wed, 4 Feb 2015 21:13:35 +0000 (UTC) From: "Ray (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-7737) Implement distributed namenode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ray created HDFS-7737: ------------------------- Summary: Implement distributed namenode Key: HDFS-7737 URL: https://issues.apache.org/jira/browse/HDFS-7737 Project: Hadoop HDFS Issue Type: New Feature Reporter: Ray Assignee: Ray Priority: Minor Try to add the following functions on HDFS: 1) Manually move metadata across different name nodes, without losing the original data locality 2) Automatically balance metadata across different name nodes with a novel subtree partition algorithm 3) Able to set a replication factor number for each name node, and each replicated name node can balance live read/write traffic 4) All the functionalities above are highly configurable, and the administrator can decide if he wants to use distributed name node setup or just HDFS federation -- This message was sent by Atlassian JIRA (v6.3.4#6332)