Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
Reviewed
Description
Call dirAllocator.getLocalPathForWrite ( path , conf );
without configuring "dfs.client.buffer.dir"..
java.lang.NullPointerException at org.apache.hadoop.fs.LocalDirAllocator$AllocatorPerContext.confChanged(LocalDirAllocator.java:261) at org.apache.hadoop.fs.LocalDirAllocator$AllocatorPerContext.getLocalPathForWrite(LocalDirAllocator.java:365) at org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:134) at org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:113)
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-12252 LocalDirAllocator should not throw NPE with empty string configuration.
- Resolved
- requires
-
HADOOP-8437 getLocalPathForWrite should throw IOException for invalid paths
- Resolved