Though we support Spark History server through Knox Spark History UI
service. I can reach out through a browser and do SSO authentication and
access /v1/api/applications and it will return a json body. This REST Api
as documented in
https://spark.apache.org/docs/latest/monitoring.html
The issue is that I need to use curl or a cli client , when I try the hs
url with the rest endpoint I got an authentication error since the topology
for UIs uses SSO and I am trying basic authentication instead.
Any suggestions? Would I have to add to my cdp-proxy-api? CDE have a jwt
token option where I can get a bear token but i noticed cdp doesn’t provide
it.
I am reaching support for public cdp too. I would hate to make updates on
our cloud conf for Knox so any help would be appreciated.
On a different question do you know if Knox or webhdfs support abfs://
files?
Thanks again I have already most of the info I need thanks to Knox user
group.
Jeff Rodriguez