Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.0
-
Reviewed
Description
In CommonConfigurationKeys.java:
public static final String FS_CLIENT_BUFFER_DIR_KEY = "fs.client.buffer.dir";
The variable FS_CLIENT_BUFFER_DIR_KEY and string "fs.client.buffer.dir" are not used anywhere (Checked Hadoop Common, Hdfs and Mapred projects), it seems they should be removed.