Return-Path: X-Original-To: apmail-hama-user-archive@www.apache.org Delivered-To: apmail-hama-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B1F310B94 for ; Mon, 13 Jan 2014 00:17:59 +0000 (UTC) Received: (qmail 20770 invoked by uid 500); 13 Jan 2014 00:17:56 -0000 Delivered-To: apmail-hama-user-archive@hama.apache.org Received: (qmail 20752 invoked by uid 500); 13 Jan 2014 00:17:53 -0000 Mailing-List: contact user-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hama.apache.org Delivered-To: mailing list user@hama.apache.org Received: (qmail 20727 invoked by uid 99); 13 Jan 2014 00:17:51 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jan 2014 00:17:51 +0000 Received: from localhost (HELO mail-ig0-f174.google.com) (127.0.0.1) (smtp-auth username edwardyoon, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jan 2014 00:17:51 +0000 Received: by mail-ig0-f174.google.com with SMTP id hl1so407553igb.1 for ; Sun, 12 Jan 2014 16:17:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=c9YRnRMQfTbuH8xyQqYsTazCBfYPf8WHj0dzqXsdOeo=; b=V3ZpcU9FBrMBGAEyoxqcjlAwojNznCJ0KbsfsYgsZPEgKS1VpQ0hHzNHs+RdQvhdYg moAljuUavvu6Eqi3l8ww+/xApKRHaR5gq+TPPL/zF4rRxyPygBOhC40Hyhw9O8tQi8qB RRBXD43qD3gntqgS5c6h2WsYDnoP3W3UnGvnsjYvcKl6xMhKWG684An2B4fhTzKYqrB9 qB2jHsFqOHom8o8+pg97KG1ctY/5PdEbWsifQeHoYNZAGIHWz4OIm2UbJ/pgiQSJk5zh 1Bn1cPk4p1KklwQBq/X5mCsVYnHOJevNTXAkt4/qIJRX7ZPoeFg51zIYE349UH6lezsp DyZw== X-Gm-Message-State: ALoCoQnxQjTcPHFIDFlYoYMxsCHIcWaFb/aYjP6NatgK4L8L5zTVvvSCuBchVI9WWBKl4jdIz0ov MIME-Version: 1.0 X-Received: by 10.42.226.66 with SMTP id iv2mr18623057icb.11.1389572270321; Sun, 12 Jan 2014 16:17:50 -0800 (PST) Received: by 10.64.71.39 with HTTP; Sun, 12 Jan 2014 16:17:50 -0800 (PST) In-Reply-To: References: Date: Mon, 13 Jan 2014 09:17:50 +0900 Message-ID: Subject: Re: how to run Eclipse project in Pseudo Distributed Mode? From: "Edward J. Yoon" To: "user@hama.apache.org" Cc: "dev@hama.apache.org" Content-Type: text/plain; charset=UTF-8 There are two ways to configure the Hama properties. HamaConfiguration conf = new HamaConfiguration(Path of hama-site.xml); or, conf.set("bsp.master.address", "host1.mydomain.com:40000"); See also, http://wiki.apache.org/hama/GettingStarted#Setting_up_Hama On Sun, Jan 12, 2014 at 10:47 PM, song bai wrote: > After I finish making the Eclipse project,there are five projects in the > eclipse,there are hama-commons,hama-core,hama-examples,hama-graph,hama-ml. > but i don't find conf file in them. > so what i should do to run the eclipse project in pseudo distributed mode? > > Thanks. -- Best Regards, Edward J. Yoon @eddieyoon