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 7B4516A22 for ; Mon, 30 May 2011 13:43:30 +0000 (UTC) Received: (qmail 2048 invoked by uid 500); 30 May 2011 13:43:30 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 2019 invoked by uid 500); 30 May 2011 13:43:30 -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 2011 invoked by uid 99); 30 May 2011 13:43:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 13:43:30 +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; Mon, 30 May 2011 13:43:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 583F0E92F0 for ; Mon, 30 May 2011 13:42:47 +0000 (UTC) Date: Mon, 30 May 2011 13:42:47 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <947742086.53404.1306762967358.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: -------------------------------- Fix Version/s: 0.2.1 Because of this problem, I made very dirty code for whirr. :/ {code} String quorum = ZooKeeperCluster.getHosts(cluster); quorum = quorum.split(":")[0]; {code} Let's schedule this to 0.2.1 > Allow 'host:port' format for zookeeper address > ---------------------------------------------- > > Key: HAMA-396 > URL: https://issues.apache.org/jira/browse/HAMA-396 > Project: Hama > Issue Type: Improvement > Components: bsp > Affects Versions: 0.2.0 > Reporter: Edward J. Yoon > Priority: Minor > Fix For: 0.3.0, 0.2.1 > > > 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