Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D2521778E for ; Fri, 10 Apr 2015 09:31:14 +0000 (UTC) Received: (qmail 57351 invoked by uid 500); 10 Apr 2015 09:31:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 57220 invoked by uid 500); 10 Apr 2015 09:31:13 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 57098 invoked by uid 99); 10 Apr 2015 09:31:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2015 09:31:13 +0000 Date: Fri, 10 Apr 2015 09:31:13 +0000 (UTC) From: "Dev Lakhani (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-13449) HBASE_REGIONSERVER_OPTS is maked and silently reset. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Dev Lakhani created HBASE-13449: ----------------------------------- Summary: HBASE_REGIONSERVER_OPTS is maked and silently reset. Key: HBASE-13449 URL: https://issues.apache.org/jira/browse/HBASE-13449 Project: HBase Issue Type: Bug Affects Versions: 1.0.0 Reporter: Dev Lakhani In local-regionserver.sh there is a line which masks the current HBASE_REGIONSERVER_OPTS https://github.com/apache/hbase/blob/master/bin/local-regionservers.sh#L38 # sanity check: make sure your regionserver opts don't use ports [i.e. JMX/DBG] export HBASE_REGIONSERVER_OPTS=" " We are having trouble with this because: 1) As per normal Hadoop convention env variables should be in hbase-env.sh, as with other daemons this is where we set jmx/jvm properties. 2) Whatever we set in hbase-env.sh gets masked by this line. Is there any reason this line is included in the runner and can it be moved to the env.sh file? -- This message was sent by Atlassian JIRA (v6.3.4#6332)