Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 93FAB200B82 for ; Thu, 1 Sep 2016 10:59:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8B80E160AB5; Thu, 1 Sep 2016 08:59:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D1FEE160ACE for ; Thu, 1 Sep 2016 10:59:26 +0200 (CEST) Received: (qmail 60421 invoked by uid 500); 1 Sep 2016 08:59:20 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 60371 invoked by uid 99); 1 Sep 2016 08:59:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2016 08:59:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A3D7A2C1B7F for ; Thu, 1 Sep 2016 08:59:20 +0000 (UTC) Date: Thu, 1 Sep 2016 08:59:20 +0000 (UTC) From: "Yiqun Lin (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-9847) HDFS configuration without time unit name should accept friendly time units MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 01 Sep 2016 08:59:42 -0000 [ https://issues.apache.org/jira/browse/HDFS-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yiqun Lin updated HDFS-9847: ---------------------------- Attachment: HDFS-9847.008.patch I make some minor change based on v007 patch to fix FindBugs and checkstyle warnings. Attach a new patch. > HDFS configuration without time unit name should accept friendly time units > --------------------------------------------------------------------------- > > Key: HDFS-9847 > URL: https://issues.apache.org/jira/browse/HDFS-9847 > Project: Hadoop HDFS > Issue Type: Sub-task > Affects Versions: 2.7.1 > Reporter: Yiqun Lin > Assignee: Yiqun Lin > Attachments: HDFS-9847-branch-2.001.patch, HDFS-9847-branch-2.002.patch, HDFS-9847-nothrow.001.patch, HDFS-9847-nothrow.002.patch, HDFS-9847-nothrow.003.patch, HDFS-9847-nothrow.004.patch, HDFS-9847.001.patch, HDFS-9847.002.patch, HDFS-9847.003.patch, HDFS-9847.004.patch, HDFS-9847.005.patch, HDFS-9847.006.patch, HDFS-9847.007.patch, HDFS-9847.008.patch, branch-2-delta.002.txt, timeduration-w-y.patch > > > In HDFS-9821, it talks about the issue of leting existing keys use friendly units e.g. 60s, 5m, 1d, 6w etc. But there are som configuration key names contain time unit name, like {{dfs.blockreport.intervalMsec}}, so we can make some other configurations which without time unit name to accept friendly time units. The time unit {{seconds}} is frequently used in hdfs. We can updating this configurations first. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org