You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Mingliang Liu (JIRA)" <ji...@apache.org> on 2016/09/26 18:07:20 UTC

[jira] [Commented] (HADOOP-13644) Replace config key literal strings with config key names II: hadoop hdfs

    [ https://issues.apache.org/jira/browse/HADOOP-13644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15523773#comment-15523773 ] 

Mingliang Liu commented on HADOOP-13644:
----------------------------------------

Per offline discussion, we address this issue by modules. This JIRA is to track the effort of HDFS module, and [HADOOP-13658] is about the hadoop common module. We can create separate JIRAs for other modules like hadoop tools, yarn, mapreduce, etc, for easy review and Jenkins pre-commit.

> Replace config key literal strings with config key names II: hadoop hdfs
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-13644
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13644
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Mingliang Liu
>            Assignee: Chen Liang
>            Priority: Minor
>         Attachments: HADOOP-13644.001.patch
>
>
> There are some places that use config key literal strings instead of config key names, e.g.
> {code:title=IOUtils.java}
>     copyBytes(in, out, conf.getInt("io.file.buffer.size", 4096), true);
> {code}
> We should replace places like this.



--
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