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 | |
| 878 | 10-16-2025 02:45 PM | |
| 1462 | 10-06-2025 01:01 PM |
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
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
12-26-2024
03:12 PM
1 Kudo
Hi @Maansh ! Could you use CodeCommit as Nifi's GIT repository? Could you share how you did it? Regards!
... View more
12-23-2024
05:18 PM
1 Kudo
@Riyadbank Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our hue experts @dturnau @nramanaiah 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
12-23-2024
06:50 AM
1 Kudo
@BK84 I suggest starting a new community question for your new query. When you start you r new question, please provide more detail on your ask. Not clear what you mean by "trigger". What is the use case you are trying to implement? Thank you, Matt
... View more
12-19-2024
12:26 PM
@PeterC 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