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:
12-01-2016
02:27 PM
1 Kudo
My requirement is to capture the error message into attribute and route to another process. Ex: I am using PutHDFS process where I will load some file, and when I trying to loading duplicate file(same file again) will get some error message like "Routing to failure because file with same name already exists", so I need to capture this message in attribute and route this to new process where i will send email notification. and any other message will route to another process.
... View more
Labels:
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:
09-19-2016
05:26 PM
Any help on this please
... View more
09-16-2016
12:34 PM
Unfortunatlly I am using Apache Nifi 0.6
... View more
09-14-2016
04:18 PM
Thanks for the reply, it need to run for no. of files, like suppose if we have 10 files this alter statement should execute 10 times.
... View more
09-14-2016
01:11 PM
2 Kudos
I am new to the nifi, I need to execute the alter partition hive statement using nifi process. can anyone help on this. Thanks in advance
... View more
Labels:
09-08-2016
09:13 AM
Thanks for the help Pierre Villard, the problem is with the Attribute value, when I hard code the path its working fine.....
... View more
09-07-2016
01:37 PM
Can you help to do by storing my log/stacktrace in my specific folder.
... View more
09-07-2016
01:06 PM
I am trying to find the logs but unable to get, actually my client has setup everything and they provide me only the url to open the nifi. I try to get it. meanwhile it will be good if you can tell me the reason for this error, why it will raised, or it will be any limit of using GetHDFS property because I am already used 1 getHDFS in the same property group and this one is the second which is having the error.
... View more
09-07-2016
12:42 PM
I am new to the Nifi, it will be helpful if you can help to find the solution for the below error: "failed to invoke @OnScheduled method due to
java.lang.RuntimeException: Failed while executing one of processor's
OnScheduled task.; processor will not be scheduled to run for 30000
milliseconds: java.lang.RuntimeException: Failed while executing one of
processor's OnScheduled task." I am not calling any method like onScheduled, but its throwing this error. Actually I am getting files from network folder and loaded in HDFS cluster(ex:/tmp/gurupreet/) and then getting this files from "/tmp/gurupreet" to another HDFS folder. so while using getHDFS to get files from "/tmp/gurupreet" getting this onSchedule error. Please help me on this.
... View more
- Tags:
- Hadoop Core
- scheduler