Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-23259: Ability to start minicluster with pre-determined master ports #807

Merged
merged 1 commit into from Nov 20, 2019

Commits on Nov 12, 2019

  1. HBASE-23259: Populate master address end points in cluster/rs configs

    All the clients need to know the master RPC end points while using master
    based registry for creating cluster connections. This patch amends the
    test cluster utility to populate these configs in the base configuration
    object used to spin up the cluster.
    
    The config key added here ("hbase.master.addrs") is used in the subsequent
    patches for HBASE-18095.
    bharathv committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    24aea56 View commit details
    Browse the repository at this point in the history