File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
hadoop-hdfs-project/hadoop-hdfs/src/main/resources Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments