You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/23 21:19:04 UTC

[jira] [Commented] (BIGTOP-2777) make hbase charm more robust

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

ASF GitHub Bot commented on BIGTOP-2777:
----------------------------------------

GitHub user kwmonroe opened a pull request:

    https://github.com/apache/bigtop/pull/216

    BIGTOP-2777: make hbase charm more robust

    See [bigtop-2777](https://issues.apache.org/jira/browse/BIGTOP-2777) for details:
    
    - fix port numbers
    - expose heap and thrift config
    - handle peers (accurate regionservers)
    - serve (and stop serving) hbase clients more accurately

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

    $ git pull https://github.com/juju-solutions/bigtop bug/BIGTOP-2777/hbase-betterer

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

    https://github.com/apache/bigtop/pull/216.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 #216
    
----
commit 6ba1c970b65c87bab0450fb8abf2049726a97980
Author: Kevin W Monroe <ke...@canonical.com>
Date:   2017-05-22T17:00:18Z

    add heap config option; refactor readme

commit c1b16dfe17149e1d54878273cf2b49d94b82ada9
Author: Kevin W Monroe <ke...@canonical.com>
Date:   2017-05-22T19:23:51Z

    update hbase port info (and readme to match)

commit 1f7d9e725b402c0a25711e525a1535cac5410291
Author: Kevin W Monroe <ke...@canonical.com>
Date:   2017-05-23T20:38:43Z

    wiggle the readme again with shell and benchmark sections

commit 2ef3c18de9b0b72962e6b56367ae296a9fa27577
Author: Kevin W Monroe <ke...@canonical.com>
Date:   2017-05-23T20:41:15Z

    hbase updates
    
    - use layer-defined thrift port
    - enable heap config option
    - configure accurate regionservers based on active peers
    - adjust stop method (master needs to stop last)
    - better install vs re-install handler (only reinstall on reinstallable events)
    - serve clients with zk string (and stop serving when not ready)

----


> make hbase charm more robust
> ----------------------------
>
>                 Key: BIGTOP-2777
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2777
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: deployment
>    Affects Versions: 1.2.0
>            Reporter: Kevin W Monroe
>            Assignee: Kevin W Monroe
>            Priority: Minor
>
> The HBase charm should be better:
> - puppet can configure the thrift port and heap size; support these in the charm
> - configure accurate regionservers based on active hbase peers
> - we re-puppet apply when we don't have to; fix that
> - serve hbase clients with a zk connect string (for clients like hive), and stop serving when hbase is not ready



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