[
https://issues.apache.org/jira/browse/AMBARI-20595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003436#comment-16003436
]
Hudson commented on AMBARI-20595:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #1518 (See
[https://builds.apache.org/job/Ambari-branch-2.5/1518/])
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=e12518654ef378232e5ae8e4d9b488df4703cc8d])
* (edit) ambari-agent/conf/unix/install-helper.sh
* (edit) ambari-server/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)