|
@@ -114,8 +114,8 @@ import org.xml.sax.SAXException;
|
|
|
* For example, one might define a final parameter with:
|
|
|
* <tt><pre>
|
|
|
* <property>
|
|
|
- * <name>dfs.client.buffer.dir</name>
|
|
|
- * <value>/tmp/hadoop/dfs/client</value>
|
|
|
+ * <name>dfs.hosts.include</name>
|
|
|
+ * <value>/etc/hadoop/conf/hosts.include</value>
|
|
|
* <b><final>true</final></b>
|
|
|
* </property></pre></tt>
|
|
|
*
|
|
@@ -2154,8 +2154,6 @@ public class Configuration implements Iterable<Map.Entry<String,String>>,
|
|
|
new String[]{CommonConfigurationKeys.NET_TOPOLOGY_NODE_SWITCH_MAPPING_IMPL_KEY});
|
|
|
Configuration.addDeprecation("dfs.df.interval",
|
|
|
new String[]{CommonConfigurationKeys.FS_DF_INTERVAL_KEY});
|
|
|
- Configuration.addDeprecation("dfs.client.buffer.dir",
|
|
|
- new String[]{CommonConfigurationKeys.FS_CLIENT_BUFFER_DIR_KEY});
|
|
|
Configuration.addDeprecation("hadoop.native.lib",
|
|
|
new String[]{CommonConfigurationKeys.IO_NATIVE_LIB_AVAILABLE_KEY});
|
|
|
Configuration.addDeprecation("fs.default.name",
|