Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Errors occur when using setup commands #1607
Comments
|
Yes this is #1548; basically EMR messed up |
When I run the job using the following command, my job completes successfully:
python cc_mrjob/mr_find_forums.py -r emr warc_lists/debug_CC-MAIN-2017-13However, when I modify the command to include a setup option, it fails:
python cc_mrjob/mr_find_forums.py -r emr warc_lists/debug_CC-MAIN-2017-13 --setup 'sudo pip install langid'This error is not because of pip, the following command fails as well:
python cc_mrjob/mr_find_forums.py -r emr warc_lists/debug_CC-MAIN-2017-13 --setup 'export PYTHONPATH=$PYTHONPATH:cc_mrjob/#'The stderr for one of my containers is shown below. As best I can tell, each container has either this message or a subset of these lines, sometimes only showing the first line.