Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9A806F29 for ; Tue, 14 Jun 2011 07:29:11 +0000 (UTC) Received: (qmail 2745 invoked by uid 500); 14 Jun 2011 07:29:11 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 2683 invoked by uid 500); 14 Jun 2011 07:29:11 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 2607 invoked by uid 99); 14 Jun 2011 07:29:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 07:29:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Tue, 14 Jun 2011 07:29:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A57F2414F13 for ; Tue, 14 Jun 2011 07:28:47 +0000 (UTC) Date: Tue, 14 Jun 2011 07:28:47 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <319568200.1937.1308036527674.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1122257887.53395.1306762487490.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HAMA-396) Allow 'host:port' format for zookeeper address MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-396: -------------------------------- Priority: Major (was: Minor) Issue Type: Bug (was: Improvement) It was a bug. > Allow 'host:port' format for zookeeper address > ---------------------------------------------- > > Key: HAMA-396 > URL: https://issues.apache.org/jira/browse/HAMA-396 > Project: Hama > Issue Type: Bug > Components: bsp > Affects Versions: 0.2.0 > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Fix For: 0.3.0 > > Attachments: HAMA-396.patch > > > Zookeeper/HBase uses 'host:port' format but Hama doesn't. Many user can be confused. > {code} > zookeeperAddr = conf.get(Constants.ZOOKEEPER_QUORUM) > + ":" > + conf.getInt(Constants.ZOOKEPER_CLIENT_PORT, > Constants.DEFAULT_ZOOKEPER_CLIENT_PORT); > {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira