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 169D0200BA9 for ; Sun, 23 Oct 2016 16:34:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 150F1160AFC; Sun, 23 Oct 2016 14:34:01 +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 5C4C1160AD8 for ; Sun, 23 Oct 2016 16:34:00 +0200 (CEST) Received: (qmail 23849 invoked by uid 500); 23 Oct 2016 14:33:59 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 23838 invoked by uid 99); 23 Oct 2016 14:33:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2016 14:33:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5DA802C1F56 for ; Sun, 23 Oct 2016 14:33:59 +0000 (UTC) Date: Sun, 23 Oct 2016 14:33:59 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13680) fs.s3a.readahead.range to use getLongBytes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 23 Oct 2016 14:34:01 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15599780#comment-15599780 ] ASF GitHub Bot commented on HADOOP-13680: ----------------------------------------- GitHub user abmodi opened a pull request: https://github.com/apache/hadoop/pull/144 HADOOP-13680. fs.s3a.readahead.range to use getLongBytes You can merge this pull request into a Git repository by running: $ git pull https://github.com/abmodi/hadoop HADOOP-13680 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hadoop/pull/144.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #144 ---- commit 5967565190331b361a9c0f025b20f82f4e2014ce Author: Abhishek Modi Date: 2016-10-23T14:32:28Z HADOOP-13680. fs.s3a.readahead.range to use getLongBytes ---- > fs.s3a.readahead.range to use getLongBytes > ------------------------------------------ > > Key: HADOOP-13680 > URL: https://issues.apache.org/jira/browse/HADOOP-13680 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Reporter: Steve Loughran > > The {{fs.s3a.readahead.range}} value is measured in bytes, but can be hundreds of KB. Easier to use getLongBytes and set to things like "300k" > This will be backwards compatible with the existing settings if anyone is using them, because the no-prefix default will still be bytes -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org