I am running a Map Reduce Code in Amazon EMR using Python which uses the native boto library. I need to know which packages are pre-installed in the cluster nodes ? Also how do I automatically install some modules while bootstrapping ?
Asked
Active
Viewed 4,837 times
2
-
See this - https://stackoverflow.com/questions/31525012/how-to-bootstrap-installation-of-python-modules-on-amazon-emr – barath Apr 30 '18 at 14:39
-
If you are using Python 3, check this answer: https://stackoverflow.com/a/51210608/3424322 – Jonathan Taws Jul 06 '18 at 12:35
-
Possible duplicate of [How to bootstrap installation of Python modules on Amazon EMR?](https://stackoverflow.com/questions/31525012/how-to-bootstrap-installation-of-python-modules-on-amazon-emr) – Vic Oct 17 '18 at 08:16