Member since
09-07-2016
14
Posts
3
Kudos Received
0
Solutions
12-23-2016
01:18 PM
Thanks Greg, I had tried with Tailfile and its working fine, thanks for the solution and idea to do it
... View more
12-05-2016
05:01 PM
I trying to capture log details and sending as an mail or as an attachment through nifi process. Please help me out,
... View more
Labels:
- Labels:
-
Apache NiFi
11-11-2016
05:15 PM
Thanks Greg, Yes it correct , but in ExecuteScript I am using Python so can I use REL_SUCCESS, can you share some example of using REL_SUCCESS in python
... View more
11-10-2016
04:21 PM
Thanks for the replay, and i will try to do this. But my requirement is different - Let take I have one Execute script which is crontag to run daily once and under this script i will search for 1 file which will load every month, so suppose today my crontab will run the execute script and it not find the file, so as file is not there the other process - "Load file in HDFS" will not call/start/run , and in next day when cron tag again run the execute script it will find the file then the other process should start/run but my previous step or do we have any other alternative to start my "Load file in HDFS" automatically when files are presented.
... View more
11-10-2016
12:47 PM
I am new to the Nifi and I am searching out something like calling one process group from another process group when its success. Ex: suppose I am having one process group/Process like ExecuteScript (Schedule to run daily once) which will execute some script once its success it will dynamically start another process group. else its send mail with some message. It will be helpful if I get any example or reference how I can achieve this. Thanks in advance.....
... View more
Labels:
- Labels:
-
Apache NiFi