Yes, if you have a running 1.5.0-SNAPSHOT NiFi running, then you could get the NAR from the lib directory and just drop it into the directory in your 1.3 instance. Note that it's not recommended to put custom NARs into the lib directory. Best is to define an external directory for custom NARs in nifi.properties and drop your files in there. Note that you'll need to restart NiFi.
If you don't have a NiFi 1.5.0-SNAPSHOT running, then you could use the current release candidate, and follow the below process: # Pull down nifi-1.5.0 source release: https://dist.apache.org/repos/dist/dev/nifi/nifi-1.5.0/nifi- 1.5.0-source-release.zip # Unzip nifi-1.5.0-source-release.zip # Build the sources cd nifi-1.5.0 mvn clean install -DskipTests Pierre 2018-01-09 17:24 GMT+01:00 fabe_bdx <[email protected]>: > Thanks for the repply, but i don't have any knowledge to complile NAR > object > :/ > > is it possible to extract them of 1.5.0 and push it into nifi 1.3.0 > directly > ? > > Thx, > > > > -- > Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/ >
