Created 05-25-2016 03:33 PM
Hi All,
I am aware that HDP and Ambari need Python 2.X to run it's services. However are there any concerns with installing Python 3.5.1 to be used for data processing?
Thanks,
Andrew
Created 05-25-2016 03:46 PM
As long as it's installed out of the default system paths, and only called by whatever processing scripts or tools you're thinking of, I don't see that being an issue at all.
It'll require careful installation and ongoing care though, just from a security and patching perspective.
Created 05-25-2016 03:46 PM
As long as it's installed out of the default system paths, and only called by whatever processing scripts or tools you're thinking of, I don't see that being an issue at all.
It'll require careful installation and ongoing care though, just from a security and patching perspective.
Created 05-25-2016 09:55 PM
If you are also looking at mutiple python library versions, take a look at virtualenv. This makes managing multiple python environments easier.
Created 05-27-2016 08:00 PM
It is also worth while checking pyenv: https://github.com/yyuu/pyenv
From their home page:
pyenv does...
Created 01-24-2018 08:09 AM
hello andrew,
have you installed the python 3.x version? if so how is it running?
i am also trying to install python 3.x in my HDP. can you guide me in this?
Created 03-30-2018 09:28 PM
Have you tried to install python 3 on hdp? what did you use to install? virtualenv? conda env? which works better? do you have some instructions? is this advisable to do on production environment?
Created 08-10-2020 06:12 AM
Hi All,
is there specific method to follow for installing ambari on python3..any one installed on python3 base