Member since
02-07-2019
2690
Posts
235
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1171 | 04-15-2025 10:34 PM | |
3344 | 10-28-2024 12:37 AM | |
1438 | 09-04-2024 07:38 AM | |
3287 | 06-10-2024 10:24 PM | |
1393 | 02-01-2024 10:51 PM |
04-16-2023
04:44 AM
Hello, any help will be greatly appreciated @Scharan @Kartik_Agarwal @vamsi_redd @xsmehul Thank you
... View more
04-10-2023
08:15 AM
1 Kudo
@udayabaski, as @steven-matison mentioned, the best solution would be to use the Distributed Map Cache. In order to implement it, you can follow these steps to initialize your Server: https://stackoverflow.com/questions/44590296/how-does-one-setup-a-distributed-map-cache-for-nifi/44591909#44591909 Now, regarding the way you want to incorporate it in your flow, I would suggest the following: - right after UpdateAttribute, you activate the PutDistributedMapCache. Within the processor, you will set the desired attribute at the property Cache Entry Identified. - Before InvokeHTTP, you add a FetchDistributedMapCache with which you extract the value for your key:value pair. All you have to do next is to extract your attribute to further use in your invokeHTTP. It is as simple as that and you do not need any fancy configurations 🙂
... View more
04-10-2023
01:45 AM
@PieterNiFiHo, Welcome to our community! To help you get the best possible answer, I have tagged our NiFi experts @MattWho @steven-matison @ckumar @cotopaul @SAMSAL who may be able to assist you further. Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
... View more
04-10-2023
01:02 AM
@Vinylal 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.
... View more
04-06-2023
12:49 PM
@SSandhu The first question is I am just wondering if you have an HDP subscription. If not sure you could independently run the below to see whether the repo URL is valid and reachable Display enabled HDP software repositories # yum repolist Clean out all HDP packages and metadata from cache # yum clean all Refresh HDP packages on your system # yum update Reinstall AMC yum reinstall ambari-metrics-collector The above steps should help you resolve AMC does not exist in the stack-select package
... View more
04-05-2023
04:42 AM
@Madhes, Welcome to our community! To help you get the best possible answer, I have tagged in our Hue experts @Scharan @paras @Sean464 who may be able to assist you further. Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
... View more
04-04-2023
06:57 AM
Bingo! Thanks so much.
... View more
04-03-2023
07:38 AM
Thanks I was able to resolve the issue. It needed another tick in enable SSL.
... View more
04-03-2023
12:35 AM
1 Kudo
@Salome23, I believe the platform does not belong to Cloudera. Please ensure you mail security@cloudera.com.
... View more