Member since
11-17-2021
1149
Posts
258
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 182 | 04-23-2026 02:02 PM | |
| 564 | 03-17-2026 05:26 PM | |
| 5244 | 11-05-2025 10:13 AM | |
| 877 | 10-16-2025 02:45 PM | |
| 1462 | 10-06-2025 01:01 PM |
01-28-2025
09:19 AM
Thank You for checking it out! I have just questions about terminology: - what do U mean by "workspace"? Is it an Cloudera environment we can find in Management Console? - "suspended the workspace" means stop environment?
... View more
01-28-2025
08:00 AM
@enguias Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
01-25-2025
01:42 AM
1 Kudo
I found a solution for this trouble. I removed kerberos DB with kdb5-util destroy and I recreate it again kdb5-util create -s. Other thing what I found was that, when I firstly created admin cloudera principal I used cloudera-scm instead of cloudera-scm/admin. I am not sure if this could caused problem, but after destroying old DB and created cloudera-scm/admin, generating is working properly.
... View more
01-22-2025
05:52 PM
James, Thanks for your help. Your reply that "user is required on the active NN" is right to the point. SSSD is mentioned in various online documents related to enabling Kerberos. In my case, SSSD is a background process and I do not need to configure it, right? Best regards,
... View more
01-22-2025
12:20 PM
I tested this in 7.1.9 SP1 CHF 4, with Postgres
... View more
01-21-2025
04:39 PM
@jI-mi Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
01-21-2025
04:39 PM
@MID_ACN Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
01-21-2025
06:16 AM
@jirungaray Cloudera Flow Management (Based on Apache NiFi) provides multiple methods for managing user authorization. This includes NiFi internally via the File-Access-Policy-Provider and externally via Apache Ranger. There is no built in mechanism for auto setting up authorization policies for users or groups with the exception of the Initial Admin and Initial NiFi Node authorizations. Many of the Authorization policies are directly related to the components added to the canvas. Those components are assigned unique IDs making it impossible to create policies before the components exist. File-Access-Policy-Porvider: This provider utilizes a file on disk (authorizations.xml) to persists authorization policies. This file is loaded when NiFi starts. This means it is possible to manually generate this file and have NiFi load it on startup. Also as you mentioned, you could script out the authorization creating through NiFi Rest-API calls. Ranger provider: This moves authorization responsibility over to Apache Ranger. Policies setup within Ranger are download by the NiFi nodes where they are locally enforced. No matter which authorizer you choose to use, authorizations are easiest to manage via groups. Typical users setup ldap groups for various NiFi roles (admins, team 1, team2, etc..) and makes specific users members of these groups. This simplifies authorization since you can authorizer these groups instead of the individual users. Simply adding or removing a user as member of one of these authorized groups gives or removes authorized access to the NiFi resource identifier (NiFi policy). The ldap-user-group-provider can be added to the NiFi authorizers.xml to auto manage syncing of user and group identities from your AD/LDAP further simplifying management over the file-user-group-provider method which requires the manual adding of user and group identifiers to the NiFi. Please help our community thrive. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped. Thank you, Matt
... View more
01-20-2025
02:21 PM
@birdy Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our NiFi experts @SAMSAL @MattWho who may be able to assist you further. Please keep us updated on your post, and we hope you find a satisfactory solution to your query.
... View more
01-08-2025
09:29 AM
Hi @Pratima and @DianaTorres , the https://repo.hortonworks.com/content/repositories/releases/ repo is down for more than a month and the http://nexus-private.hortonworks.com:8081/nexus/ does not work as it's a private repo? We have not access to it. Is there a solution?
... View more