Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.22.0, 0.23.0
-
None
-
None
-
Reviewed
Description
Hadoop long ago deprecated the configuration "io.bytes.per.checksum" in favor of "dfs.bytes-per-checksum", but when the programmatic deprecation support was added, we didn't add an entry for this pair.
This is causing some tests to fail on branch-0.22 since the inclusion of HADOOP-7287, since some tests which were inadvertently using default config values are now having their settings actually picked up.