Member since
07-30-2019
944
Posts
197
Kudos Received
91
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1506 | 10-05-2021 01:53 PM | |
| 16328 | 09-23-2019 06:03 AM | |
| 6817 | 05-04-2019 08:42 PM | |
| 1502 | 06-11-2018 12:45 PM | |
| 12625 | 06-04-2018 01:11 PM |
08-29-2017
11:12 PM
@Mahmoud Yusuf Run the processors like this. First processor, GenerateFlowFile, every minute of every hour Then the next processor should run the first second of every minute of every hour And then the last processor the second second of every minute of every hour Do you follow?
... View more
08-29-2017
09:20 PM
@Mahmoud Yusuf Have you tried setting the Scheduling Strategy using CRON driven in the flow? That way the processors should be synced when they run.
... View more
08-29-2017
06:27 PM
@Saikrishna Tarapareddy
There is an extra character at the end of both of those properties. ">" this is the extra character, on the end of your value.
... View more
08-29-2017
06:09 PM
@Saikrishna Tarapareddy Another just to be sure, you have an extra character at the end of a couple of the properties. This property appears to have an extra character Manager DN CN=admintarapare,OU=Admins,OU=Users and Groups,OU=GC AMS,OU=AMS,OU=Organizations,DC=mycompany,DC=com> and this property also User Search Base OU=Admins,OU=Users and Groups,OU=GC AMS,OU=AMS,OU=Organizations,DC=mycompany,DC=com>
... View more
08-29-2017
05:56 PM
@Saikrishna Tarapareddy Just to be sure. Did you restart NiFi after making the change?
... View more
08-29-2017
05:38 PM
@Saikrishna Tarapareddy Try changing the User Search Filter from sAMAccountName={0} to (sAMAccountName={0})
... View more
08-28-2017
07:26 PM
@Darshan V S The flow file contents are included as the body of the request when the HTTP method is POST. What is in the body of your flow files?
... View more
08-25-2017
08:50 PM
1 Kudo
@Zack Atkinson
One way to eliminate multiple RPGs on the cluster, is to have the standalone node ingest all of the data and then one RPG between the standalone node and the cluster distributing the data to the cluster. Then, on the cluster, you can setup Process Groups for different groups of users and send whatever data a particular group needs from the data being sent to the cluster.
... View more
08-23-2017
09:23 PM
@regie canada
If you're using the GetHDFS processor, you can set the Minimum File Age and Maximum File age properties to 1 minute. You might have to adjust the properties for a little range, maybe minimum 59 secs and maximum to 61 secs
... View more