Member since
03-09-2018
7
Posts
0
Kudos Received
0
Solutions
03-16-2018
01:28 PM
Hi @Shu, Can we do something like, exclude table names that are starting with ua (or) ub?
... View more
03-16-2018
12:40 PM
I want to exclude the list of the tables which matched the regex pattern in list database tables. Can we do something like negate(or workaround to exclude tables which matches pattern) to TableNamePattern property to exclude the tables which have same pattern.
... View more
Labels:
- Labels:
-
Apache NiFi
03-16-2018
12:17 PM
Hi Team, I want to either delete or stop the flow files which didn't satisfy the condition in execute script. I'm getting lot of flow files into my execute script processor out of which didn't satisfy the condition needs to be stopped/deleted at the execute script processor it self and whichever the flow files satisfy the condition needs to move to the next step. Can we stop/delete the flow files in execute script processor. Below is the logic inside the execute script.
... View more
Labels:
- Labels:
-
Apache NiFi
03-09-2018
04:30 PM
Thanks for the response @Shu, I will try the options suggested by you and will get back.
... View more
03-09-2018
09:17 AM
I'm trying to copy data from source table to destination table and as part of the process I'm setting the partition size as 100k records. There are 10 Millions records in the source table. So the number of flow files generating are 100. I'm adding a put email at the end of the flow and it is sending 100 mails(1 mail per FlowFile). However I want send mail notification only once that to after the process of data copy completed successfully. This is the same case I observed during failure as well. Email is sending once per Flow file. I want to restrict it to once after the processor completed(successfully/fail). Could someone help me on this please.
... View more
Labels:
- Labels:
-
Apache NiFi