Member since
07-30-2019
944
Posts
197
Kudos Received
91
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1503 | 10-05-2021 01:53 PM | |
| 16316 | 09-23-2019 06:03 AM | |
| 6814 | 05-04-2019 08:42 PM | |
| 1502 | 06-11-2018 12:45 PM | |
| 12617 | 06-04-2018 01:11 PM |
10-05-2017
04:37 PM
@Vignesh I Did this resolve your issue?
... View more
10-04-2017
05:36 PM
@Vignesh I You won't be using GetFile, FetchFile will replace it. Use ListFile to create the list of files and then pass the list of files to a FetchFile processor, it will pick up the files. If you look at the FetchFile processor, it will use the attributes from the list of files to pull the files. If you are running a cluster, make sure to configure the ListFile processor to run on the primary node only.
... View more
10-04-2017
05:21 PM
@Vignesh I Using the ListFile processor as an example, this is how you would use the attribute directoryname to specify the directory to list files Then you would pass the list of files to a FetchFile processor.
... View more
10-03-2017
06:51 PM
@sally sally Did the answer below help? Please either accept or explain why it didn't answer your question.
... View more
10-03-2017
03:08 PM
@ywang The above error indicates that the flow file repository has become corrupted. Once this happens, you unfortunately have to clear the repositories and start over. Ideally, you can prevent this from happening by using backpressure.
... View more
10-02-2017
07:12 PM
@John Carter Would you accept the answer so that others know it resolved your issue?
... View more
10-01-2017
06:23 PM
@Mohamed Hossam Looking at the nifi-app.log file you provided, it appears NiFi is running just fine. What do you see in the nifi-bootstrap.log file?
... View more
09-29-2017
09:00 PM
@Benjamin Hopp You need to use a headless keytab, so it does not require a password. There is no way to provide the password in the processor.
... View more
09-29-2017
08:41 PM
@Benjamin Hopp Is this a cluster or standalone instance? Also, would you post to complete error stack from the nifi-app.log file?
... View more