twitter / storehaus

Storehaus is a library that makes it easy to work with asynchronous key value stores
Apache License 2.0
464 stars 86 forks source link

Fixed storehaus-caliper compilation #307

Closed BenFradet closed 8 years ago

BenFradet commented 8 years ago

fixes #281

BenFradet commented 8 years ago

@johnynek should we add storehausCaliper in build.sbt so that it gets compiled by travis as well?

BenFradet commented 8 years ago

It seems there is a conflict between hbase's zk and kafka's when the two suites are run simultaneously. I'll investigate.

johnynek commented 8 years ago

Great thanks for looking at this!

BenFradet commented 8 years ago

From what I've gathered in #308 , we'll need to upgrade hbase in order to force the port (I've been meaning to upgrade storehaus-hbase anyway). Anyway, should we put storehaus-caliper in the build?