Re: ambari python version change

2017-10-02 Thread Sean Roberts
te: Monday, October 2, 2017 at 5:19 PM To: "user@ambari.apache.org" Subject: Re: ambari python version change Thanks Gonzola. I was exploring to see if there is any easy away from having multiple versions of python. Sent from my iPhone On Oct 2, 2017, at 6:49 AM, Gonzalo Herreros mailto

Re: ambari python version change

2017-10-02 Thread Anup
Thanks Gonzola. I was exploring to see if there is any easy away from having multiple versions of python. Sent from my iPhone > On Oct 2, 2017, at 6:49 AM, Gonzalo Herreros wrote: > > The issue I see there is not the Python version Ambari runs in (which should > work) but the fact that Ambar

Re: ambari python version change

2017-10-02 Thread Gonzalo Herreros
The issue I see there is not the Python version Ambari runs in (which should work) but the fact that Ambari runs and installs it's packages on the system Python version. I think upgrading RHEL 6 default Python to 2.7 is a big risk because core system services where developed and tested on 2.6 As f

ambari python version change

2017-10-01 Thread anup ahire
Hello, I have amabri 2.4.2.0 running with python 2.6.6 on RHEL 6. I wan to switch to python 2.7.8 or higher. Has anyone done it and Is it possible to switch easily ? Thanks,