- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to add influxdb processor in nifi-1.4.0 ?
- Labels:
-
Apache NiFi
Created ‎05-31-2018 04:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to add a Influxdb processor in Apache Nifi. Kindly tell me how to proceed. I am using Apache nifi-1.4.0 and I need to add Influxdb processor .
Created ‎05-31-2018 01:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-
Where are you getting the nar or jar for this custom influxdb processor from?
-
Once you have this custom processor nar/jar file, you will want to create a custom lib directory to place it in and then configure your nifi to read that additional custom lib folder location.
This is done by adding a new key/value pair to the nifi,properties configuration file:
nifi.nar.library.directory.custom-lib=/<path to custom lib dir>/custom-lib
-
A restart of NiFi will be required before NiFi will load any newly added custom libraries. At that point the new processor shoudl be available to add to the canvas just as you add any other processor.
-
Thank you,
Matt
Created ‎05-31-2018 01:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-
Where are you getting the nar or jar for this custom influxdb processor from?
-
Once you have this custom processor nar/jar file, you will want to create a custom lib directory to place it in and then configure your nifi to read that additional custom lib folder location.
This is done by adding a new key/value pair to the nifi,properties configuration file:
nifi.nar.library.directory.custom-lib=/<path to custom lib dir>/custom-lib
-
A restart of NiFi will be required before NiFi will load any newly added custom libraries. At that point the new processor shoudl be available to add to the canvas just as you add any other processor.
-
Thank you,
Matt
