You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Aman Poonia (JIRA)" <ji...@apache.org> on 2017/03/27 18:44:41 UTC

[jira] [Created] (AMBARI-20595) There is a syntax error in install script hence ambari doesn't pick the python 2.7 if system python path is not present

Aman Poonia created AMBARI-20595:
------------------------------------

             Summary: There is a syntax error in install script hence ambari doesn't pick the python 2.7 if system python path is not present
                 Key: AMBARI-20595
                 URL: https://issues.apache.org/jira/browse/AMBARI-20595
             Project: Ambari
          Issue Type: Bug
          Components: ambari-agent, ambari-server
    Affects Versions: trunk, 2.5.0, 2.4.2
            Reporter: Aman Poonia
            Priority: Minor


This snippet of code
{quote}
python_binaries=( "/usr/bin/python" "/usr/bin/python2" "/usr/bin/python2.7", "/usr/bin/python2.6" )
{quote}

The comma after "/usr/bin/python2.7", causes this path to be always invalid.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)