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 A9A38200BB3 for ; Wed, 2 Nov 2016 21:56:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A8837160B0A; Wed, 2 Nov 2016 20:56:00 +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 1CB98160AF0 for ; Wed, 2 Nov 2016 21:55:59 +0100 (CET) Received: (qmail 52333 invoked by uid 500); 2 Nov 2016 20:55:59 -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 52179 invoked by uid 99); 2 Nov 2016 20:55:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 20:55:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C110E2C2A6E for ; Wed, 2 Nov 2016 20:55:58 +0000 (UTC) Date: Wed, 2 Nov 2016 20:55:58 +0000 (UTC) From: "Di Li (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-18746) Sqoop parameter hadoop_home is pointed to incorrect path in params_linux.py MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 02 Nov 2016 20:56:00 -0000 [ https://issues.apache.org/jira/browse/AMBARI-18746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Di Li updated AMBARI-18746: --------------------------- Affects Version/s: 2.5.0 trunk > Sqoop parameter hadoop_home is pointed to incorrect path in params_linux.py > --------------------------------------------------------------------------- > > Key: AMBARI-18746 > URL: https://issues.apache.org/jira/browse/AMBARI-18746 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: trunk, 2.4.0, 2.5.0 > Environment: Redhat 6.6, Sqoop 1.4.6+Hadoop 2.7.2 > Reporter: Ying Cao > Assignee: Di Li > Priority: Minor > Fix For: trunk, 2.5.0 > > Attachments: AMBARI-18746-rebased.patch, AMBARI-18746.1.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > The parameter hadoop_home is pointed to hbase-client in params_linux.py, and need to be updated. > ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/package/scripts/params_linux.py > # For stack versions supporting rolling upgrade > if stack_version_formatted and > ............ > hadoop_home = format("{stack_root}/current/hbase-client") > ........... -- This message was sent by Atlassian JIRA (v6.3.4#6332)