Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05026D698 for ; Wed, 5 Sep 2012 17:20:08 +0000 (UTC) Received: (qmail 29966 invoked by uid 500); 5 Sep 2012 17:20:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 29832 invoked by uid 500); 5 Sep 2012 17:20:07 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 29823 invoked by uid 99); 5 Sep 2012 17:20:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2012 17:20:07 +0000 Date: Thu, 6 Sep 2012 04:20:07 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <152350646.39727.1346865607789.JavaMail.jiratomcat@arcas> In-Reply-To: <2104391954.65082.1340849443921.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6288) In hbase-daemons.sh, description of the default backup-master file path is wrong MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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