Member since
11-17-2021
925
Posts
241
Kudos Received
22
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
191 | 12-13-2024 07:54 AM | |
219 | 11-15-2024 12:41 PM | |
472 | 10-14-2024 02:54 PM | |
402 | 10-10-2024 05:46 AM | |
922 | 08-06-2024 03:21 PM |
01-08-2025
10:45 AM
hi @Craig-C, analyze the logs of the CDE pods, monitor the logs during the execution of the job and after the job ends, you will possibly find the problem.
... View more
01-08-2025
10:34 AM
hi @yusufu , are you using the same version of Java that runs on Ubuntu on RHEL?
... 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
01-08-2025
02:11 AM
Hi, sorry for the delay, I have not received any notification. It is parcel provided by myself. The problem was bypassed as follows : Manually copy parcel on parcel-repo folder Creating sha parcel Restarting cloudera server service Parcel is downloaded in cloudera's parcels
... View more
01-05-2025
07:38 AM
Edited:Fixed typo in snippet This should work, although I haven't tested it yet #!/bin/bash
#Request access token
my_token="$(curl "https://${NIFI_WEB_HTTPS_HOST:-$HOSTNAME}:${NIFI_WEB_HTTPS_PORT:-8443}/nifi-api/access/token?username=${SINGLE_USER_CREDENTIALS_USERNAME:-admin}&password=${SINGLE_USER_CREDENTIALS_PASSWORD:-password}" \
-H 'Content-type:application/x-www-form-urlencoded' \
-X POST)"
#Create gitlab registry client
curl "https://${NIFI_WEB_HTTPS_HOST:-$HOSTNAME}:${NIFI_WEB_HTTPS_PORT:-8443}/nifi-api/controller/registry-clients" \
-H 'content-type: application/json' \
-H "authorization: bearer ${my_token}" \
--data-raw "{\"revision\":{\"version\":0},\"disconnectedNodeAcknowledged\":false,\"component\":{\"name\":\"${GITLAB_REGISTRY_CLIENT_NAME:-gitlab_reg_client}\",\"type\":\"org.apache.nifi.gitlab.GitLabFlowRegistryClient\",\"description\":\"${GITLAB_REGISTRY_CLIENT_DESCRIPTION:-gitlab_reg_description}\", \"properties\":{\"GitLab API URL\":\"https://${GITLAB_REGISTRY_WEB_HTTPS_HOST:-gitlab.com}:${GITLAB_REGISTRY_WEB_HTTPS_HOST:-443}\",\"Repository Namespace\":\"${GITLAB_REGISTRY_CLIENT_REPOSITORY_NAMESPACE:-default}\",\"Repository Name\":\"${GITLAB_REGISTRY_CLIENT_REPOSITORY_NAME:-default}\",\"Access Token\":\"${GITLAB_REGISTRY_CLIENT_REPOSITORY_ACESS_TOKEN:-insert-your-token}\"}}}" Best regards Wojtek
... View more
01-03-2025
09:08 AM
1 Kudo
I found one solution ... ( not the correct way) just remove nifi-standard-content-viewer-nar-2.0.0.nar from Lib folder and it will start working. Only issue with this approach is that you cannot view the flow file contents in JSON or any other format. You can view it only in Hex format (default)
... View more
01-03-2025
05:17 AM
1 Kudo
you may consider having a custom built pbj runtime image as per your requirements.
... View more
01-02-2025
06:52 AM
Which Service in particular are you trying to enable LDAP auth?
... View more
01-02-2025
06:28 AM
Hi @idofy CDP 7.1.9 CHF7 is the version prior to CDP 7.1.9 SP1. Given in compatibility matrix, CDP 7.1.9 SP1 and CDP 7.1.9 is mentioned, you can use the CDP 7.1.9 CHF7 or CDP 7.1.9 SP1. Would recommend using CDP 7.1.9 SP1 as it will come up with additional fixes.
... View more
12-31-2024
11:21 AM
1 Kudo
@anhnqn Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our CDP experts @venkatsambath @abdulpasithali 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