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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to