Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
In Hadoop HDFS, there are some places that use config key literal strings instead of config key names, e.g.
IOUtils.java
copyBytes(in, out, conf.getInt("io.file.buffer.size", 4096), true);
We should replace places like this.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-13658 Replace config key literal strings with config key names I: hadoop common
- Resolved