Hi all,
    I tried to run my hadoop program on S3 by following this wiki page:
http://wiki.apache.org/hadoop/AmazonS3
    I configured the core-site.xml by adding

<property>
  <name>fs.default.name</name>
  <value>s3://ID:sec...@bucket</value>
</property>

    and I specified the accesskey and secretkey by using the URI
format:s3://ID:sec...@bucket

however, it fails and datanodes reports:

NumberFormatException....
...

Is this the right way to config hadoop running on s3? if so, whats the
problem?

Regards
Song

Reply via email to