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 8A9C58CA4 for ; Sat, 17 Sep 2011 17:40:30 +0000 (UTC) Received: (qmail 29910 invoked by uid 500); 17 Sep 2011 17:40:30 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 29885 invoked by uid 500); 17 Sep 2011 17:40:30 -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 29877 invoked by uid 99); 17 Sep 2011 17:40:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2011 17:40:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2011 17:40:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0BF9C9F1E6 for ; Sat, 17 Sep 2011 17:40:09 +0000 (UTC) Date: Sat, 17 Sep 2011 17:40:09 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <324971761.38625.1316281209045.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <482437921.37676.1316226488861.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4427) It would help to run a standalone HBase's ZK on a different port 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-4427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107174#comment-13107174 ] stack commented on HBASE-4427: ------------------------------ If we change this in hbase-default.xml, it will change it for all runs of hbase not just standalone. That is probably not what you want. I see over in src/test/resources/hbase-site.xml, the configuration we use for tests that we have a non-default port for zk. Is it too much trouble setting this config. in your local standalone instance Roman? Seems like a pretty disruptive change to make otherwise. > It would help to run a standalone HBase's ZK on a different port > ---------------------------------------------------------------- > > Key: HBASE-4427 > URL: https://issues.apache.org/jira/browse/HBASE-4427 > Project: HBase > Issue Type: Improvement > Components: zookeeper > Affects Versions: 0.90.4 > Reporter: Roman Shaposhnik > Assignee: Roman Shaposhnik > Priority: Minor > > It would be extremely helpful to have standalone HBase default to a non-standard port for running its embedded ZK. This would help to run HBase on the same host where a legitimate fully distributed ZK server, etc. > It seems that the following addition to hbase-default.xml would be enough to make it happen: > {noformat} > + > + hbase.zookeeper.property.clientPort > + 4181 > + > {noformat} > This will take care of the master/client for HBase and can be overridden in hbase-site if needed. > Thoughts? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira