Member since
12-08-2015
24
Posts
22
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3473 | 06-17-2016 01:24 PM | |
2094 | 06-17-2016 12:29 AM | |
11388 | 06-14-2016 07:59 PM | |
7663 | 03-21-2016 10:33 PM | |
1912 | 01-12-2016 07:09 PM |
02-20-2020
03:52 AM
Also LEAD() function can be used with COALESCE() For example coalesce(sepan, lead(sepan, 1) over (partition by sourcedata order by timestamps)) as sepan That will replace NULL values in sepan column with next non null value. The timestamps column could be ordered in asc order depending on the value you wan to copy.
... View more
04-20-2017
08:42 PM
Does any one know why or under what circumstances NIFI passes a null flowfile to a custom NIFI processor ? We are seeing cases where the session that is passed in as an input to the onTrigger method of the custom (java) processor contains a session with a null flow file.
... View more
01-25-2016
07:49 AM
@Paul Boali just want d3 for ad hoc data visualization
... View more
11-22-2017
05:54 AM
If there multi characters like '\r\n' for line separator how to handle in serde
... View more