You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2009/03/25 18:12:57 UTC

[jira] Created: (HBASE-1289) Remove "hbase.fully.distributed" option and update docs

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


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.


[jira] Updated: (HBASE-1289) Remove "hbase.fully.distributed" option and update docs

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        Fix Version/s: 0.20.0
    Affects Version/s: 0.20.0
               Status: Patch Available  (was: Open)

> 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
>    Affects Versions: 0.20.0
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>             Fix For: 0.20.0
>
>         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.


[jira] Updated: (HBASE-1289) Remove "hbase.fully.distributed" option and update docs

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1289:
-------------------------

      Resolution: Fixed
    Hadoop Flags: [Incompatible change]
          Status: Resolved  (was: Patch Available)

Excellent patch Nitay.  Nice cleanup.  I verified that the basic case still works.  Committed.  Marking incompatible change.

> 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
>    Affects Versions: 0.20.0
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>             Fix For: 0.20.0
>
>         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.


[jira] Updated: (HBASE-1289) Remove "hbase.fully.distributed" option and update docs

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ 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.