[ 
https://issues.apache.org/jira/browse/NIFI-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767630#comment-15767630
 ] 

ASF GitHub Bot commented on NIFI-1784:
--------------------------------------

GitHub user bbende opened a pull request:

    https://github.com/apache/nifi/pull/1349

    NIFI-1784 Initial commit for FetchHBaseRow processor

    This processor takes an incoming flow file to trigger execution, and the 
table name, row id, and columns (optional) can all come from flow file 
attributes with EL, or can be static values.
    
    The cells of the fetched row can be added to the flow file as attributes, 
or the content of the flow file can be overridden with a JSON document (either 
whole row, or flat quals/value pairs).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bbende/nifi NIFI-1784

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1349.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1349
    
----
commit 5ef1e943291d43570d0e83dfd691eb20b1ff7993
Author: Bryan Bende <[email protected]>
Date:   2016-12-20T21:18:06Z

    NIFI-1784 Initial commit for FetchHBaseRow processor

----


> Create a FetchHBase Processor
> -----------------------------
>
>                 Key: NIFI-1784
>                 URL: https://issues.apache.org/jira/browse/NIFI-1784
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Minor
>
> We should provide a processor to fetch a row from HBase. The processor should 
> support receiving an incoming FlowFile and taking the row id to fetch from an 
> attribute on the incoming, and should also be able to fetch a static row id.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to