Skip to content

Instantly share code, notes, and snippets.

@wyukawa
Created December 23, 2013 06:56
Show Gist options
  • Select an option

  • Save wyukawa/8092742 to your computer and use it in GitHub Desktop.

Select an option

Save wyukawa/8092742 to your computer and use it in GitHub Desktop.
hdfs error
Caused by: java.io.IOException: Failed to get block info from any of the DN in pipeline: [...]
at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.updateBlockInfo(DFSClient.java:2079)
at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.fetchLocatedBlocks(DFSClient.java:2020)
at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.openInfo(DFSClient.java:1975)
at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.<init>(DFSClient.java:1967)
at org.apache.hadoop.hdfs.DFSClient.open(DFSClient.java:735)
at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:165)
at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:436)
at org.apache.hadoop.mapred.LineRecordReader.<init>(LineRecordReader.java:86)
at org.apache.hadoop.mapred.TextInputFormat.getRecordReader(TextInputFormat.java:55)
at org.apache.hadoop.hive.ql.io.HiveInputFormat.getRecordReader(HiveInputFormat.java:241)
... 9 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment