We can perform almost all hadoop fs commands on s3 file system as well.
Eg :
hadoop fs -du -s -h s3://bucket_name/folder_name
10.1 G s3://bucket_name/folder_name
It will give size of folder inside a bucket on S3.
Similar to this we can run hadoop fs -ls , hadoop fs -rm etc commands as well on S3.
Comments