Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1-win, 3.0.0-alpha1
-
None
-
Reviewed
Description
DiskChecker.checkDir uses File.canRead, File.canWrite, and File.canExecute to check if a directory is inaccessible. These APIs are not reliable on Windows with NTFS ACLs due to a known JVM bug.
Attachments
Attachments
Issue Links
- breaks
-
HDFS-4586 TestDataDirs.testGetDataDirsFromURIs fails with all directories in dfs.datanode.data.dir are invalid
- Closed
- is part of
-
HADOOP-8562 Enhancements to support Hadoop on Windows Server and Windows Azure environments
- Closed
- is related to
-
HADOOP-9413 Introduce common utils for File#setReadable/Writable/Executable and File#canRead/Write/Execute that work cross-platform
- Closed
-
HADOOP-9367 Consider combining the implementations of DiskChecker.checkDir for all supported platforms
- Open
- requires
-
HADOOP-8955 "chmod" executable not found on Windows
- Resolved