Member since
03-14-2016
5
Posts
1
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
12-15-2020
10:25 AM
We removed a kakfa node (Ambari 2.7.3) and Ranger Plugins Tab still thinks the node is active. Nothing in ambari or ranger logs. Not a big deal just irritating. UI using REST call to /service/plugins/plugins/info
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Ranger
09-26-2017
08:54 PM
1 Kudo
This procedure has been replaced by https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_security/content/about_ranger_policies.html#enable_deny_conditions_for_policies . It is located on a page about implementing tag-based policies. ranger enableDenyAndExceptionsInPolicies=true deny and exception.
... View more