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

Nitay Joffe updated HBASE-1289:
-------------------------------

    Attachment: hbase-1289.patch

In this patch:

- Remove "hbase.fully.distributed" property. Use "hbase.master.hostname" = 
"local" instead (and by default).
- Remove calls to LocalHBaseCluster.doLocal(). Nobody should need this other 
than the local master itself because everyone else is now getting the master's 
address from ZooKeeper.
- Cluster is defined to be in local mode is hbase.master is null, "local", or 
"local:" and hbase.master.hostname is null or "local". Note that hbase.master 
has been removed, but we still check for it to not break old users.
- Update overview.html with new hbase.master.hostname property.

> Remove "hbase.fully.distributed" option and update docs
> -------------------------------------------------------
>
>                 Key: HBASE-1289
>                 URL: https://issues.apache.org/jira/browse/HBASE-1289
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>         Attachments: hbase-1289.patch
>
>
> The "hbase.fully.distributed" boolean property is excessive. We should 
> replace it by using "local" in "hbase.master.hostname" as we were doing 
> before with "hbase.master"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to