You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Benjamin Kim (JIRA)" <ji...@apache.org> on 2012/06/28 04:10:43 UTC

[jira] [Created] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

Benjamin Kim created HBASE-6288:
-----------------------------------

             Summary: In hbase-daemons.sh, description of the default backup-master file path is wrong
                 Key: HBASE-6288
                 URL: https://issues.apache.org/jira/browse/HBASE-6288
             Project: HBase
          Issue Type: Task
          Components: master, scripts, shell
    Affects Versions: 0.94.0, 0.92.1, 0.92.0
            Reporter: Benjamin Kim


In hbase-daemons.sh, description of the default backup-master file path is wrong

{code}
#   HBASE_BACKUP_MASTERS File naming remote hosts.
#     Default is $\{HADOOP_CONF_DIR\}/backup-masters
{code}

it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?

also adding following lines to conf/hbase-env.sh would be helpful
{code}
# File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
export HBASE_BACKUP_MASTERS=$\{HBASE_HOME\}/conf/backup-masters
{code}



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

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

Lars Hofhansl updated HBASE-6288:
---------------------------------

    Fix Version/s: 0.96.0
    
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>             Fix For: 0.96.0, 0.92.3, 0.94.2
>
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

Posted by "Michael Drzal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448732#comment-13448732 ] 

Michael Drzal commented on HBASE-6288:
--------------------------------------

+1 looks good [~benkimkimben]
                
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

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

Benjamin Kim updated HBASE-6288:
--------------------------------

    Description: 
In hbase-daemons.sh, description of the default backup-master file path is wrong

{code}
#   HBASE_BACKUP_MASTERS File naming remote hosts.
#     Default is ${HADOOP_CONF_DIR}/backup-masters
{code}

it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?

also adding following lines to conf/hbase-env.sh would be helpful
{code}
# File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
{code}



  was:
In hbase-daemons.sh, description of the default backup-master file path is wrong

{code}
#   HBASE_BACKUP_MASTERS File naming remote hosts.
#     Default is $\{HADOOP_CONF_DIR\}/backup-masters
{code}

it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?

also adding following lines to conf/hbase-env.sh would be helpful
{code}
# File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
export HBASE_BACKUP_MASTERS=$\{HBASE_HOME\}/conf/backup-masters
{code}



    
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

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

Ted Yu reassigned HBASE-6288:
-----------------------------

    Assignee: Benjamin Kim
    
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>            Assignee: Benjamin Kim
>             Fix For: 0.96.0, 0.92.3, 0.94.2
>
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

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

stack resolved HBASE-6288.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.2
                   0.92.3
     Hadoop Flags: Reviewed

Committed to 0.92, 0.94 and to trunk.
                
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>             Fix For: 0.92.3, 0.94.2
>
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469998#comment-13469998 ] 

Hudson commented on HBASE-6288:
-------------------------------

Integrated in HBase-0.92-security #143 (See [https://builds.apache.org/job/HBase-0.92-security/143/])
    HBASE-6288 In hbase-daemons.sh, description of the default backup-master file path is wrong (Revision 1381220)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.92/bin/master-backup.sh
* /hbase/branches/0.92/conf/hbase-env.sh

                
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>            Assignee: Benjamin Kim
>             Fix For: 0.92.3, 0.94.2, 0.96.0
>
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448824#comment-13448824 ] 

Hudson commented on HBASE-6288:
-------------------------------

Integrated in HBase-0.94 #449 (See [https://builds.apache.org/job/HBase-0.94/449/])
    HBASE-6288 In hbase-daemons.sh, description of the default backup-master file path is wrong (Revision 1381219)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/bin/master-backup.sh
* /hbase/branches/0.94/conf/hbase-env.sh

                
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>             Fix For: 0.92.3, 0.94.2
>
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

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

Benjamin Kim updated HBASE-6288:
--------------------------------

    Attachment: HBASE-6288-trunk.patch
                HBASE-6288-94.patch
                HBASE-6288-92-1.patch
                HBASE-6288-92.patch
    
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

Posted by "Benjamin Kim (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13413921#comment-13413921 ] 

Benjamin Kim commented on HBASE-6288:
-------------------------------------

It took a while for being gone for a vacation. Here goes the patches =)
                
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

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

stack commented on HBASE-6288:
------------------------------

Sounds right Benjamin.  Can you make a patch w/ your fix?
                
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448901#comment-13448901 ] 

Hudson commented on HBASE-6288:
-------------------------------

Integrated in HBase-0.92 #556 (See [https://builds.apache.org/job/HBase-0.92/556/])
    HBASE-6288 In hbase-daemons.sh, description of the default backup-master file path is wrong (Revision 1381220)

     Result = SUCCESS
stack : 
Files : 
* /hbase/branches/0.92/bin/master-backup.sh
* /hbase/branches/0.92/conf/hbase-env.sh

                
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>             Fix For: 0.96.0, 0.92.3, 0.94.2
>
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469878#comment-13469878 ] 

Hudson commented on HBASE-6288:
-------------------------------

Integrated in HBase-0.94-security-on-Hadoop-23 #8 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/8/])
    HBASE-6288 In hbase-daemons.sh, description of the default backup-master file path is wrong (Revision 1381219)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/bin/master-backup.sh
* /hbase/branches/0.94/conf/hbase-env.sh

                
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>            Assignee: Benjamin Kim
>             Fix For: 0.92.3, 0.94.2, 0.96.0
>
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455042#comment-13455042 ] 

Hudson commented on HBASE-6288:
-------------------------------

Integrated in HBase-0.94-security #52 (See [https://builds.apache.org/job/HBase-0.94-security/52/])
    HBASE-6288 In hbase-daemons.sh, description of the default backup-master file path is wrong (Revision 1381219)

     Result = SUCCESS
stack : 
Files : 
* /hbase/branches/0.94/bin/master-backup.sh
* /hbase/branches/0.94/conf/hbase-env.sh

                
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> --------------------------------------------------------------------------------
>
>                 Key: HBASE-6288
>                 URL: https://issues.apache.org/jira/browse/HBASE-6288
>             Project: HBase
>          Issue Type: Task
>          Components: master, scripts, shell
>    Affects Versions: 0.92.0, 0.92.1, 0.94.0
>            Reporter: Benjamin Kim
>            Assignee: Benjamin Kim
>             Fix For: 0.96.0, 0.92.3, 0.94.2
>
>         Attachments: HBASE-6288-92-1.patch, HBASE-6288-92.patch, HBASE-6288-94.patch, HBASE-6288-trunk.patch
>
>
> In hbase-daemons.sh, description of the default backup-master file path is wrong
> {code}
> #   HBASE_BACKUP_MASTERS File naming remote hosts.
> #     Default is ${HADOOP_CONF_DIR}/backup-masters
> {code}
> it says the default backup-masters file path is at a hadoop-conf-dir, but shouldn't this be HBASE_CONF_DIR?
> also adding following lines to conf/hbase-env.sh would be helpful
> {code}
> # File naming hosts on which backup HMaster will run.  $HBASE_HOME/conf/backup-masters by default.
> export HBASE_BACKUP_MASTERS=${HBASE_HOME}/conf/backup-masters
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira