HBase failed on local exception and failed servers list.

2018-02-27 Thread apratim sharma
Hi Guys, I am using hbase 1.2.0 on a kerberos secured cloudera CDH 5.8 cluster. I have a persistant application that authenticates using keytab and creates hbase connection. Our code also takes care of reauthentication and recreating broken connectiion. The code worked fine in previous versions

Hbase major compaction question

2015-07-24 Thread apratim sharma
I have a hbase table with with a wide row almost 2K columns per row. Each KV size is approx 2.1KB I have populated this table with generated hfiles using a MR job. There are no write or mutate operations performed on this table. So Once I am done with major compaction on this table, ideally we

Re: Hbase major compaction question

2015-07-24 Thread apratim sharma
server log when compaction got stuck ? Thanks Saturday, July 25, 2015, 2:20 AM +0800 from apratim sharma apratim.sha...@gmail.com: I have a hbase table with with a wide row almost 2K columns per row. Each KV size is approx 2.1KB I have populated this table with generated hfiles using a MR job