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 .