[ 
https://issues.apache.org/jira/browse/HDFS-10903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chen Liang updated HDFS-10903:
------------------------------
    Attachment: HDFS-10903.003.patch

Thanks [~liuml07] for the comments, uploaded v03 patch to include these changes.

> Replace config key literal strings with config key names II: hadoop hdfs
> ------------------------------------------------------------------------
>
>                 Key: HDFS-10903
>                 URL: https://issues.apache.org/jira/browse/HDFS-10903
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Mingliang Liu
>            Assignee: Chen Liang
>            Priority: Minor
>         Attachments: HADOOP-13644.001.patch, HDFS-10903.002.patch, 
> HDFS-10903.003.patch
>
>
> In *Hadoop HDFS*, 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: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to