我正在尝试启动amazon aws emr jar map reduce作业。所以我得到了例外 Exception in thread "main" org.apache.hadoop.mapred.FileAlreadyExistsException: Output directory s3://bi/stuff already exists
在hadoop中,我会输入如下命令:
hadoop fs -rmr /bi
问题是我在aws命令行jet中还没有找到一个simular命令。有人能告诉我如何删除amazons3云中的hadoop文件系统吗
1条答案
按热度按时间nwo49xxi1#
来自aws文件:
aws s3 rb s3://桶名
但是,为什么不通过aws s3client库在jar中实现它呢?