You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by Ashish Agarwal <as...@gmail.com> on 2011/06/27 11:25:31 UTC

BSPMaster and Groomserver not starting up

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

Re: BSPMaster and Groomserver not starting up

Posted by Ashish Agarwal <as...@gmail.com>.
The file size is 0 bytes, so I can't attach. I'll look at the .log files.

Thanks


On Mon, Jun 27, 2011 at 2:54 AM, Thomas Jungblut
<th...@googlemail.com> wrote:
> You've attached nothing.
> And it is not the *.out file you have to look for, but the *.log file.
>
> 2011/6/27 Ashish Agarwal <as...@gmail.com>
>
>> For some reason, the file is empty. I have attached
>> hama-ashish-bspmaster-ubuntu.out.
>> Even the hama-ashish-zookeeper.out file has nothing in it although the
>> zookeeper is starting correctly.
>>
>> Thanks
>> Ashish
>>
>>
>> On Mon, Jun 27, 2011 at 2:39 AM, Thomas Jungblut
>> <th...@googlemail.com> wrote:
>> > They are starting:
>> >
>> > 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
>> >
>> >
>> > Look into the logs why they don't startup correctly.
>> >
>> >
>> > 2011/6/27 Ashish Agarwal <as...@gmail.com>
>> >
>> >> 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
>> >>
>> >
>> >
>> >
>> > --
>> > Thomas Jungblut
>> > Berlin
>> >
>> > mobile: 0170-3081070
>> >
>> > business: thomas.jungblut@testberichte.de
>> > private: thomas.jungblut@gmail.com
>> >
>>
>
>
>
> --
> Thomas Jungblut
> Berlin
>
> mobile: 0170-3081070
>
> business: thomas.jungblut@testberichte.de
> private: thomas.jungblut@gmail.com
>

Re: BSPMaster and Groomserver not starting up

Posted by Eric Charles <er...@u-mangate.com>.
Yes, the /etc/hosts file.
I don't think it's the normal way to go , but this is the workaround I 
found to let it work with default config.

Tkx.

On 27/06/11 12:38, Ashish Agarwal wrote:
> Hi Eric,
> Do you mean the /etc/hosts file ?
>
> Thanks
> Ashish
>
>
> On Mon, Jun 27, 2011 at 3:11 AM, Eric Charles
> <er...@u-mangate.com>  wrote:
>> I wonder if Ashish does not fall in the same issue as here (only zookeeper
>> running)
>>
>> I had to add "local" in my host file, although bsp.master.address with
>> "local" should be considered as a literal string, and not a host[:port for
>> distributed mode.
>>
>>
>> On 27/06/11 11:54, Thomas Jungblut wrote:
>>>
>>> You've attached nothing.
>>> And it is not the *.out file you have to look for, but the *.log file.
>>>
>>> 2011/6/27 Ashish Agarwal<as...@gmail.com>
>>>
>>>> For some reason, the file is empty. I have attached
>>>> hama-ashish-bspmaster-ubuntu.out.
>>>> Even the hama-ashish-zookeeper.out file has nothing in it although the
>>>> zookeeper is starting correctly.
>>>>
>>>> Thanks
>>>> Ashish
>>>>
>>>>
>>>> On Mon, Jun 27, 2011 at 2:39 AM, Thomas Jungblut
>>>> <th...@googlemail.com>    wrote:
>>>>>
>>>>> They are starting:
>>>>>
>>>>> 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
>>>>>
>>>>> Look into the logs why they don't startup correctly.
>>>>>
>>>>>
>>>>> 2011/6/27 Ashish Agarwal<as...@gmail.com>
>>>>>
>>>>>> 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
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thomas Jungblut
>>>>> Berlin
>>>>>
>>>>> mobile: 0170-3081070
>>>>>
>>>>> business: thomas.jungblut@testberichte.de
>>>>> private: thomas.jungblut@gmail.com
>>>>>
>>>
>>>
>> --
>> Eric
>>
>>

-- 
Eric

Re: BSPMaster and Groomserver not starting up

Posted by Ashish Agarwal <as...@gmail.com>.
Hi Eric,
Do you mean the /etc/hosts file ?

Thanks
Ashish


On Mon, Jun 27, 2011 at 3:11 AM, Eric Charles
<er...@u-mangate.com> wrote:
> I wonder if Ashish does not fall in the same issue as here (only zookeeper
> running)
>
> I had to add "local" in my host file, although bsp.master.address with
> "local" should be considered as a literal string, and not a host[:port for
> distributed mode.
>
>
> On 27/06/11 11:54, Thomas Jungblut wrote:
>>
>> You've attached nothing.
>> And it is not the *.out file you have to look for, but the *.log file.
>>
>> 2011/6/27 Ashish Agarwal<as...@gmail.com>
>>
>>> For some reason, the file is empty. I have attached
>>> hama-ashish-bspmaster-ubuntu.out.
>>> Even the hama-ashish-zookeeper.out file has nothing in it although the
>>> zookeeper is starting correctly.
>>>
>>> Thanks
>>> Ashish
>>>
>>>
>>> On Mon, Jun 27, 2011 at 2:39 AM, Thomas Jungblut
>>> <th...@googlemail.com>  wrote:
>>>>
>>>> They are starting:
>>>>
>>>> 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
>>>>
>>>> Look into the logs why they don't startup correctly.
>>>>
>>>>
>>>> 2011/6/27 Ashish Agarwal<as...@gmail.com>
>>>>
>>>>> 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
>>>>>
>>>>
>>>>
>>>> --
>>>> Thomas Jungblut
>>>> Berlin
>>>>
>>>> mobile: 0170-3081070
>>>>
>>>> business: thomas.jungblut@testberichte.de
>>>> private: thomas.jungblut@gmail.com
>>>>
>>
>>
> --
> Eric
>
>

Re: BSPMaster and Groomserver not starting up

Posted by Eric Charles <er...@u-mangate.com>.
I wonder if Ashish does not fall in the same issue as here (only 
zookeeper running)

I had to add "local" in my host file, although bsp.master.address with 
"local" should be considered as a literal string, and not a host[:port 
for distributed mode.


On 27/06/11 11:54, Thomas Jungblut wrote:
> You've attached nothing.
> And it is not the *.out file you have to look for, but the *.log file.
>
> 2011/6/27 Ashish Agarwal<as...@gmail.com>
>
>> For some reason, the file is empty. I have attached
>> hama-ashish-bspmaster-ubuntu.out.
>> Even the hama-ashish-zookeeper.out file has nothing in it although the
>> zookeeper is starting correctly.
>>
>> Thanks
>> Ashish
>>
>>
>> On Mon, Jun 27, 2011 at 2:39 AM, Thomas Jungblut
>> <th...@googlemail.com>  wrote:
>>> They are starting:
>>>
>>> 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
>>>
>>> Look into the logs why they don't startup correctly.
>>>
>>>
>>> 2011/6/27 Ashish Agarwal<as...@gmail.com>
>>>
>>>> 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
>>>>
>>>
>>>
>>> --
>>> Thomas Jungblut
>>> Berlin
>>>
>>> mobile: 0170-3081070
>>>
>>> business: thomas.jungblut@testberichte.de
>>> private: thomas.jungblut@gmail.com
>>>
>
>
-- 
Eric


Re: BSPMaster and Groomserver not starting up

Posted by Thomas Jungblut <th...@googlemail.com>.
You've attached nothing.
And it is not the *.out file you have to look for, but the *.log file.

2011/6/27 Ashish Agarwal <as...@gmail.com>

> For some reason, the file is empty. I have attached
> hama-ashish-bspmaster-ubuntu.out.
> Even the hama-ashish-zookeeper.out file has nothing in it although the
> zookeeper is starting correctly.
>
> Thanks
> Ashish
>
>
> On Mon, Jun 27, 2011 at 2:39 AM, Thomas Jungblut
> <th...@googlemail.com> wrote:
> > They are starting:
> >
> > 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
> >
> >
> > Look into the logs why they don't startup correctly.
> >
> >
> > 2011/6/27 Ashish Agarwal <as...@gmail.com>
> >
> >> 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
> >>
> >
> >
> >
> > --
> > Thomas Jungblut
> > Berlin
> >
> > mobile: 0170-3081070
> >
> > business: thomas.jungblut@testberichte.de
> > private: thomas.jungblut@gmail.com
> >
>



-- 
Thomas Jungblut
Berlin

mobile: 0170-3081070

business: thomas.jungblut@testberichte.de
private: thomas.jungblut@gmail.com

Re: BSPMaster and Groomserver not starting up

Posted by Ashish Agarwal <as...@gmail.com>.
For some reason, the file is empty. I have attached
hama-ashish-bspmaster-ubuntu.out.
Even the hama-ashish-zookeeper.out file has nothing in it although the
zookeeper is starting correctly.

Thanks
Ashish


On Mon, Jun 27, 2011 at 2:39 AM, Thomas Jungblut
<th...@googlemail.com> wrote:
> They are starting:
>
> 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
>
>
> Look into the logs why they don't startup correctly.
>
>
> 2011/6/27 Ashish Agarwal <as...@gmail.com>
>
>> 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
>>
>
>
>
> --
> Thomas Jungblut
> Berlin
>
> mobile: 0170-3081070
>
> business: thomas.jungblut@testberichte.de
> private: thomas.jungblut@gmail.com
>

Re: BSPMaster and Groomserver not starting up

Posted by Thomas Jungblut <th...@googlemail.com>.
They are starting:

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


Look into the logs why they don't startup correctly.


2011/6/27 Ashish Agarwal <as...@gmail.com>

> 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
>



-- 
Thomas Jungblut
Berlin

mobile: 0170-3081070

business: thomas.jungblut@testberichte.de
private: thomas.jungblut@gmail.com