could you tell me which version of hadoop r u using...
On Wed, Nov 28, 2012 at 1:45 AM, Michael Namaiandeh <
mnamaian...@healthcit.com> wrote:
> Hi Hadoop user community,
>
> ** **
>
> I am trying to setup my first Hadoop cluster and I’ve found most of the
> instructions a little confusing.
Hi Michael,
There is good guide how to setup multinode hadoop cluster.
http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-multi-node-cluster/
Hope it helps.
Regards,
Dino Kečo
msn: xdi...@hotmail.com
mail: dino.k...@gmail.com
skype: dino.keco
phone: +387 61 507 851
On Tue, N
Hello Michael,
You can use any port of your choice. But I would suggest not to use 50030
or 50070 as they are the default ports for Hdfs and MR webUI. Also, if you
are planning to create a distributed cluster (4 nodes as specified by you),
do not use localhost anywhere. Instead use appropriate ho
Hi Michael,
I'd suggest following Michael Noll's write-up on this topic, at
http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-multi-node-cluster/.
It should clear some of your confusion, and also get you up and running
quickly.
P.s. Though the title mentions "Ubuntu", there's v
Hi Hadoop user community,
I am trying to setup my first Hadoop cluster and I've found most of the
instructions a little confusing. I've seen how-to's that say "core-site.xml"
should have hdfs://localhost:8020 and others say hdfs://localhost:50030". Which
one is correct? Can someone please help