Member since
08-09-2018
103
Posts
6
Kudos Received
0
Solutions
11-01-2022
02:47 PM
Let us know if increasing resources helped to resolve issue.
... View more
10-24-2022
12:22 PM
Check /var/log/message file and check if the PID is getting killed by system.
... View more
02-17-2022
10:53 AM
1 Kudo
Hi Massimiliano, There are 2 ways to extract users from Cloudera Manager. 1. Directly run query on the CM backend database to extract the users. 2. Use /users GET API call to get the list of users that are present in CM. Details can be found in below link. https://archive.cloudera.com/cm6/6.0.0/generic/jar/cm_api/apidocs/index.html Hue does not have direct API calls exposed, Hence, you will have to fetch these results from backend database or you can work with below CLI/API commands to see if that helps, but I do not see any other way. http://cloudera.github.io/hue/latest/developer/api/ UPDATE :- Yes there are API call for Hue to extract users too. details are present under below link. https://docs.gethue.com/developer/api/rest/ API to be used #curl -X GET http://demo.gethue.com/api/iam/get_users
... View more