Skip to content

Releases: xmlking/nifi-scripting

For NiFi v0.7.0

Choose a tag to compare

@xmlking xmlking released this 16 Jul 17:59

Updates

  • Updated to NiFi 0.7.0
  • Removed nifi-execute-groovy-processors and nifi-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

  1. Add nifi-sumo-common-0.7.0-SNAPSHOT.jar to Module Directory set in the ExecuteScript Processor's properties

Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.

For NiFi v0.6.1

Choose a tag to compare

@xmlking xmlking released this 25 May 07:52

Updates

  • Updated to NiFi 0.6.1

Instructions

  1. Add nifi-sumo-common-0.6.1-SNAPSHOT.jar to Module Directory set in the ExecuteScript Processor's properties

Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.

For NiFi v0.5.1

Choose a tag to compare

@xmlking xmlking released this 16 Mar 17:17

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

Choose a tag to compare

@xmlking xmlking released this 23 Dec 01:32

Update

  1. Execute Processors can run without incoming flowFile.
  2. Scripts can now create multiple flowFiles
  3. 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

Choose a tag to compare

@xmlking xmlking released this 21 Dec 19:13

For NiFi v0.4.0

New

  1. 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

Choose a tag to compare

@xmlking xmlking released this 21 Dec 06:02

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

Choose a tag to compare

@xmlking xmlking released this 21 Dec 05:40

For NiFi v0.3.0

Copy NAR files attached here to $NIFI_HOME/lib and restart NiFi.

v0.2.0 for testing

Choose a tag to compare

@xmlking xmlking released this 25 Nov 13:18
  1. Added ExecuteRemoteProcess processor

v0.1.0 for testing

Choose a tag to compare

@xmlking xmlking released this 13 Nov 10:13
Initial commit