Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02034107DF for ; Wed, 4 Jun 2014 06:40:03 +0000 (UTC) Received: (qmail 27267 invoked by uid 500); 4 Jun 2014 06:40:02 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 27213 invoked by uid 500); 4 Jun 2014 06:40:02 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 27202 invoked by uid 99); 4 Jun 2014 06:40:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 06:40:02 +0000 Date: Wed, 4 Jun 2014 06:40:02 +0000 (UTC) From: "Dian Fu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-6465) Enable the configuration of multiple clusters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-6465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated HDFS-6465: -------------------------- Target Version/s: 3.0.0 Affects Version/s: (was: DisasterRecovery (HDFS-5442)) Fix Version/s: (was: 3.0.0) > Enable the configuration of multiple clusters > --------------------------------------------- > > Key: HDFS-6465 > URL: https://issues.apache.org/jira/browse/HDFS-6465 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Dian Fu > Assignee: Dian Fu > Attachments: HDFS-6465.1.patch, HDFS-6465.2.patch, HDFS-6465.patch > > > Tracks the changes required for configuration DR. > configurations added: > DFS_REGION_ID("dfs.region.id") : the region id of current cluster > DFS_REGIONS("dfs.regions") : the region ids of all clusters, including both the primary cluster and mirror cluster > DFS_REGION_PRIMARY("dfs.region.primary") : the region id of primary cluster > configurations modified: > The configurations in NAMENODE.NAMENODE_SPECIFIC_KEYS can be configured in the following format to distinguish between clusters. > If a configuration with a region id as suffix cannot be found, the configuration without region id as suffix will be used instead: > ... > The configurations in NAMENODE.NAMESERVICE_SPECIFIC_KEYS can be configured in the following format to distinguish between clusters. > If a configuration with a region id as suffix cannot be found, the configuration without region id as suffix will be used instead: > .. -- This message was sent by Atlassian JIRA (v6.2#6252)