Member since
07-03-2018
64
Posts
2
Kudos Received
0
Solutions
08-17-2018
09:27 PM
@Steven Matison Could you please elaborate more ? Right now I am using TailFile--->RouteOnContent-->PutEmail. So in this flow i am able to get the only errors from log file in attached file in an email. My question is how can I capture those error message and put as the message of PutEmail processor ?
... View more
08-16-2018
03:12 PM
I have a Process Group with 6 individual processor are running.So if one or two of Processors throws the error message in bulletins that needs to captured and sent an email with error message ? Example workflow: getfile---->Puts3object-->Updateattribute-->AttributeTOJSON-->ReplaceText-->PublishKafka if workflow throws a error at Puts3object & AttributeTOJSON i need capture both bulletins message and then send the content to PutEmail processor . Could someone give the idea how to achieve this ?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
07-31-2018
02:59 PM
No I have been using the plain getFile which is having input as a simple folder and we are not doing any regex on those files. FYI.... In my entire workflow all processors are behaving the same.
... View more
07-31-2018
02:22 PM
I am using GetFile processor..
... View more
07-31-2018
01:32 PM
Yeah as you guys said I did restart the instance it worked but If I stop the processor and start again then same issue. Should I restart nifi Instance every time whenever processor stops and starts since we are dev phase we have to stop and start the processor ?
... View more
07-30-2018
07:23 PM
Thanks for quick response @Matt Burgess Its not disappearing since long time. Is there anyway I could kill the threads forcefully and if not Could you let me know what will be the solution to overcome this ? Thanks Jasti.
... View more
07-30-2018
05:19 PM
We have processors in process group but some of them are not showing up the start button. Here I have attached the screen shot..... Could someone help on this ? nifi-error.png
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
06-13-2018
02:41 PM
Thanks for response. Small correction.. From custom code the message is gonna publish to kafka queue from there I am picking the JSON message to pass to EvaluateJsonPath processor. the EvaluateJsonPath has now two values one is source path and one is destination path. As you said you can use FetchS3Object to get the file from S3, how should I pass the source path to FetchS3Object processor and then how should I pass the destination path to PutFile processor? Could you explain me briefly ? Right now my flow is like attached screen shot. PFA...
... View more
06-12-2018
07:41 PM
S3bucket path of file (source) and destination
path(local file share) is sent from a custom java code. Nifi has to convert
this into JSON format and extract the file from S3 bucket and place it in local
file share. Can somebody share the thoughts on this and give me a idea how to implement this ?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
05-10-2018
05:26 PM
yup got it thanks.By mistake I have unchecked Enable SSL checkbox in NIFI config after checking back I could see them . Thanks @Matt Clarke
... View more