Re: Hadoop Dist structure doubts

2012-06-06 Thread Subroto
Thanks Jagat…. The tutorial is really nice …. Cheers, Subroto Sanyal On Jun 6, 2012, at 9:47 AM, Jagat wrote: > Hello Subroto , > > There are multiple ways to install and set the environment variables for 2.x > series. > Download the latest tar in your computer for Hadoop 2.0.x and unzip it t

Re: Hadoop Dist structure doubts

2012-06-06 Thread Jagat
Hello Subroto , There are multiple ways to install and set the environment variables for 2.x series. Download the latest tar in your computer for Hadoop 2.0.x and unzip it to some directory lets say HADOOP_PREFIX Export the following environment variables in your computer export HADOOP_PREFIX="

Hadoop Dist structure doubts

2012-06-05 Thread Subroto
Hi Following is the hadoop directory structure after extracting the tar ball. I would like to know where and to which folder I need to set the HADOOP_MAPRED_HOME, HADOOP_HDFS_HOME,HADOOP_COMMON_HOME,YARN_HOME etc so that this cluster can be accessed within the cluster and from outside as well.