Remove FS_CLIENT_BUFFER_DIR_KEY = "fs.client.buffer.dir" from CommonConfigurationKeys.java (not used, deprecated) -----------------------------------------------------------------------------------------------------------------
Key: HADOOP-6802 URL: https://issues.apache.org/jira/browse/HADOOP-6802 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.22.0 Reporter: Erik Steffl Fix For: 0.22.0 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.