Created
December 23, 2013 06:56
-
-
Save wyukawa/8092742 to your computer and use it in GitHub Desktop.
hdfs error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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