mirror of https://github.com/apache/nifi.git
0e1ae2bd6f
- Added dependency-check GitHub workflow - Upgraded Janino Commons Compiler from 3.1.9 to 3.1.10 - Upgraded Azure SDK BOM from 1.2.16 to 1.2.17 - Upgraded GCP SDK BOM from 26.17.0 to 26.25.0 - Upgraded AWS SDK from 1.12.550 to 1.12.573 - Upgraded Hazelcast from 5.3.2 to 5.3.5 - Upgraded Jersey from 2.40 to 2.41 - Upgraded Camel Salesforce from 3.14.5 to 3.14.9 - Unified ZooKeeper versioning on 3.9.1 - Applied Groovy 2.4.21 to Hive 3 and Iceberg components - Applied gRPC version 1.59.0 to Asana components - Applied Jettison 1.5.4 to Atlas and Hive 3 components - Managed JUnit 4 version to 4.13.2 for MockWebServer - Excluded HBase libraries from Hive 3 following Iceberg approach - Excluded Htrace from HBase components - Upgraded OWASP Dependency Check from 8.4.0 to 8.4.2 - Removed non-applicable dependency check suppressions - Added dependency check suppressions for non-applicable findings Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #7948. |
||
---|---|---|
.. | ||
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.