我根据说明在本地 Windows PC 中运行以下命令。
python mr_crawl_phonenumbers.py -r emr s3://aws-publicdatasets/common-crawl/crawl-data/CC-MAIN-2014-52/wet.paths.gz s3://yelp/business_data.txt
但我收到以下错误。
raise NoCredentialsError
botocore.exceptions.NoCredentialsError: Unable to locate credentials
我是新手,我需要设置任何凭据吗?如果是,如何在本地 PC 中进行设置。
任何帮助深表感谢。