mirror of https://github.com/apache/nifi.git
71bdbc080b
- Upgraded SLF4J from 2.0.7 to 2.0.9 - Upgraded Logback from 1.3.8 to 1.3.11 - Upgraded Testcontainers from 1.18.3 to 1.19.0 - Upgraded Fabric8 Kubernetes from 6.5.1 to 6.8.1 - Upgraded AspectJ from 1.9.19 to 1.9.20.1 - Upgraded Caffeine from 3.1.6 to 3.1.8 - Upgraded AWS SDK from 2.20.103 to 2.20.148 - Upgraded Guava from 32.0.1 to 32.1.2 - Upgraded Nimbus JOSE JWT from 9.31 to 9.33 - Upgraded Apache Tika from 2.8.0 to 2.9.0 - Upgraded gRPC from 1.57.2 to 1.58.0 - Upgraded Google Libraries from 26.17.0 to 26.22.0 - Upgraded Azure SDK from 1.2.13 to 1.2.16 This closes #7733 Signed-off-by: David Handermann <exceptionfactory@apache.org> |
||
---|---|---|
.. | ||
nifi-accumulo-nar | ||
nifi-accumulo-processors | ||
nifi-accumulo-services | ||
nifi-accumulo-services-api | ||
nifi-accumulo-services-api-nar | ||
nifi-accumulo-services-nar | ||
README.md | ||
pom.xml |
README.md
nifi-accumulo
This is a basic NiFi->Accumulo integration. Running mvn install
will create your NAR, which can be added
to Apache NiFi. This is intended to be created with Apache Accumulo 2.x.
The resulting NAR will be named 'nifi-accumulo-nar'
Note that some of this code was modeled after the HBase work.