Member since
11-17-2021
1158
Posts
260
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 275 | 04-23-2026 02:02 PM | |
| 754 | 03-17-2026 05:26 PM | |
| 5741 | 11-05-2025 10:13 AM | |
| 986 | 10-16-2025 02:45 PM | |
| 1698 | 10-06-2025 01:01 PM |
07-22-2024
01:41 PM
Hello @StefanSs This does not seem like a Cloudera CDP distro / Oozie Supported version We suggest to reach the Oozie Mailing list and provide simple repro steps for the community to review or contact Amazon Support Hope this helps -JMP
... View more
07-22-2024
01:37 PM
@Abdelghani 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
07-22-2024
08:25 AM
@Sunny24 Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our NiFi experts @MattWho @SAMSAL 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
07-22-2024
08:13 AM
1 Kudo
Hi, yes it was a problem with incorrect pass phrase being passed to the keystorePassword.
... View more
07-18-2024
11:31 AM
1 Kudo
@carlosst 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
07-18-2024
08:30 AM
The issue was with the corrupted CSD Jar files. When I try to do curl for download, looks like the csd jars didn't download fully for whatever reason. So I had do manually get them and put them /opt/cloudera/csd and verified the permissions and ownership 644 and cloudera-scm and restarted both cm server service, which fixed the issue.
... View more
07-17-2024
10:08 AM
@nbo Welcome to the Cloudera Community! To help you get the best possible solution, I have tagged our NiFi experts @MattWho @SAMSAL 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
07-15-2024
07:11 AM
I don't know how, but I resolved the issue. For some reason i've to install Ranger RMS, but on the host where I've Ranger i don't have enough RAM to take both Ranger and Ranger RMS. So I've migrated Ranger to a new host with enough RAM to run both, and during the migration i've got an error because Postgre reached the maxinum active connection. Later that, the issue was fixed... So i think the cause was the DB
... View more
07-12-2024
10:18 AM
For jslt , like I said sometimes its easier to write and work with specially if you are trying to get\aggregate data from heavily nested structure. The other advantage jslt has its ability to traverse nested levels dynamically using recursive function calls for example lets say you are working with json structure but have no idea how many nested level it might have (see my json\jslt answer in the this post to get an idea what I mean by that ). On the other hand jolt appears to perform a little bit better in comparison but they are very close. In regards to your question you use the follow to extract single value for the path name: "@(2,values[0])": "paths.[&5].pathName"
... View more
07-11-2024
03:44 AM
1 Kudo
Not sure why do you need to use the replace text processor in this case. I provided that in my sample above as an example anda a way to simulate getting new data by replacing the original content with something else. You can think of replaceText as if Im doing InvokeHttp and getting different flowfile content in the response releationship. If you got the data from module C just link directly to the join enrichment. As long as you have the correct writer\reader configured for each fork then you should be good.
... View more