Hadoop with S3 instead of local storage

2012-08-02 Thread Alok Kumar
Hi,

Followed instructions from this link for setup
http://wiki.apache.org/hadoop/AmazonS3.

my core-site.xml  contains only these 3 properties :
property
  namefs.default.name/name
  values3://BUCKET/value
/property

property
  namefs.s3.awsAccessKeyId/name
  valueID/value
/property

property
  namefs.s3.awsSecretAccessKey/name
  valueSECRET/value
/property

hdfs-site.xml is empty!

Namenode log says, its trying to connect to local HDFS not S3.
Am i missing anything?

Regards,
Alok


Re: Hadoop with S3 instead of local storage

2012-08-02 Thread Harsh J
With S3 you do not need a NameNode. NameNode is part of HDFS.

On Thu, Aug 2, 2012 at 12:44 PM, Alok Kumar alok...@gmail.com wrote:
 Hi,

 Followed instructions from this link for setup
 http://wiki.apache.org/hadoop/AmazonS3.

 my core-site.xml  contains only these 3 properties :
 property
   namefs.default.name/name
   values3://BUCKET/value
 /property

 property
   namefs.s3.awsAccessKeyId/name
   valueID/value
 /property

 property
   namefs.s3.awsSecretAccessKey/name
   valueSECRET/value
 /property

 hdfs-site.xml is empty!

 Namenode log says, its trying to connect to local HDFS not S3.
 Am i missing anything?

 Regards,
 Alok



-- 
Harsh J