You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Mike Thomsen <mi...@gmail.com> on 2018/03/07 18:43:34 UTC

Patch for HBase visibility labels

It's a big patch, but this should be a big boost for NiFi's HBase
integration.

https://github.com/apache/nifi/pull/2518

Any reviews would be appreciated. It also adds a new processor,
DeleteHBaseCells to enable granular deletes (a requirement with visibility
labels in HBase).

No setup is required to kick the tires. It uses HBase's test API to spin up
a fully function test cluster during the integration test.

Just run *mvn clean integration-test -Pintegration-tests* from the
nifi-hbase-processors module. It takes about 1min 45s to 2m to run on my
MacBook Pro.

Thanks,

Mike