nifi/nifi-nar-bundles/nifi-standard-services/nifi-hbase-client-service-api
Ed c2616e6fe7
NIFI-4833 Add ScanHBase Processor
- New processor for scanning HBase records based on verious params like range of rowkeys, range of timestamps. Supports result limit and reverse scan.
- Adds Atlas Support for ScanHBase processor
- Fixed not recent version of FF
- Formatting and Style changes
- Single line to multiline if-then statements
- Removed HTML formatting that is not used for doc generation
- Fixed issue with limitRows
- Fixed issue with filter expression
- Refactored "processRows"
- Fixed possible NPE for bulkSize var
- Changed provenance to "receive" to indicate new data from external source.
- Updated min/max timestamp custom validation
- JSON array support
- Removed in-memory caching for records. Now records are being written directly to FF
- Removed unfinished flowfile from session, transfered original to "failure". Test cases update as well

This closes #2478.

Signed-off-by: Bryan Bende <bbende@apache.org>
2018-03-13 10:07:07 -04:00
..
src/main/java/org/apache/nifi/hbase NIFI-4833 Add ScanHBase Processor 2018-03-13 10:07:07 -04:00
pom.xml NIFI-4936 trying to quiet down the mvn output a bit so we dont exceed the travis-ci 4MB max 2018-03-09 16:34:53 -05:00