Member since
04-05-2016
130
Posts
93
Kudos Received
29
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3791 | 06-05-2018 01:00 AM | |
5142 | 04-10-2018 08:23 AM | |
5649 | 07-18-2017 02:16 AM | |
2913 | 07-11-2017 01:02 PM | |
3342 | 07-10-2017 02:10 AM |
09-26-2024
07:00 AM
@Learning_Ninja, Welcome to Cloudera Community! As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
07-15-2024
03:53 AM
1 Kudo
This is not working in the case of version 2.0.0-M3, getting the mentioned error, Java.lang.NoClassDefFoundError: Could not initialize class RemoveCache: java.lang.NoClassDefFoundError: Could not initialize class RemoveCache
- Caused by: java.lang.ExceptionInInitializerError: Exception groovy.lang.MissingMethodException
... View more
01-12-2023
01:03 PM
In my case I have to fetch a particular key value from a json array. I was trying to do $.[key] but it just splits the array into separate json files. Is there any solution for this ? I wanted the split array as {"test1", "test2"} Jsonarray example: [{"key":"test1", "name":"testName"}, {"key":"test2", "name":"testName2"}]
... View more
07-08-2020
12:56 AM
u can set , Use Avro Logical Types = true in executeSQL or other processor. this will solve the problem
... View more
05-04-2020
05:43 AM
1 Kudo
@alex15 As this is an older post you would have a better chance of receiving a resolution by starting a new thread. This will also provide the opportunity to provide details specific to your environment that could aid others in providing a more accurate answer to your question.
... View more
04-27-2020
06:08 AM
@PoonamB
As this is an older post you would have a better chance of receiving a resolution by starting a new thread. This will also provide the opportunity to provide details specific to your environment that could aid others in providing a more accurate answer to your question.
... View more
04-24-2020
07:45 AM
I have some sort of the same scenario. But I have to route out on department value, like department="IT" route to some other flow and for department="DB" route to another flow. For that, I have written out expression as $.[?(@.department=="DB")]. But this doesn't work. Please suggest for the above scenario. And also if we have to apply some conditions like route data for a>10 like that.
... View more
07-05-2018
11:37 PM
Hi @jgw.gooijer Is there any relationship between 'the flow of a month' and the file names of FlowFiles those are listed by FTP and waiting at the Wait processor? If you can derive year and month from a waiting listed file name, by using Attribute Expression Language, then you can configure Wait/Notify processors to use 'year-month' value as signal identifier. This way, you don't have to close identifiers. Keep them open after 'the flow of a month' finished, so that any number of FlowFiles having the same 'year-month' can go through Wait processor.
... View more
06-21-2018
07:55 AM
I don't know, I am newbie How to check ?
... View more
06-05-2018
11:20 AM
Thank you!
... View more