Member since
07-30-2019
920
Posts
195
Kudos Received
91
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1029 | 10-05-2021 01:53 PM | |
14422 | 09-23-2019 06:03 AM | |
5592 | 05-04-2019 08:42 PM | |
1139 | 06-11-2018 12:45 PM | |
10417 | 06-04-2018 01:11 PM |
05-10-2018
01:03 PM
1 Kudo
@Mark Kotlyar
What are the permissions/owner of the access.log file and the directory path? The nifi user may not have permission to read the file?
... View more
05-07-2018
07:51 PM
@Davide Isoardi Are you still working on this issue?
... View more
04-16-2018
06:53 PM
1 Kudo
@laiju cbabu Here is a link to the documentation covering clustering for that version of NiFi: Clustering Configuration
... View more
04-12-2018
05:40 PM
@Nishant Gupta The current FTP processors in NiFi don't have the capability to use SSL. Is any other endpoint available?
... View more
04-10-2018
03:49 PM
@cduby Try one of those URLs instead of localhost.
... View more
04-10-2018
03:39 PM
@cduby Look for this line in your nifi-app.log file The UI is available at the following URLs: What URLs do you see?
... View more
03-20-2018
12:58 PM
2 Kudos
@Aditya Jadia Put the custom nars into a different directory than lib. You can configure NiFi to use a directory for custom nars. The default property is nifi.nar.library.directory=./lib. Just add another similar property for the directory for your custom nars: nifi.nar.library.directory.customnar=/path/to/custom/nars
... View more
03-16-2018
06:08 PM
@Pavan M It might be easier to stop/delete the flow files before they get to the ExecuteScript processor using the RouteText processor.
... View more
01-09-2018
09:21 PM
1 Kudo
@Paresh Baldaniya There are already processors designed to make systems calls. ExecuteProcess -- Runs an operating system command specified by the user and writes the output of that command to a FlowFile. ExecuteStreamCommand -- Executes an external command on the contents of a flow file, and creates a new flow file with the results of the command. ExecuteScript -- Executes a script given the flow file and a process session. I would think the ExecuteProcess would be the best for your use case.
... View more
01-09-2018
04:24 PM
1 Kudo
@Saikrishna Tarapareddy Those properties refer only to the archive, not the content repository in general. The content repository only cleans out a claim, that is how flow files are stored in the content repository, after all flow files associated with that claim are out of the flow graph. Here is a link to an article that describes how the content repository archiving works: Understanding how NiFi's Content Repository Archiving works. Depending on the version of HDF/NiFi you're using, it will clean out the archived files if you changed the archived.enabled to false.
... View more