Hi Hbase, My use case is :- I am getting files and I want to insert the records in hbase with rowkey if rowkey available I have to update the values with old+new values.
For this I wrote MR job and get the values of each rowkey and in If else I manage my update and insert but with only 0.1 millions records hbase region server goes down. Any idea on this? I tried to incorporate Phoenix upsert also but with this same error occurs. Please help me out this. Best Regards, ANKIT BEOHAR
