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 93BA145C7 for ; Mon, 27 Jun 2011 09:26:21 +0000 (UTC) Received: (qmail 83107 invoked by uid 500); 27 Jun 2011 09:26:21 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 82962 invoked by uid 500); 27 Jun 2011 09:26:03 -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 82912 invoked by uid 99); 27 Jun 2011 09:25:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 09:25:57 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ashish.a77777@gmail.com designates 209.85.216.47 as permitted sender) Received: from [209.85.216.47] (HELO mail-qw0-f47.google.com) (209.85.216.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 09:25:52 +0000 Received: by qwh5 with SMTP id 5so2345896qwh.6 for ; Mon, 27 Jun 2011 02:25:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=boTTHXgoHj3PECxlZmqKGI8rhPKw7OTAeIkczyd8rH4=; b=dFqSdmGBc8RFFEOCKdnDpIqSBtp+sTSfh0JbMfMFojqCDY/4QKJFdr5DEeLI3Q8WrO tgmVQREZjUqU4+G7F7gnmUvFsJNJhn55Pv2nAHYYg55GsMZ+IDmn8RiL1ri/qi8LP020 f2RFYKzXyaY4mbcjY/aZJfkZZRm26z2cbx240= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=o42l9CeUW/RKMaimmrjTnDyqQADuYBubZDsPHpZ1yMFq4z6JWLVj1tuwA5ZF5n7hSU 0vR0N5NVjnd7UifCihfW4/3fcon03tViRuLJ93gHFW8Ib1GGi+cykW7M4+mCV3Q3dRl+ LoKFo46dMi8XEXZoGaibp1/8aNmBdxMzkt9W8= MIME-Version: 1.0 Received: by 10.229.99.135 with SMTP id u7mr1000227qcn.257.1309166731190; Mon, 27 Jun 2011 02:25:31 -0700 (PDT) Received: by 10.229.214.149 with HTTP; Mon, 27 Jun 2011 02:25:31 -0700 (PDT) Date: Mon, 27 Jun 2011 02:25:31 -0700 Message-ID: Subject: BSPMaster and Groomserver not starting up From: Ashish Agarwal To: hama-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, When I try to start the BSPMaster, Groomserver and Zookeeper using the command bin/start-bspd.sh, I am only able to start up the zookeeper. The BSPMaster and the groomserver do not start. How do I start the BSPMaster and the groom ? ashish@ubuntu:~/Desktop/Project/hama-trunk$ bin/start-bspd.sh localhost: starting zookeeper, logging to /home/ashish/Desktop/Project/hama-trunk/bin/../logs/hama-ashish-zookeeper-ubuntu.out starting bspmaster, logging to /home/ashish/Desktop/Project/hama-trunk/bin/../logs/hama-ashish-bspmaster-ubuntu.out localhost: starting groom, logging to /home/ashish/Desktop/Project/hama-trunk/bin/../logs/hama-ashish-groom-ubuntu.out ashish@ubuntu:~/Desktop/Project/hama-trunk$ jps 3308 Jps 3047 ZooKeeperRunner ashish@ubuntu:~/Desktop/Project/hama-trunk$ I get a similar output when I try to run the commands - bin/hama-daemons.sh --config /home/ashish/Desktop/Project/hama-trunk/conf --hosts groomservers start zookeeper bin/hama-daemon.sh --config /home/ashish/Desktop/Project/hama-trunk/conf --hosts groomservers start bspmaster bin/hama-daemons.sh --config /home/ashish/Desktop/Project/hama-trunk/conf --hosts groomservers start groom Thanks Ashish