Member since
08-08-2024
111
Posts
28
Kudos Received
13
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 91 | 06-12-2026 07:16 AM | |
| 359 | 05-26-2026 11:44 AM | |
| 320 | 05-26-2026 09:56 AM | |
| 487 | 04-15-2026 11:56 AM | |
| 1197 | 04-07-2026 02:00 PM |
06-15-2026
11:27 AM
Hello @intersoldi, Thanks for being part of our community. This could be an issue related to some threads blocked. Do you see anything on the YARN application log? On the Spark Event Log, does it always hang on the same task? Another thing you can try is to get jstacks and review them to see if they are hanging on any specific point or step, for example, a connection or thread.
... View more
06-12-2026
07:16 AM
Hello @Seaport, Thanks for reaching Cloudera Community. Unfortunately, there is no option to use Airflow on base cluster. The only possible way to use it is with Data Services, in this case CDE.
... View more
06-03-2026
06:06 PM
@AlokKumar You need to make sure each user is authenticating with a unique username in order to know which user made a change If you are using the same user, then all recorded changes will show that single user. Form a pure security standpoint it is a bad practice to have multiple users share authentication credentials. Apache NiFi offers numerous methods for User Authentication. While Lightweight Directory Access Protocol (LDAP) is probably the most commonly used, there are other options to include OpenID Connect, Kerberos, SAML, JSON Web Tokens, and X.509 Client Certificates. If you are currently using the default Single User authentication which the utilizes the Single User authorizer, you will also need to select a different Multi-Tenant Authorization as well to go with the new multi user authentication methods. The most commonly used is the StandardManagedAuthorizer. Please help our community grow. 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
06-01-2026
01:38 AM
@raghavhinduja26 kindly find below CDP installation steps from ubuntu 20 point of view https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/installation/topics/cdpdc-requirements-supported-versions.html
... View more
05-29-2026
05:59 AM
Hello @LaurisG_, Glad to hear that. Have a great weekend too,
... View more
05-29-2026
03:16 AM
1 Kudo
Oh, my bad! Miss that part about CM 7.11.x is not supported with 7.3.2 runtime. Thanks guys - I've try with CM 7.13. and 7.3.2 runtime combo - Cluster shine Green! x )) Thanks, and have a good weekend x ))
... View more
05-13-2026
05:03 AM
@nisaar I agree with @vafs that sharing the completed ERROR and stack trace is always gong to be most helpful in your community questions. Those full stack traces will have classes like "net.schmizz.sshj.transport" that you could try putting in to DEBUG within the NiFi logback to see what additional logging that class (not a NiFi library, but used by NiFi) may provide. Matt
... View more
05-07-2026
08:49 PM
@Dagonvlg 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
04-23-2026
02:02 PM
Hi @MusabAlosaimi !
I have sent you a DM with further instructions, thanks!
... View more
04-23-2026
04:21 AM
1 Kudo
Hi @dylee Welcome to cloudera community! just wanted add some more details to @vafs response: you are encountering at https://archive.cloudera.com/cdp-public/ is expected behavior. Cloudera has changed how its repositories are structured and accessed, particularly for CDP (Cloudera Data Platform). The path cdp-public is not a browsable directory. To verify access and proceed with your trial installation, please refer to the following details regarding the repository structure and authentication: 1. The Repository Path has Changed For modern CDP installations, Cloudera often uses a different path structure. If you are looking for Cloudera Manager or Runtime artifacts, the URLs typically include a /p/ (private/protected) or a specific version prefix. Example for Cloudera Manager 7: https://archive.cloudera.com/p/cm7/ Example for Runtime: https://archive.cloudera.com/p/cdh7/ (Note that CDP Private Cloud Base artifacts are often under the cdh7 path). 2. Authentication Requirements (The "Paywall") Since February 2021, Cloudera moved its software behind a paywall. Even for trial environments, you generally cannot access the repositories without valid credentials. Trial Credentials: When you signed up for the CDP trial, you should have received a License Key or a set of Remote Repository Credentials (username/password). Verification: You cannot "browse" the root of the archive in a browser to verify access. Instead, you must test a specific file download using your trial credentials. If you do not have credentials, you can request them via the Cloudera Trial Portal or contact your Cloudera Account Manager. Test Command: curl -u <your_username>:<your_password> https://archive.cloudera.com/p/cm7/7.x.x/allkeys.asc If your issue has been resolved, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more