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

ASF GitHub Bot commented on STORM-210:
--------------------------------------

GitHub user ptgoetz opened a pull request:

    https://github.com/apache/incubator-storm/pull/255

    STORM-210: Add storm-hbase module

    This adds a module for HBase support (both core Storm, and Trident).

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

    $ git pull https://github.com/ptgoetz/incubator-storm storm-hbase

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

    https://github.com/apache/incubator-storm/pull/255.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 #255
    
----
commit ac7f0afa442c0dd64d9d09052f8406beedf3b617
Author: P. Taylor Goetz <[email protected]>
Date:   2014-02-14T07:30:34Z

    initial commit

commit c90b67a56c70ab6e8967a0a63f3d0d58ce4c4a22
Author: P. Taylor Goetz <[email protected]>
Date:   2014-02-14T07:49:27Z

    Initial commit

commit 5d8b4d8a12b1ee6055954a640b6730a09fac292c
Author: P. Taylor Goetz <[email protected]>
Date:   2014-02-14T07:56:09Z

    Merge branch 'master' of github.com:ptgoetz/storm-hbase
    
    Conflicts:
        README.md

commit c86ef53bba585e1c993058d4ef7a15eff0e43526
Author: P. Taylor Goetz <[email protected]>
Date:   2014-03-11T13:44:49Z

    properly ack/fail tuples

commit a2d48e1a62c6249c8737fc80ff70587f79e191ef
Author: P. Taylor Goetz <[email protected]>
Date:   2014-03-11T14:30:52Z

    allow override of hbase.rootdir

commit b3513083656ca454cd72d8539878cd0716849116
Author: P. Taylor Goetz <[email protected]>
Date:   2014-04-21T15:16:10Z

    modify build for maven central release; allow any hbase conf value override

commit c4feab6713dbc0a714185db5586a3b6dfd64406b
Author: P. Taylor Goetz <[email protected]>
Date:   2014-04-21T15:17:14Z

    [maven-release-plugin] prepare release storm-hbase-0.1.0

commit a05d4147a186ddc6bc82a05a0ec354b063c42b75
Author: P. Taylor Goetz <[email protected]>
Date:   2014-04-21T15:17:16Z

    [maven-release-plugin] prepare for next development iteration

commit 0c20ab4977031fed868649cd5864545ada33200a
Author: P. Taylor Goetz <[email protected]>
Date:   2014-04-21T16:08:11Z

    add support for secure hbase

commit d4108c30d635a35327f3d0655ffee0855bb3e971
Author: P. Taylor Goetz <[email protected]>
Date:   2014-04-21T16:09:02Z

    [maven-release-plugin] prepare release storm-hbase-0.1.2

commit 2c87946ec91057bfc4ed1431763659288852b9cd
Author: P. Taylor Goetz <[email protected]>
Date:   2014-04-21T16:09:04Z

    [maven-release-plugin] prepare for next development iteration

commit f7e8e615c554bb274f391f70218412726001de9b
Author: P. Taylor Goetz <[email protected]>
Date:   2014-04-21T16:12:41Z

    [maven-release-plugin] prepare release storm-hbase-0.1.2

commit baffe4accee86197b97b72f387f28b9bfd2af9e7
Author: P. Taylor Goetz <[email protected]>
Date:   2014-04-21T16:13:51Z

    [maven-release-plugin] prepare for next development iteration

commit 20c4565dbdbbb916d4143a9262c0869c566221bc
Author: P. Taylor Goetz <[email protected]>
Date:   2014-04-23T21:17:06Z

    First pass at an HBase-backed MapState

commit 71fed1dc0aa87931e0ebac58d565e92bb47da411
Author: Parth Brahmbhatt <[email protected]>
Date:   2014-06-30T21:23:12Z

    HBase Lookup Bolt implementation.

commit 5c033ca07005698cd165bcc22bad0d729e71b252
Author: Parth Brahmbhatt <[email protected]>
Date:   2014-07-02T03:44:45Z

    Trident state for persistence and query. modified the lookup bolt test case 
and added test case for the trident state. Refactored the code so we leverage a 
single HBaseClient for both trident and core storm bolts.

commit 39797ac6914d042051d6f4504edb6e01998bccf3
Author: P. Taylor Goetz <[email protected]>
Date:   2014-07-29T18:17:13Z

    fix HBase configuration bug

commit 08d21a2cb35a5123dedf0bbe13eeef48ee7896b5
Author: P. Taylor Goetz <[email protected]>
Date:   2014-09-11T17:16:58Z

    Merge branch 'trident' of github.com:Parth-Brahmbhatt/storm-hbase into merge
    
    Conflicts:
        src/main/java/org/apache/storm/hbase/bolt/HBaseBolt.java

commit fafda26918fb7284f8a7ea69e4168f79775f4e42
Author: P. Taylor Goetz <[email protected]>
Date:   2014-09-11T17:46:41Z

    refactor lookup interface

commit 9cf06354fcf650694a50719b50f02715a033ecb5
Author: P. Taylor Goetz <[email protected]>
Date:   2014-09-11T17:51:51Z

    delete HbaseState.java

commit 509e41514bb92ef65dba1449bbd935557dc8193c
Author: P. Taylor Goetz <[email protected]>
Date:   2014-09-11T17:52:36Z

    add back HBaseState.java

commit 4c515dd71f4b9fb42ca56b738de7758236547046
Author: P. Taylor Goetz <[email protected]>
Date:   2014-09-11T21:04:07Z

    add storm-hbase as an external module

----


> Add storm-hbase module
> ----------------------
>
>                 Key: STORM-210
>                 URL: https://issues.apache.org/jira/browse/STORM-210
>             Project: Apache Storm (Incubating)
>          Issue Type: Sub-task
>            Reporter: P. Taylor Goetz
>            Assignee: P. Taylor Goetz
>
> There are a few projects out there that provide HBase integration, in various 
> states of maintenance.
> This is a placeholder for adding some type of HBase integration as a storm 
> component.



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

Reply via email to