Created on 01-27-2016 03:35 PM - edited 09-16-2022 03:00 AM
What is recommend way to install python 2.7 and python 3.5 and all required libs in a Red Hat 6.7 cluster with HDP 2.3?
Created 01-27-2016 04:11 PM
@Guilherme Braccialli Red Hat introduced a new repo called Red Hat Software Collections, you can leverage that to install Python 3 and 2.7. Here's a list of all software that comes with latest repo release. I don't see Python 3.5 but 3.3 and 3.4 are on the list.
Created 01-27-2016 04:11 PM
@Guilherme Braccialli Red Hat introduced a new repo called Red Hat Software Collections, you can leverage that to install Python 3 and 2.7. Here's a list of all software that comes with latest repo release. I don't see Python 3.5 but 3.3 and 3.4 are on the list.
Created 02-17-2016 11:57 AM
Yes, this one is the easiest, but seems like it does not include all the required libraries to make pyspark to work (for example).
Created 02-17-2016 12:39 PM
@Guilherme Braccialli yes but this is from official source!
Created 01-27-2016 04:55 PM
@Randy Gelhausen has also automated setup of Python 3 and numerous libraries/modules via his Jupyter Ambari service
https://community.hortonworks.com/content/repo/4565/jupyter-service.html
Created 02-12-2016 10:04 AM
@Guilherme Braccialli I have used that repo and it does work like charm.
Created 02-03-2016 05:17 PM
@Guilherme Braccialli did that resolve your problem? Can you accept best answer or provide your solution?