Bryan Bende created NIFI-4034:
---------------------------------
Summary: Implement record-based HBase processors
Key: NIFI-4034
URL: https://issues.apache.org/jira/browse/NIFI-4034
Project: Apache NiFi
Issue Type: Improvement
Affects Versions: 1.2.0, 1.3.0
Reporter: Bryan Bende
Priority: Minor
Now that we have record readers and writers, we should implement variants of
the existing HBase processors that record-based...
Processors to consider....
* PutHBaseRecord - use a record reader to read the incoming flow file and write
records to HBase
* GetHBaseRecord - scans for new records from HBase and writes them to a flow
file using a configured record writer
* FetchHBaseRowAsRecord - fetch a row from HBase and write to a flow file using
a configured record writer
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)