Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7EF43200C53 for ; Tue, 28 Mar 2017 00:00:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D8B0160B99; Mon, 27 Mar 2017 22:00:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C2D33160B85 for ; Tue, 28 Mar 2017 00:00:48 +0200 (CEST) Received: (qmail 76908 invoked by uid 500); 27 Mar 2017 22:00:48 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 76899 invoked by uid 99); 27 Mar 2017 22:00:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Mar 2017 22:00:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 90D8A1AFE0B for ; Mon, 27 Mar 2017 22:00:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id J9O14jtWXKoz for ; Mon, 27 Mar 2017 22:00:46 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A4D135FB30 for ; Mon, 27 Mar 2017 22:00:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E2B86E088A for ; Mon, 27 Mar 2017 22:00:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 649B02406D for ; Mon, 27 Mar 2017 22:00:43 +0000 (UTC) Date: Mon, 27 Mar 2017 22:00:43 +0000 (UTC) From: "Aman Poonia (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 27 Mar 2017 22:00:49 -0000 [ https://issues.apache.org/jira/browse/AMBARI-20595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aman Poonia updated AMBARI-20595: --------------------------------- Fix Version/s: trunk > 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 > Fix For: trunk > > 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)