Member since
05-30-2022
4
Posts
2
Kudos Received
0
Solutions
03-05-2024
02:54 AM
1 Kudo
I am using CM 7.11.3 with CDP 7.1.9 and Cloudera Manager Rest API.
... View more
03-04-2024
09:37 AM
1 Kudo
I'm looking to administer HDFS and Hive replication via API. The replication jobs have been set up. My question is, can these replication jobs be viewed in the Cloudera Manager UI under Replication Policies?
... View more
06-22-2022
02:49 AM
In a kerberized environment, I am creating a session on Livy with a kerberos ticket of User X and giving proxyUser UserY. curl -v --negotiate -u : -X POST -H "Content-Type: application/json" -d '{"kind":"spark","proxyUser":"UserY"}' https://server-url:8998/sessions -k The response I get is that {msg":"User 'UserX' not allowed to impersonate ''UserY"} when I initiate a ticket with UserY and curl -v --negotiate -u : -X POST -H "Content-Type: application/json" -d '{"kind":"spark","proxyUser":"UserY"}' https://server-url:8998/sessions -k Response I get: {"id":145,"name":null,"appId":null,"owner":"UserY","state":"starting","kind":"spark","appInfo":{"driverLogUrl":null,"sparkUiUrl":null},"log":["stdout: ","\nstderr: ","\nYARN Diagnostics:.....}
... View more
Labels: