Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/2493
@david-streamlio HBase is an example of what @markap14 suggested.
https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-standard-services
and there is a new PR (#2498) currently opened that is adding a new service
for HBase 2 without modifying anything in all the related HBase processors that
are located in this bundle:
https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-hbase-bundle
---