Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/2518
@MikeThomsen Thanks for the updates. It mostly looks good. The only concern
I have is the gap between the name of NAR and the HBase client version. One
possible solution is to rename the NAR from `nifi-hbase_1_1_2-client-service`
to `nifi-hbase_1_1_x-client-service` or `nifi-hbase_1_1-client-service`, to
avoid having too specific version in it so that we can update it in the future,
assuming NiFi can pick the right NAR for existing flow when user upgrade NiFi
even nar name changes.
If you agree with that approach, or to keep discussion on that specific
topic separately, would you revert the HBase dependency version back to 1.1.2
for this PR, and submit another JIRA to do the version bump? Then we can close
this one.
@bbende Any comment from you on this subject would be appreciated.
---