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:SECRET@BUCKET</value>
</property>
and I specified the accesskey and secretkey by using the URI
format:s3://ID:SECRET@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