Releases: xmlking/nifi-scripting
For NiFi v0.7.0
Updates
- Updated to NiFi 0.7.0
- Removed
nifi-execute-groovy-processors
andnifi-execute-javascript-processors
as they no longer needed. - Adding
nifi-distributed-cache-client-service
dependency to NiFi Utils, so you can use distributed cache service with Scripting processors. - Adding
StringSerDe
helper class for NiFi utils package to use along with distributed cache service.
Instructions
- Add
nifi-sumo-common-0.7.0-SNAPSHOT.jar
to Module Directory set in theExecuteScript
Processor's properties
Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.
For NiFi v0.6.1
Updates
- Updated to NiFi 0.6.1
Instructions
- Add
nifi-sumo-common-0.6.1-SNAPSHOT.jar
to Module Directory set in theExecuteScript
Processor's properties
Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.
For NiFi v0.5.1
Update
Updated to NiFi 0.5.1
Instructions
Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.
For NiFi v0.4.1
Update
- Execute Processors can run without incoming flowFile.
- Scripts can now create multiple flowFiles
- Updated to NiFi 0.4.1
Instructions
Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.
Groovy language NAR file is needed for ExecuteGroovy, ExecuteRemoteProcess and ExecuteGroovyLdap processes.
For NiFi v0.4.0
For NiFi v0.4.0
New
- Added NiFi Execute LDAP Script Processor
Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.
For NiFi v0.4.0
For NiFi v0.4.0
Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.
For NiFi v0.3.0
For NiFi v0.3.0
Copy NAR files attached here to $NIFI_HOME/lib and restart NiFi.
v0.2.0 for testing
- Added ExecuteRemoteProcess processor
v0.1.0 for testing
Initial commit