Return-Path: Delivered-To: apmail-incubator-hama-user-archive@minotaur.apache.org Received: (qmail 67999 invoked from network); 9 Feb 2010 07:41:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 07:41:47 -0000 Received: (qmail 20616 invoked by uid 500); 9 Feb 2010 07:41:47 -0000 Delivered-To: apmail-incubator-hama-user-archive@incubator.apache.org Received: (qmail 20557 invoked by uid 500); 9 Feb 2010 07:41:46 -0000 Mailing-List: contact hama-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-user@incubator.apache.org Delivered-To: mailing list hama-user@incubator.apache.org Received: (qmail 20547 invoked by uid 99); 9 Feb 2010 07:41:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 07:41:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 09 Feb 2010 07:41:35 +0000 Received: (qmail 67767 invoked by uid 99); 9 Feb 2010 07:41:14 -0000 Received: from localhost.apache.org (HELO mail-ww0-f47.google.com) (127.0.0.1) (smtp-auth username edwardyoon, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 07:41:14 +0000 Received: by wwd20 with SMTP id 20so48792wwd.6 for ; Mon, 08 Feb 2010 23:41:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.93.68 with SMTP id k46mr1172971wef.161.1265701271832; Mon, 08 Feb 2010 23:41:11 -0800 (PST) In-Reply-To: <7B66F42A-85B0-4D5F-A49D-E4656D17959D@fastmail.net> References: <6B581FE8-95FF-4B88-AA53-7F83AAD24CE1@fastmail.net> <28C7A340-F7E3-4428-8750-CE77E43F1B04@fastmail.net> <7B66F42A-85B0-4D5F-A49D-E4656D17959D@fastmail.net> Date: Tue, 9 Feb 2010 16:41:11 +0900 Message-ID: Subject: Re: Getting started with BSP From: "Edward J. Yoon" To: hama-user@incubator.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org You can replace localhost to the host's name or IP address. conf.set(BSPConstants.PEER_HOST, "localhost"); conf.set(BSPConstants.PEER_PORT, String .valueOf(30000 + randomSequence[i])); In that example, randomSequence() was just used to avoid the port conflicts. On Tue, Feb 9, 2010 at 3:28 PM, Konrad Hinsen wrote: > On 9 Feb 2010, at 02:46, Edward J. Yoon wrote: > >> Nope, it can be run on multi-node cluster. The BSP job handles a list >> of peer servers, each peer server is run in each node. and threads >> will be handled by peer server. >> >> In other words, a BSP job is a multi-core multi-thread program on >> distributed system. > > So then my question is: how do I start multiple peer servers? > > Konrad. > -- Best Regards, Edward J. Yoon @ NHN, corp. edwardyoon@apache.org http://blog.udanax.org