Created
November 16, 2012 21:57
-
-
Save rhelmer/4091265 to your computer and use it in GitHub Desktop.
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
| Backend error message | |
| --------------------- | |
| org.apache.hadoop.hbase.client.RetriesExhaustedException: Trying to contact region server null for region , row '', but failed after 10 attempts. | |
| Exceptions: | |
| java.lang.NullPointerException | |
| java.lang.NullPointerException | |
| java.lang.NullPointerException | |
| java.lang.NullPointerException | |
| java.lang.NullPointerException | |
| java.lang.NullPointerException | |
| java.lang.NullPointerException | |
| java.lang.NullPointerException | |
| java.lang.NullPointerException | |
| java.lang.NullPointerException | |
| at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.getRegionServerWithRetries(HConnectionManager.java:1290) | |
| at org.apache.hadoop.hbase.client.HTable$ClientScanner.nextScanner(HTable.java:1142) | |
| at org.apache.hadoop.hbase.client.HTable$ClientScanner.initialize(HTable.java:1065) | |
| at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:559) | |
| at com.mozilla.hadoop.hbase.mapreduce.MultiScanTableInputFormat$TableRecordReader.restart(MultiScanTableInputFormat.java:232) | |
| at com.mozilla.hadoop.hbase.mapreduce.MultiScanTa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a long shot but did you happen to resolve this issue?