diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml index f228210a615..55b0b589229 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml @@ -1687,7 +1687,7 @@ A comma-separated list of paths to use when creating file descriptors that will be shared between the DataNode and the DFSClient. Typically we use /dev/shm, so that the file descriptors will not be written to disk. - Systems that don't have /dev/shm will fall back to /tmp by default. + It tries paths in order until creation of shared memory segment succeeds. @@ -2718,18 +2718,6 @@ - - dfs.datanode.shared.file.descriptor.paths - /dev/shm,/tmp - - Comma separated paths to the directory on which - shared memory segments are created. - The client and the DataNode exchange information via - this shared memory segment. - It tries paths in order until creation of shared memory segment succeeds. - - - dfs.namenode.audit.log.debug.cmdlist