You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2019/07/15 20:45:00 UTC

[jira] [Resolved] (HBASE-22694) Use hbase.zookeeper.quorum if fs.hboss.sync.zk.connectionString is not defined

     [ https://issues.apache.org/jira/browse/HBASE-22694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser resolved HBASE-22694.
--------------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed

Tested by hand using the following:
{noformat}
for type in local zk; do for version in 3 2; do mvn clean verify -Dhadoop.profile=$version -P$type; done; done
{noformat}

Pushed to master.

> Use hbase.zookeeper.quorum if fs.hboss.sync.zk.connectionString is not defined
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-22694
>                 URL: https://issues.apache.org/jira/browse/HBASE-22694
>             Project: HBase
>          Issue Type: Improvement
>          Components: hboss
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Major
>             Fix For: hbase-filesystem-1.0.0-alpha2
>
>
> In most cases, the ZooKeeper quorum that is used by HBase should be sufficient for use by HBoss. Automatically use hbase.zookeeper.quorum if fs.hboss.sync.zk.connectionString is not defined.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)