Member since
06-26-2015
515
Posts
137
Kudos Received
114
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2073 | 09-20-2022 03:33 PM | |
5714 | 09-19-2022 04:47 PM | |
3087 | 09-11-2022 05:01 PM | |
3426 | 09-06-2022 02:23 PM | |
5413 | 09-06-2022 04:30 AM |
08-07-2022
10:41 PM
1 Kudo
@RB764 , What are you using to access the NiFi REST API. Could you give us an example of what your API call looks like? It's possible to access the API from a client in a different domain without any reconfiguration. Cheers, André
... View more
08-07-2022
03:14 PM
@chitrarthasur , "running" is not the state of the connection, but its name. Your "RouteOnAttribute_EndpointRunning" must have a user-defined relationship called "running". Cheers, André
... View more
08-04-2022
05:28 AM
I don't think there is. At least, I can't think of one.
... View more
08-04-2022
12:34 AM
Sorry, I'm out of ideas.
... View more
08-03-2022
07:33 PM
1 Kudo
Ahh! Good catch, @ChuckE !! So simple!
... View more
08-03-2022
04:24 PM
@AmiJhones , I've answer a similar question before: https://community.cloudera.com/t5/Support-Questions/Json-Jolt-to-Remove-All-Nulls-from-Json/td-p/336008 Cheers, André
... View more
08-03-2022
03:51 PM
@samrathal , Could you please install the gcloud CLI, if you haven't done it yet, and run the following command to test your credential file? ./google-cloud-sdk/bin/gcloud auth login --cred-file /home/apache/nifi/gcp.json Please let me know the results. Cheers, André
... View more
08-03-2022
04:56 AM
@ftrg , You don't need the tar.gz file. You can install using the -bin.zip file (https://dlcdn.apache.org/nifi/1.17.0/nifi-1.17.0-bin.zip). Just download this file and unzip it with: unzip nifi-1.17.0-bin.zip Cheers, André
... View more
08-03-2022
04:51 AM
@AbhishekSingh , The CaptureChangeMySQL processor acts as a MySQL replication slave. It requires the REPLICATION_SLAVE privilege in MySQL. Following the steps in the documentation and create a separate user to use in your processor. Cheers, André Cheers, André
... View more
08-02-2022
11:55 PM
Could you run these commands and try again: chown nifi:nifi /home/apache/nifi/gcp.json
chmod 400 /home/apache/nifi/gcp.json Also, would you be able to take a screenshot of the content of your gcp.json, mask out the sensitive values and post it here? I'd like to check the format of your credentials file. Cheers, Andr'e
... View more