Member since
07-01-2020
3
Posts
0
Kudos Received
0
Solutions
01-26-2022
01:29 AM
When trying to access the kudu metrics from a master or worker node, in the browser, Kerberos authentication is needed. In the browser thats no problem, after navigating to https://<kudu_master>:8050/metrics Im asked for my credentials via pop-up, after entering them and then it shows me the metrics. I'd like to connect the KUDU API via NIFI and use a InvokeHTTP processor to access the metrics. Of course i get the error that authentication is needed. entering username and pw in the GET request header did not help. How do I make acquire the metrics via a GET request?
... View more
Labels:
- Labels:
-
Apache Kudu
-
Kerberos
07-01-2020
03:12 AM
You cannot share states between processor, each processor has it's own state.
... View more