Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap call to install python27 looks to have an issue with some existing packages #2

Open
nf3 opened this issue May 12, 2015 · 1 comment

Comments

@nf3
Copy link

nf3 commented May 12, 2015

here is the error log from a recent mrjob run on AWS

  • __mrjob_PWD=/mnt/var/lib/bootstrap-actions/1
  • hadoop fs -copyToLocal s3://mrjob-37729144d3df0ca8/tmp/batct2.nproctor.20150512.100017.580919/files/get-pip.py /mnt/var/lib/bootstrap-actions/1/get-pip.py
    15/05/12 10:17:51 INFO fs.EmrFileSystem: Created AmazonS3 with InstanceProfileCredentialsProvider
    15/05/12 10:17:51 INFO fs.EmrFileSystem: Opening 's3://mrjob-37729144d3df0ca8/tmp/batct2.nproctor.20150512.100017.580919/files/get-pip.py' for reading
  • chmod a+x /mnt/var/lib/bootstrap-actions/1/get-pip.py
  • hadoop fs -copyToLocal s3://mrjob-37729144d3df0ca8/tmp/batct2.nproctor.20150512.100017.580919/files/mrjob.tar.gz /mnt/var/lib/bootstrap-actions/1/mrjob.tar.gz
    15/05/12 10:17:53 INFO fs.EmrFileSystem: Created AmazonS3 with InstanceProfileCredentialsProvider
    15/05/12 10:17:54 INFO fs.EmrFileSystem: Opening 's3://mrjob-37729144d3df0ca8/tmp/batct2.nproctor.20150512.100017.580919/files/mrjob.tar.gz' for reading
  • chmod a+x /mnt/var/lib/bootstrap-actions/1/mrjob.tar.gz
  • sudo yum install -y python27 python27-devel gcc-c++

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

@adrians2000
Copy link

You could try:
yum --releasever=2014.09 install -y python27 python27-devel gcc-c++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants