Member since
03-10-2021
1
Post
0
Kudos Received
0
Solutions
05-12-2023
09:35 AM
If the Hbase server has web Hbase running you can use a REST call and NiFis InvokeHTTP to get versions. Note the v=999. Newer processors may return what you need. https://yourURL/gateway/cdp-proxy-api/hbase/<databasename>:${hbaseTable}/<yourHbasekey>/<col:famly>?v=999
... View more