[
https://issues.apache.org/jira/browse/NIFI-4034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041338#comment-16041338
]
Bryan Bende commented on NIFI-4034:
-----------------------------------
Sure, I wrote that initially, but since we have FetchHBaseRow already which was
done to indicate that it only fetches a single row at a time, I was trying to
preserve the meaning, but I am totally fine with calling it FetchHBaseRecord
and then documenting that it fetches one row.
> 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)