【发布时间】:2015-10-04 05:02:58
【问题描述】:
我正在运行以下命令来创建 EMR 集群,并且集群在引导阶段终止
aws emr create-cluster --ami-version 3.1.0 \
--ami-version 3.8.0 \
--service-role EMR.sentmtEMRServiceRole \
--bootstrap-actions Path=s3://ae1-s3-sentmt-anlys/config-nltk.sh,Name="Custom action" \
--log-uri s3://aws-logs-476270297889-us-east-1/elasticmapreduce \
--ec2-attributes InstanceProfile=ec2-sentmt.role,KeyName=ae1-nat-sentmt-anlys \
--instance-groups InstanceGroupType=MASTER,InstanceCount=1,InstanceType=m1.medium InstanceGroupType=CORE,InstanceCount=1,InstanceType=m1.medium
并且日志文件在 S3 存储桶中有以下条目:
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 28 M RSS (412 MB VSZ)
Started: Wed Jul 15 08:25:44 2015 - 00:18 ago
State : Running, pid: 1430
Transaction check error:
file /etc/init.d from install of chkconfig-1.3.49.3-2.14.amzn1.x86_64 conflicts with file from package EmrMetrics-1.0-1.noarch
file /etc/init.d from install of chkconfig-1.3.49.3-2.14.amzn1.x86_64 conflicts with file from package service-nanny-1.0-1.noarch
file /etc/init.d from install of chkconfig-1.3.49.3-2.14.amzn1.x86_64 conflicts with file from package instance-controller-1.0-1.noarch
file /etc/init.d from install of chkconfig-1.3.49.3-2.14.amzn1.x86_64 conflicts with file from package hadoop-state-pusher-1.0-1.noarch
Error Summary
-------------
/usr/bin/python: No module named nltk
谁能告诉我这个命令有什么问题? 感谢您提前提供的所有帮助:)
【问题讨论】:
标签: amazon-web-services amazon-s3 emr aws-sdk aws-opsworks