Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
-
None
-
windows
Description
FileSystem.getUri() returns URI constructed from string "file:///" This when applied to absolute Paths created on Windows breaks. For example when using a patch constructed like this with DistributedCache(). makeAbsolute(Path) seems to return path with drive letter followed by colon. URI.resolve() treats this part as authority for local filesystem on windows.
Attachments
Issue Links
- is related to
-
HADOOP-3157 TestMiniMRLocalFS fails in trunk on Windows
- Closed