Okay.  Thanks. 

This exception was thrown two times so far in the java process:

2009-05-15 12:42:28,080 DEBUG [main]
client.HConnectionManager$TableServers(966): Reloading region XX,,XX
location because regionserver didn't accept updates; tries=0 of max=10,
waiting=2000ms
2009-05-15 12:42:30,080 DEBUG [main]
client.HConnectionManager$TableServers(691): Removed XX for tableName=XX
from cache because of XX
2009-05-15 12:42:30,111 DEBUG [main]
client.HConnectionManager$TableServers(796): Found ROOT at
xxx.xxx.xxx.xxx:60020
2009-05-15 12:42:30,127 DEBUG [main]
client.HConnectionManager$TableServers(570): locateRegionInMeta attempt 0 of
10 failed; retrying after sleep of 2000
org.apache.hadoop.hbase.client.NoServerForRegionException: No server address
listed in .META. for region XX,XX
        at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegionInMeta(HConnectionManager.java:548)
        at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.locateRegion(HConnectionManager.java:478)
        at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.relocateRegion(HConnectionManager.java:447)
        at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.getRegionLocation(HConnectionManager.java:292)
        at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.getRegionLocationForRowWithRetries(HConnectionManager.java:902)
        at
org.apache.hadoop.hbase.client.HConnectionManager$TableServers.processBatchOfRows(HConnectionManager.java:979)
        at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:1372)
        at org.apache.hadoop.hbase.client.HTable.commit(HTable.java:1316)
        at org.apache.hadoop.hbase.client.HTable.commit(HTable.java:1296)
        at
com.apptechsys.hbase.HBaseLoaderMain.populateEntities(HBaseLoaderMain.java:200)
        at com.apptechsys.hbase.HBaseLoaderMain.main(HBaseLoaderMain.java:103)

-- 
View this message in context: 
http://www.nabble.com/Loading-large-resultset-into-HBase-tp23566568p23567478.html
Sent from the HBase User mailing list archive at Nabble.com.

Reply via email to