Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 957 Bytes

File metadata and controls

17 lines (9 loc) · 957 Bytes

hbase-support

Supporting configs and tools for HBase at HubSpot

We currently have three projects to share, but have more to add!

HBaseTasks

A collection of tasks that can be used to augment the standard jruby scripts + hbase master. See HBaseTasks.

hystrix

We currently use a modified hbase client with hystrix to prevent one single region server slowness from causing upstream problems. See our hystrix repository for more information.

HubSpotCoprocessors

A collections of coprocessors we use with maven configuration to scope each one's classpath by version. It includes a HyperLogLog coprocessor, a count group by coprocessor, and a count-min sketch coprocessor. See HubSpotCoprocessors.