Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.22.0, 0.23.0
-
None
-
Incompatible change, Reviewed
-
The permissions on datanode data directories (configured by dfs.datanode.data.dir.perm) now default to 0700. Upon startup, the datanode will automatically change the permissions to match the configured value.
Description
Currently, dfs.data.dir defaults to 755 permissions, which isn't necessary for any reason, and is a security issue if not changed on a secured cluster. We should default to 700