Created
December 29, 2013 18:01
-
-
Save wyukawa/8172948 to your computer and use it in GitHub Desktop.
Could not obtain block
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: Could not obtain block: … | |
| at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.chooseDataNode(DFSClient.java:2460) | |
| at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.blockSeekTo(DFSClient.java:2252) | |
| at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.read(DFSClient.java:2415) | |
| at java.io.DataInputStream.read(DataInputStream.java:100) | |
| at org.apache.hadoop.util.LineReader.readDefaultLine(LineReader.java:205) | |
| at org.apache.hadoop.util.LineReader.readLine(LineReader.java:169) | |
| at org.apache.hadoop.mapred.LineRecordReader.next(LineRecordReader.java:176) | |
| at org.apache.hadoop.mapred.LineRecordReader.next(LineRecordReader.java:43) | |
| at org.apache.hadoop.hive.ql.io.HiveContextAwareRecordReader.doNext(HiveContextAwareRecordReader.java:274) | |
| ... 15 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment