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

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

GitHub user baolsen opened a pull request:

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

    NIFI-3639 - Implemented HBase Get functionality for HBaseClientService

    NIFI-3639 - Implemented HBase Get functionality for HBaseClientService
    Code changes have been tested with current NiFi / maven build, which 
completed successfully.
    
    - This is my first PR on Github, please let me know if there is anything I 
could improve on or if anything is incomplete.

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

    $ git pull https://github.com/baolsen/nifi master

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

    https://github.com/apache/nifi/pull/1615.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 #1615
    
----
commit 8c0285b5efb6afd1607bb050650b758fed7d06e3
Author: baolsen <[email protected]>
Date:   2017-03-23T12:35:43Z

    Update HBaseClientService.java
    
    Added "get" function call for doing single row lookup on HBase (HBase get)

commit 03d1b36376c6954d8bdcf4056314fced0cf0d1fc
Author: baolsen <[email protected]>
Date:   2017-03-23T13:20:41Z

    Update HBase_1_1_2_ClientService.java
    
    Implemented "get" function for retrieval of single HBase rows.

commit 6dbca10e82b3b6b8ac94f8f0152b8fff85008082
Author: baolsen <[email protected]>
Date:   2017-03-23T13:33:15Z

    Update HBase_1_1_2_ClientService.java

commit df30a22a3ba71fedfe1dffedefcc0eb64c3670b0
Author: baolsen <[email protected]>
Date:   2017-03-23T13:40:08Z

    Update HBase_1_1_2_ClientService.java

commit 6d8036cc03ef49e41b92dbb5fa7e0de41cc15c3d
Author: baolsen <[email protected]>
Date:   2017-03-23T13:44:12Z

    Update MockHBaseClientService.java
    
    Implemented "get" function with UnsupportedException

commit 4bcb26fd6a99a23852097f4f3db02cbeb6b8a3b5
Author: baolsen <[email protected]>
Date:   2017-03-23T13:46:23Z

    Update HBase_1_1_2_ClientService.java

commit 4b266d9d1d112e2bf8aa198f87253d17c055dbbc
Author: baolsen <[email protected]>
Date:   2017-03-23T13:50:09Z

    Update MockHBaseClientService.java

----


> Add HBase Get to HBase_1_1_2_ClientService
> ------------------------------------------
>
>                 Key: NIFI-3639
>                 URL: https://issues.apache.org/jira/browse/NIFI-3639
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Bjorn Olsen
>            Priority: Trivial
>
> Enhance HBase_1_1_2_ClientService and API to provide HBase Get functionality. 
> Currently only Put and Scan are supported.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to