RE: Hbase throwing error on batch inserts

2012-07-18 Thread Prakrati Agrawal
: user@hbase.apache.org Subject: Re: Hbase throwing error on batch inserts Prakrati, Are you putting all of the puts in a list and then doing them all at once? Without having seen the code (which you may want to post to this list) I am guessing you are putting to many puts in a list before you call

Re: Hbase throwing error on batch inserts

2012-07-18 Thread John Hancock
Prakrati, Are you putting all of the puts in a list and then doing them all at once? Without having seen the code (which you may want to post to this list) I am guessing you are putting to many puts in a list before you call Table.put, which is why it works for 50,000 but not 75,000. -John On

Hbase throwing error on batch inserts

2012-07-17 Thread Prakrati Agrawal
Dear all, I have an internal cluster of 11 machines with Hadoop and Hbase installed on it. I created a table with 3 column families and was trying to do batch inserts of 75000 rows from a SQL database using Java. I get the following error: Exception in thread "main" org.apache.hadoop.hbase.clie