Tuesday, June 12, 2012

java.util.concurrent.RejectedExecutionException

Problem:
Exception : java.util.concurrent.RejectedExecutionException while performing any operation on hbase.

Probable Solution and Reason:
You may have closed the table object somewhere, of if the table is closed nothing will happen :) just check if you have closed the table and trying to perform operation using that table object .

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

#Linux Commands Unveiled: #date, #uname, #hostname, #hostid, #arch, #nproc

 #Linux Commands Unveiled: #date, #uname, #hostname, #hostid, #arch, #nproc Linux is an open-source operating system that is loved by millio...