[
https://issues.apache.org/jira/browse/AMBARI-20595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003445#comment-16003445
]
Hudson commented on AMBARI-20595:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #7447 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7447/])
AMBARI-20595. There is a syntax error in install script hence ambari (smohanty:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=436c912844657347b5a80f89dedd6d537db82867])
* (edit) ambari-server/conf/unix/install-helper.sh
* (edit) ambari-agent/conf/unix/install-helper.sh
> 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
> Reporter: Aman Poonia
> Assignee: Aman Poonia
> Priority: Minor
> Fix For: trunk, 2.5.1
>
> Attachments: AMBARI-20595.patch
>
>
> 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)