[ https://issues.apache.org/jira/browse/HADOOP-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Loughran resolved HADOOP-776. ----------------------------------- Resolution: Fixed > Task failed with java.io.IOException: No valid local directories in property: > dfs.client.buffer.dir > --------------------------------------------------------------------------------------------------- > > Key: HADOOP-776 > URL: https://issues.apache.org/jira/browse/HADOOP-776 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Reporter: Devaraj Das > Assignee: Owen O'Malley > > In the sort benchmark run, I noticed a reduce task failing with the following > error/exception: > java.io.IOException: No valid local directories in property: > dfs.client.buffer.dir > at org.apache.hadoop.conf.Configuration.getFile(Configuration.java:401) > at > org.apache.hadoop.dfs.DFSClient$DFSOutputStream.newBackupFile(DFSClient.java:915) > at org.apache.hadoop.dfs.DFSClient$DFSOutputStream.(DFSClient.java:905) > at org.apache.hadoop.dfs.DFSClient.create(DFSClient.java:278) > at > org.apache.hadoop.dfs.DistributedFileSystem.createRaw(DistributedFileSystem.java:106) > at > org.apache.hadoop.fs.FSDataOutputStream$Summer.(FSDataOutputStream.java:58) > at org.apache.hadoop.fs.FSDataOutputStream.(FSDataOutputStream.java:159) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:283) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:182) > However, another reduce task scheduled on the same node didn't throw any such > exception. Maybe this is related to HADOOP-242 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.