私はElasticMapReduceを実行するAmazonの例を実行していますが、次のエラーが発生し続けます。
ジョブの起動中にエラーが発生しました。出力パスは既に存在します。
これが私が使用しているジョブを実行するためのコマンドです:
C:\ruby\elastic-mapreduce-cli>ruby elastic-mapreduce --create --stream \
--mapper s3://elasticmapreduce/samples/wordcount/wordSplitter.py \
--input s3://elasticmapreduce/samples/wordcount/input \
--output [A path to a bucket you own on Amazon S3, such as, s3n://myawsbucket] \
--reducer aggregate
私は出力ディレクトリについてAmazonの指示に従っています。バケット名はs3n://mp.maptester321mark/
です。私はこのURLの問題についての彼らの提案をすべて調べました
これが私のcredentials.json
情報です:
{
"access_id": "1234123412",
"private_key": "1234123412",
"keypair": "markkeypair",
"key-pair-file": "C:/Ruby/elastic-mapreduce-cli/markkeypair",
"log_uri": "s3n://mp-mapreduce/",
"region": "us-west-2"
}