You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Sai Sai <sa...@yahoo.in> on 2013/05/31 13:53:14 UTC

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Just wondering if anyone has any documentation or references to any articles how to simulate a multi node cluster setup in 1 laptop with hadoop running on multiple ubuntu VMs. any help is appreciated.
Thanks
Sai

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Shashidhar Rao <ra...@gmail.com>.
Hi,

Even I have been wanting to know this, I have Oracle VM Virtual box on
windows 7 laptop and inside Oracle VM only one ubuntu instance is running
-how to add multiple virtual machines as Sai Sai has mentioned.

Thanks
Shashidhar


On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:

> Just wondering if anyone has any documentation or references to any
> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
> running on multiple ubuntu VMs. any help is appreciated.
> Thanks
> Sai
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jay Vyas <ja...@gmail.com>.
Just FYI if you are on linux, KVM and kickstart are really good for this as
well and we have some kickstart Fedora16 hadoop setup scripts I can share
to spin up a cluster of several VMs on the fly with static IPs (that
usually to me is the tricky part with hadoop VM cluster setup - setting up
the VMs with static ip addresses, getting the nodes to talk / ssh to each
other, and consistently defining the slaves file).

But if you are stuck with VMWare, then i beleive VMWare also has a vagrant
plugin now, which will be much easier for you to maintain.

Manually cloning machines doesnt scale well when you want to rebuild your
cluster.



On Fri, May 31, 2013 at 10:56 AM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Sai Sai,
>
> You can take a look at that also: http://goo.gl/iXzae
>
> I just did that yesterday for some other folks I'm working with. Maybe
> not the best way, but working like a charm.
>
> JM
>
> 2013/5/31 shashwat shriparv <dw...@gmail.com>:
> > Try this
> > http://www.youtube.com/watch?v=gIRubPl20oo
> > there will be three videos 1-3 watch and you can do what you need to
> do....
> >
> >
> >
> > Thanks & Regards
> >
> > ∞
> >
> > Shashwat Shriparv
> >
> >
> >
> > On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav <
> jeetuyadav200890@gmail.com>
> > wrote:
> >>
> >> Hi,
> >>
> >> You can create a clone machine through an existing virtual machine in
> >> VMware and then run it as a separate virtual machine.
> >>
> >> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
> >>
> >>
> >> After installing you have to make sure that all the virtual machines are
> >> setup with correct network set up so that they can ping each other (you
> >> should use Host only network settings in network configuration).
> >>
> >> I hope this will help you.
> >>
> >>
> >> Regards
> >> Jitendra
> >>
> >> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
> >>>
> >>> Just wondering if anyone has any documentation or references to any
> >>> articles how to simulate a multi node cluster setup in 1 laptop with
> hadoop
> >>> running on multiple ubuntu VMs. any help is appreciated.
> >>> Thanks
> >>> Sai
> >>
> >>
> >
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jay Vyas <ja...@gmail.com>.
Just FYI if you are on linux, KVM and kickstart are really good for this as
well and we have some kickstart Fedora16 hadoop setup scripts I can share
to spin up a cluster of several VMs on the fly with static IPs (that
usually to me is the tricky part with hadoop VM cluster setup - setting up
the VMs with static ip addresses, getting the nodes to talk / ssh to each
other, and consistently defining the slaves file).

But if you are stuck with VMWare, then i beleive VMWare also has a vagrant
plugin now, which will be much easier for you to maintain.

Manually cloning machines doesnt scale well when you want to rebuild your
cluster.



On Fri, May 31, 2013 at 10:56 AM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Sai Sai,
>
> You can take a look at that also: http://goo.gl/iXzae
>
> I just did that yesterday for some other folks I'm working with. Maybe
> not the best way, but working like a charm.
>
> JM
>
> 2013/5/31 shashwat shriparv <dw...@gmail.com>:
> > Try this
> > http://www.youtube.com/watch?v=gIRubPl20oo
> > there will be three videos 1-3 watch and you can do what you need to
> do....
> >
> >
> >
> > Thanks & Regards
> >
> > ∞
> >
> > Shashwat Shriparv
> >
> >
> >
> > On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav <
> jeetuyadav200890@gmail.com>
> > wrote:
> >>
> >> Hi,
> >>
> >> You can create a clone machine through an existing virtual machine in
> >> VMware and then run it as a separate virtual machine.
> >>
> >> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
> >>
> >>
> >> After installing you have to make sure that all the virtual machines are
> >> setup with correct network set up so that they can ping each other (you
> >> should use Host only network settings in network configuration).
> >>
> >> I hope this will help you.
> >>
> >>
> >> Regards
> >> Jitendra
> >>
> >> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
> >>>
> >>> Just wondering if anyone has any documentation or references to any
> >>> articles how to simulate a multi node cluster setup in 1 laptop with
> hadoop
> >>> running on multiple ubuntu VMs. any help is appreciated.
> >>> Thanks
> >>> Sai
> >>
> >>
> >
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jay Vyas <ja...@gmail.com>.
Just FYI if you are on linux, KVM and kickstart are really good for this as
well and we have some kickstart Fedora16 hadoop setup scripts I can share
to spin up a cluster of several VMs on the fly with static IPs (that
usually to me is the tricky part with hadoop VM cluster setup - setting up
the VMs with static ip addresses, getting the nodes to talk / ssh to each
other, and consistently defining the slaves file).

But if you are stuck with VMWare, then i beleive VMWare also has a vagrant
plugin now, which will be much easier for you to maintain.

Manually cloning machines doesnt scale well when you want to rebuild your
cluster.



On Fri, May 31, 2013 at 10:56 AM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Sai Sai,
>
> You can take a look at that also: http://goo.gl/iXzae
>
> I just did that yesterday for some other folks I'm working with. Maybe
> not the best way, but working like a charm.
>
> JM
>
> 2013/5/31 shashwat shriparv <dw...@gmail.com>:
> > Try this
> > http://www.youtube.com/watch?v=gIRubPl20oo
> > there will be three videos 1-3 watch and you can do what you need to
> do....
> >
> >
> >
> > Thanks & Regards
> >
> > ∞
> >
> > Shashwat Shriparv
> >
> >
> >
> > On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav <
> jeetuyadav200890@gmail.com>
> > wrote:
> >>
> >> Hi,
> >>
> >> You can create a clone machine through an existing virtual machine in
> >> VMware and then run it as a separate virtual machine.
> >>
> >> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
> >>
> >>
> >> After installing you have to make sure that all the virtual machines are
> >> setup with correct network set up so that they can ping each other (you
> >> should use Host only network settings in network configuration).
> >>
> >> I hope this will help you.
> >>
> >>
> >> Regards
> >> Jitendra
> >>
> >> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
> >>>
> >>> Just wondering if anyone has any documentation or references to any
> >>> articles how to simulate a multi node cluster setup in 1 laptop with
> hadoop
> >>> running on multiple ubuntu VMs. any help is appreciated.
> >>> Thanks
> >>> Sai
> >>
> >>
> >
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jay Vyas <ja...@gmail.com>.
Just FYI if you are on linux, KVM and kickstart are really good for this as
well and we have some kickstart Fedora16 hadoop setup scripts I can share
to spin up a cluster of several VMs on the fly with static IPs (that
usually to me is the tricky part with hadoop VM cluster setup - setting up
the VMs with static ip addresses, getting the nodes to talk / ssh to each
other, and consistently defining the slaves file).

But if you are stuck with VMWare, then i beleive VMWare also has a vagrant
plugin now, which will be much easier for you to maintain.

Manually cloning machines doesnt scale well when you want to rebuild your
cluster.



On Fri, May 31, 2013 at 10:56 AM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Sai Sai,
>
> You can take a look at that also: http://goo.gl/iXzae
>
> I just did that yesterday for some other folks I'm working with. Maybe
> not the best way, but working like a charm.
>
> JM
>
> 2013/5/31 shashwat shriparv <dw...@gmail.com>:
> > Try this
> > http://www.youtube.com/watch?v=gIRubPl20oo
> > there will be three videos 1-3 watch and you can do what you need to
> do....
> >
> >
> >
> > Thanks & Regards
> >
> > ∞
> >
> > Shashwat Shriparv
> >
> >
> >
> > On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav <
> jeetuyadav200890@gmail.com>
> > wrote:
> >>
> >> Hi,
> >>
> >> You can create a clone machine through an existing virtual machine in
> >> VMware and then run it as a separate virtual machine.
> >>
> >> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
> >>
> >>
> >> After installing you have to make sure that all the virtual machines are
> >> setup with correct network set up so that they can ping each other (you
> >> should use Host only network settings in network configuration).
> >>
> >> I hope this will help you.
> >>
> >>
> >> Regards
> >> Jitendra
> >>
> >> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
> >>>
> >>> Just wondering if anyone has any documentation or references to any
> >>> articles how to simulate a multi node cluster setup in 1 laptop with
> hadoop
> >>> running on multiple ubuntu VMs. any help is appreciated.
> >>> Thanks
> >>> Sai
> >>
> >>
> >
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Sai Sai,

You can take a look at that also: http://goo.gl/iXzae

I just did that yesterday for some other folks I'm working with. Maybe
not the best way, but working like a charm.

JM

2013/5/31 shashwat shriparv <dw...@gmail.com>:
> Try this
> http://www.youtube.com/watch?v=gIRubPl20oo
> there will be three videos 1-3 watch and you can do what you need to do....
>
>
>
> Thanks & Regards
>
> ∞
>
> Shashwat Shriparv
>
>
>
> On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav <je...@gmail.com>
> wrote:
>>
>> Hi,
>>
>> You can create a clone machine through an existing virtual machine in
>> VMware and then run it as a separate virtual machine.
>>
>> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
>>
>>
>> After installing you have to make sure that all the virtual machines are
>> setup with correct network set up so that they can ping each other (you
>> should use Host only network settings in network configuration).
>>
>> I hope this will help you.
>>
>>
>> Regards
>> Jitendra
>>
>> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
>>>
>>> Just wondering if anyone has any documentation or references to any
>>> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
>>> running on multiple ubuntu VMs. any help is appreciated.
>>> Thanks
>>> Sai
>>
>>
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Sai Sai,

You can take a look at that also: http://goo.gl/iXzae

I just did that yesterday for some other folks I'm working with. Maybe
not the best way, but working like a charm.

JM

2013/5/31 shashwat shriparv <dw...@gmail.com>:
> Try this
> http://www.youtube.com/watch?v=gIRubPl20oo
> there will be three videos 1-3 watch and you can do what you need to do....
>
>
>
> Thanks & Regards
>
> ∞
>
> Shashwat Shriparv
>
>
>
> On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav <je...@gmail.com>
> wrote:
>>
>> Hi,
>>
>> You can create a clone machine through an existing virtual machine in
>> VMware and then run it as a separate virtual machine.
>>
>> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
>>
>>
>> After installing you have to make sure that all the virtual machines are
>> setup with correct network set up so that they can ping each other (you
>> should use Host only network settings in network configuration).
>>
>> I hope this will help you.
>>
>>
>> Regards
>> Jitendra
>>
>> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
>>>
>>> Just wondering if anyone has any documentation or references to any
>>> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
>>> running on multiple ubuntu VMs. any help is appreciated.
>>> Thanks
>>> Sai
>>
>>
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Sai Sai,

You can take a look at that also: http://goo.gl/iXzae

I just did that yesterday for some other folks I'm working with. Maybe
not the best way, but working like a charm.

JM

2013/5/31 shashwat shriparv <dw...@gmail.com>:
> Try this
> http://www.youtube.com/watch?v=gIRubPl20oo
> there will be three videos 1-3 watch and you can do what you need to do....
>
>
>
> Thanks & Regards
>
> ∞
>
> Shashwat Shriparv
>
>
>
> On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav <je...@gmail.com>
> wrote:
>>
>> Hi,
>>
>> You can create a clone machine through an existing virtual machine in
>> VMware and then run it as a separate virtual machine.
>>
>> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
>>
>>
>> After installing you have to make sure that all the virtual machines are
>> setup with correct network set up so that they can ping each other (you
>> should use Host only network settings in network configuration).
>>
>> I hope this will help you.
>>
>>
>> Regards
>> Jitendra
>>
>> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
>>>
>>> Just wondering if anyone has any documentation or references to any
>>> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
>>> running on multiple ubuntu VMs. any help is appreciated.
>>> Thanks
>>> Sai
>>
>>
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Sai Sai,

You can take a look at that also: http://goo.gl/iXzae

I just did that yesterday for some other folks I'm working with. Maybe
not the best way, but working like a charm.

JM

2013/5/31 shashwat shriparv <dw...@gmail.com>:
> Try this
> http://www.youtube.com/watch?v=gIRubPl20oo
> there will be three videos 1-3 watch and you can do what you need to do....
>
>
>
> Thanks & Regards
>
> ∞
>
> Shashwat Shriparv
>
>
>
> On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav <je...@gmail.com>
> wrote:
>>
>> Hi,
>>
>> You can create a clone machine through an existing virtual machine in
>> VMware and then run it as a separate virtual machine.
>>
>> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
>>
>>
>> After installing you have to make sure that all the virtual machines are
>> setup with correct network set up so that they can ping each other (you
>> should use Host only network settings in network configuration).
>>
>> I hope this will help you.
>>
>>
>> Regards
>> Jitendra
>>
>> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
>>>
>>> Just wondering if anyone has any documentation or references to any
>>> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
>>> running on multiple ubuntu VMs. any help is appreciated.
>>> Thanks
>>> Sai
>>
>>
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by shashwat shriparv <dw...@gmail.com>.
Try this
http://www.youtube.com/watch?v=gIRubPl20oo
there will be three videos 1-3 watch and you can do what you need to do....



*Thanks & Regards    *

∞
Shashwat Shriparv



On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav
<je...@gmail.com>wrote:

> Hi,
>
> You can create a clone machine through an existing virtual machine
> in VMware and then run it as a separate virtual machine.
>
> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
>
>
> After installing you have to make sure that all the virtual machines are
> setup with correct network set up so that they can ping each other (you
> should use Host only network settings in network configuration).
>
> I hope this will help you.
>
>
> Regards
> Jitendra
>
> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
>
>>  Just wondering if anyone has any documentation or references to any
>> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
>> running on multiple ubuntu VMs. any help is appreciated.
>> Thanks
>> Sai
>>
>
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by shashwat shriparv <dw...@gmail.com>.
Try this
http://www.youtube.com/watch?v=gIRubPl20oo
there will be three videos 1-3 watch and you can do what you need to do....



*Thanks & Regards    *

∞
Shashwat Shriparv



On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav
<je...@gmail.com>wrote:

> Hi,
>
> You can create a clone machine through an existing virtual machine
> in VMware and then run it as a separate virtual machine.
>
> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
>
>
> After installing you have to make sure that all the virtual machines are
> setup with correct network set up so that they can ping each other (you
> should use Host only network settings in network configuration).
>
> I hope this will help you.
>
>
> Regards
> Jitendra
>
> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
>
>>  Just wondering if anyone has any documentation or references to any
>> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
>> running on multiple ubuntu VMs. any help is appreciated.
>> Thanks
>> Sai
>>
>
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by shashwat shriparv <dw...@gmail.com>.
Try this
http://www.youtube.com/watch?v=gIRubPl20oo
there will be three videos 1-3 watch and you can do what you need to do....



*Thanks & Regards    *

∞
Shashwat Shriparv



On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav
<je...@gmail.com>wrote:

> Hi,
>
> You can create a clone machine through an existing virtual machine
> in VMware and then run it as a separate virtual machine.
>
> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
>
>
> After installing you have to make sure that all the virtual machines are
> setup with correct network set up so that they can ping each other (you
> should use Host only network settings in network configuration).
>
> I hope this will help you.
>
>
> Regards
> Jitendra
>
> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
>
>>  Just wondering if anyone has any documentation or references to any
>> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
>> running on multiple ubuntu VMs. any help is appreciated.
>> Thanks
>> Sai
>>
>
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by shashwat shriparv <dw...@gmail.com>.
Try this
http://www.youtube.com/watch?v=gIRubPl20oo
there will be three videos 1-3 watch and you can do what you need to do....



*Thanks & Regards    *

∞
Shashwat Shriparv



On Fri, May 31, 2013 at 5:52 PM, Jitendra Yadav
<je...@gmail.com>wrote:

> Hi,
>
> You can create a clone machine through an existing virtual machine
> in VMware and then run it as a separate virtual machine.
>
> http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html
>
>
> After installing you have to make sure that all the virtual machines are
> setup with correct network set up so that they can ping each other (you
> should use Host only network settings in network configuration).
>
> I hope this will help you.
>
>
> Regards
> Jitendra
>
> On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:
>
>>  Just wondering if anyone has any documentation or references to any
>> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
>> running on multiple ubuntu VMs. any help is appreciated.
>> Thanks
>> Sai
>>
>
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jitendra Yadav <je...@gmail.com>.
Hi,

You can create a clone machine through an existing virtual machine
in VMware and then run it as a separate virtual machine.

http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html


After installing you have to make sure that all the virtual machines are
setup with correct network set up so that they can ping each other (you
should use Host only network settings in network configuration).

I hope this will help you.


Regards
Jitendra

On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:

>  Just wondering if anyone has any documentation or references to any
> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
> running on multiple ubuntu VMs. any help is appreciated.
> Thanks
> Sai
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Shashidhar Rao <ra...@gmail.com>.
Hi,

Even I have been wanting to know this, I have Oracle VM Virtual box on
windows 7 laptop and inside Oracle VM only one ubuntu instance is running
-how to add multiple virtual machines as Sai Sai has mentioned.

Thanks
Shashidhar


On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:

> Just wondering if anyone has any documentation or references to any
> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
> running on multiple ubuntu VMs. any help is appreciated.
> Thanks
> Sai
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jitendra Yadav <je...@gmail.com>.
Hi,

You can create a clone machine through an existing virtual machine
in VMware and then run it as a separate virtual machine.

http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html


After installing you have to make sure that all the virtual machines are
setup with correct network set up so that they can ping each other (you
should use Host only network settings in network configuration).

I hope this will help you.


Regards
Jitendra

On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:

>  Just wondering if anyone has any documentation or references to any
> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
> running on multiple ubuntu VMs. any help is appreciated.
> Thanks
> Sai
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Shashidhar Rao <ra...@gmail.com>.
Hi,

Even I have been wanting to know this, I have Oracle VM Virtual box on
windows 7 laptop and inside Oracle VM only one ubuntu instance is running
-how to add multiple virtual machines as Sai Sai has mentioned.

Thanks
Shashidhar


On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:

> Just wondering if anyone has any documentation or references to any
> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
> running on multiple ubuntu VMs. any help is appreciated.
> Thanks
> Sai
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jitendra Yadav <je...@gmail.com>.
Hi,

You can create a clone machine through an existing virtual machine
in VMware and then run it as a separate virtual machine.

http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html


After installing you have to make sure that all the virtual machines are
setup with correct network set up so that they can ping each other (you
should use Host only network settings in network configuration).

I hope this will help you.


Regards
Jitendra

On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:

>  Just wondering if anyone has any documentation or references to any
> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
> running on multiple ubuntu VMs. any help is appreciated.
> Thanks
> Sai
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Shashidhar Rao <ra...@gmail.com>.
Hi,

Even I have been wanting to know this, I have Oracle VM Virtual box on
windows 7 laptop and inside Oracle VM only one ubuntu instance is running
-how to add multiple virtual machines as Sai Sai has mentioned.

Thanks
Shashidhar


On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:

> Just wondering if anyone has any documentation or references to any
> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
> running on multiple ubuntu VMs. any help is appreciated.
> Thanks
> Sai
>

Re: Install hadoop on multiple VMs in 1 laptop like a cluster

Posted by Jitendra Yadav <je...@gmail.com>.
Hi,

You can create a clone machine through an existing virtual machine
in VMware and then run it as a separate virtual machine.

http://www.vmware.com/support/ws55/doc/ws_clone_new_wizard.html


After installing you have to make sure that all the virtual machines are
setup with correct network set up so that they can ping each other (you
should use Host only network settings in network configuration).

I hope this will help you.


Regards
Jitendra

On Fri, May 31, 2013 at 5:23 PM, Sai Sai <sa...@yahoo.in> wrote:

>  Just wondering if anyone has any documentation or references to any
> articles how to simulate a multi node cluster setup in 1 laptop with hadoop
> running on multiple ubuntu VMs. any help is appreciated.
> Thanks
> Sai
>