Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 695 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 695 Bytes

NiFi-Accumulo-Bundle

Apache Accumulo processors for Apache NiFi

This processor connects to Apache Accumulo for putting/getting data. Current build for Accumulo 1.7.0.

Currently only putting documents is working, todo:

  • UTF Encoding
  • Security/Kerberos
  • Scanner/iterator
  • tests

Building this

  1. Build/compile the Accumulo Controller Service which is required for this: https://github.com/pinkdevelops/nifi-accumulo-service
  2. git clone https://github.com/pinkdevelops/nifi-accumulo-bundle
  3. cd nifi-accumulo-bundle
  4. mvn clean install -DskipTests
  5. cp nifi-accumulo-nar/target/nifi-accumulo-nar-1.0-SNAPSHOT.nar $NIFI_HOME/lib