stream-reactor icon indicating copy to clipboard operation
stream-reactor copied to clipboard

HBase sink - Make zookeeper.quorum prop available as property

Open ardlema opened this issue 6 years ago • 0 comments

HBase sink add zookeeper.quorum property

Stream Reactor version: 0.3.0

Description

Right now the zookeeper.quorum property must be set within the hbase-site.xml file. Running on a docker environment I was not able to make the connector to pick up this file and so to update the zookeeper.quorum property. When the connector does not pick up the file properly it uses the default properties (defined within the hbase-default.xml file).

My workaround has been uncompress the jar file and modify the zookeeper.quorum variable in the hbase-default.xml, compress the jar again and deploy it.

It would be great to make the zookeeper.quorum available as a property to be configured on the connector start.

ardlema avatar Jun 08 '18 13:06 ardlema