Is the doc at http://wiki.apache.org/hadoop/AmazonS3 wrong, then?
"Put the following in conf/hadoop-site.xml to set the default
filesystem to be the S3 block filesystem"
dwh
On Tue, Jun 15, 2010 at 12:17 PM, Owen O'Malley <omalley@apache.org> wrote:
> On Jun 15, 2010, at 8:51 AM, Denis Haskin wrote:
>
>> Actually, it still seems that "hadoop fs" is incorrectly using
>> core-site.xml instead of hdfs-site.xml. If I put my fs.default.name &
>> etc only in hdfs-site.xml, "hadoop fs" doesn't find it. But does if
>> it's in core-site.xml.
>>
>> I assume this is a bug?
>
> Actually, no. The default file system (fs.default.name) can be any
> filesystem, including s3n. Therefore the configuration for it is in common,
> rather than hdfs.
>
> -- Owen
>
|