Return-Path: X-Original-To: apmail-ambari-issues-archive@minotaur.apache.org Delivered-To: apmail-ambari-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B5A1A19E9E for ; Mon, 4 Apr 2016 18:36:25 +0000 (UTC) Received: (qmail 93224 invoked by uid 500); 4 Apr 2016 18:36:25 -0000 Delivered-To: apmail-ambari-issues-archive@ambari.apache.org Received: (qmail 93190 invoked by uid 500); 4 Apr 2016 18:36:25 -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 93173 invoked by uid 99); 4 Apr 2016 18:36:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2016 18:36:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 78E3A2C1F5D for ; Mon, 4 Apr 2016 18:36:25 +0000 (UTC) Date: Mon, 4 Apr 2016 18:36:25 +0000 (UTC) From: "Aravindan Vijayan (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-15692) AMS-HBase should explicitly set its HBASE_HOME path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-15692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aravindan Vijayan updated AMBARI-15692: --------------------------------------- Attachment: AMBARI-15692.patch > AMS-HBase should explicitly set its HBASE_HOME path > --------------------------------------------------- > > Key: AMBARI-15692 > URL: https://issues.apache.org/jira/browse/AMBARI-15692 > Project: Ambari > Issue Type: Bug > Components: ambari-metrics > Affects Versions: 2.2.2 > Reporter: Aravindan Vijayan > Assignee: Aravindan Vijayan > Fix For: 2.4.0 > > Attachments: AMBARI-15692.patch > > > AMS-Collector host had the environment variable HBASE_HOME=/usr/lib/hbase defined somewhere in the system. AMS user somehow inherited this environment variable. When AMS-Collector started, he would start the embedded HBase which would use the incorrect environment variable and failed to start (/usr/lib/hbase was missing many JARs). > AMS-HBase's hbase-env.sh script should explicitly set the HBASE_HOME to its own path and not fail due to some incorrect environment variable. -- This message was sent by Atlassian JIRA (v6.3.4#6332)