You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/09 22:21:48 UTC

[GitHub] [nifi] lfrancke opened a new pull request #3425: NIFI-6197 HBase: Fix deprecations, default for client retries & validations

lfrancke opened a new pull request #3425: NIFI-6197 HBase: Fix deprecations, default for client retries & validations
URL: https://github.com/apache/nifi/pull/3425
 
 
   This is a continuation of #3418 which I managed to somehow break.
   
   - This fixes deprecations in HBase 2.0 which will be removed in 3.0. Amongst other things the typeByte, sequenceId and tags are now considered internal and are not exposed anymore.
   
   - I also made it so that only either an hbase-site.xml or a ZooKeeper quorum need to be provided, previously ZooKeeper Client Port, Client retry and ZK Parent Node were mandatory as well but they are not really needed to connect to HBase
   
   - Removed the default for HBase client retries. This means it can still be overridden if needed but if not the defaults from either hbase-site.xml or HBase itself will be used
   
   - Some minor warnings (e.g. too broad scope, unchecked cast etc.)
   
   @bbende  Thank you for your time in discussing & reviewing the last one. I hope you have the time to look at this one as well (I'll update the Jira ticket as well)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services