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 2F6C21121C for ; Thu, 28 Aug 2014 21:11:10 +0000 (UTC) Received: (qmail 46244 invoked by uid 500); 28 Aug 2014 21:11:08 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 46133 invoked by uid 500); 28 Aug 2014 21:11:08 -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 45790 invoked by uid 99); 28 Aug 2014 21:11:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 21:11:08 +0000 Date: Thu, 28 Aug 2014 21:11:08 +0000 (UTC) From: "Zhe Zhang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-6968) Configurable replication degree in the hadoop archive command 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-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhe Zhang updated HDFS-6968: ---------------------------- Status: Patch Available (was: Open) > Configurable replication degree in the hadoop archive command > ------------------------------------------------------------- > > Key: HDFS-6968 > URL: https://issues.apache.org/jira/browse/HDFS-6968 > Project: Hadoop HDFS > Issue Type: New Feature > Reporter: Zhe Zhang > Assignee: Zhe Zhang > Priority: Minor > Attachments: HDFS-6968.patch > > > Due to be below hard-coded replication degree in {{HadoopArchives}}, the {{archive}} command will fail if HDFS maximum replication has already been configured to a number lower than 10. > {code:java} > //increase the replication of src files > jobfs.setReplication(srcFiles, (short) 10); > {code} > This Jira will make the {{archive}} command configurable with desired replication degree. -- This message was sent by Atlassian JIRA (v6.2#6252)