You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some problems running on AWS EMR with the default mrjob.conf. In case anyone else is running into similar issues, I found that I needed to make two minor changes to mrjob.conf: change python2.7 and python2.7-pip to python2 and python2-pip, and change boto to boto3.
I had some problems running on AWS EMR with the default mrjob.conf. In case anyone else is running into similar issues, I found that I needed to make two minor changes to mrjob.conf: change python2.7 and python2.7-pip to python2 and python2-pip, and change boto to boto3.
I really like this project - much simpler to use than cc-pyspark. I hope it continues to work past July 15 when boto3 no longer supports python 2.7.
The text was updated successfully, but these errors were encountered: