Skip to content

Commit 13907d8

Browse files
puleya77iwasakims
authored andcommitted
HDFS-14432. dfs.datanode.shared.file.descriptor.paths duplicated in hdfs-default.xml
Signed-off-by: Masatake Iwasaki <iwasakims@apache.org>
1 parent 75e94b5 commit 13907d8

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@
17241724
A comma-separated list of paths to use when creating file descriptors that
17251725
will be shared between the DataNode and the DFSClient. Typically we use
17261726
/dev/shm, so that the file descriptors will not be written to disk.
1727-
Systems that don't have /dev/shm will fall back to /tmp by default.
1727+
It tries paths in order until creation of shared memory segment succeeds.
17281728
</description>
17291729
</property>
17301730

@@ -2803,18 +2803,6 @@
28032803
</description>
28042804
</property>
28052805

2806-
<property>
2807-
<name>dfs.datanode.shared.file.descriptor.paths</name>
2808-
<value>/dev/shm,/tmp</value>
2809-
<description>
2810-
Comma separated paths to the directory on which
2811-
shared memory segments are created.
2812-
The client and the DataNode exchange information via
2813-
this shared memory segment.
2814-
It tries paths in order until creation of shared memory segment succeeds.
2815-
</description>
2816-
</property>
2817-
28182806
<property>
28192807
<name>dfs.namenode.audit.log.debug.cmdlist</name>
28202808
<value></value>

0 commit comments

Comments
 (0)