Member since
02-07-2019
2690
Posts
235
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1140 | 04-15-2025 10:34 PM | |
3312 | 10-28-2024 12:37 AM | |
1429 | 09-04-2024 07:38 AM | |
3277 | 06-10-2024 10:24 PM | |
1387 | 02-01-2024 10:51 PM |
02-21-2024
01:45 PM
I had a need for multiple Lookups...custom Groovy processor with several LookUp services as a part of it...consolidated that, routed accordingly, and performed faster.
... View more
02-20-2024
03:25 AM
2 Kudos
I know the solution , I should write it like that convert Script File to groovyx-script-file class ExecuteGroovyScriptProcessor(ScriptProcessorBase): @property def name(self) -> str: return 'org.apache.nifi.processors.groovyx.ExecuteGroovyScript' def insert_custom_properties(self, script_file: str, module_directory: str = None, **kwargs): self.set_configuration_properties({**{"groovyx-script-file": script_file, "Module Directory": module_directory, "groovyx-failure-strategy":"transfer to failure"}, **kwargs, **self._processor_configuration["properties"]})
... View more
02-20-2024
02:29 AM
1 Kudo
@KamProjectLead Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
02-20-2024
02:23 AM
1 Kudo
@PriyankaMondal, Did any of the responses assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
02-16-2024
05:39 AM
Hi @jkkk , Can you please post screenshots of the configurations of the the InvokeHttp processor and upstream processor\s that creates the json? Also since you mentioned that you are using the evaluateJsonPath processor make sure that the Destination property is set to flowfile-attribute and not flowfile-content.
... View more
02-12-2024
09:03 PM
1 Kudo
@Sokka, Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
02-12-2024
08:03 AM
hello, please i want download cloudera but i don't have access .It is restricted any suggestions?
... View more
02-04-2024
11:59 PM
1 Kudo
@phir1, Did @Sean464's responses assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
02-04-2024
07:46 AM
1 Kudo
Hi @Taries I hope you are doing good. Do you need any further help on this issue. If above solutions is helped in your case please accept the Solution. It will help for others.
... View more