Error launching job , Output path already exists.
은 내가 사용하고있는 작업을 실행하는 명령은 다음과 같습니다
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
Here is where the example comes from here
나는 출력 디렉토리 Amazon'd 지침에 따라거야. 버킷 이름은 s3n://mp.maptester321mark/
입니다.
{
"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"
}
왜 오 왜 S3 새로운 디렉토리 매번 작성하는 우리를 강제로해야합니까? –