Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C926610AE2 for ; Tue, 10 Dec 2013 21:14:08 +0000 (UTC) Received: (qmail 52976 invoked by uid 500); 10 Dec 2013 21:14:07 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 52921 invoked by uid 500); 10 Dec 2013 21:14:07 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 52794 invoked by uid 99); 10 Dec 2013 21:14:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Dec 2013 21:14:07 +0000 Date: Tue, 10 Dec 2013 21:14:07 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1997) Perform validation on ACCUMULO_HOME 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/ACCUMULO-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844675#comment-13844675 ] Josh Elser commented on ACCUMULO-1997: -------------------------------------- Just ran into another way that this could manifest itself -- start-all.sh will happily start extra processes on your box. I was testing some changes in a local directory (instead of where I normally run Accumulo), opened a new shell, and did a start-all.sh. Took a while to realize that I didn't reset my ACCUMULO_HOME and it started an extra set of processes. > Perform validation on ACCUMULO_HOME > ----------------------------------- > > Key: ACCUMULO-1997 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1997 > Project: Accumulo > Issue Type: Bug > Reporter: Josh Elser > Fix For: 1.4.5, 1.5.1, 1.6.0 > > > ACCUMULO-1785 changed how config.sh works in such a way that ACCUMULO_HOME is not set by the Accumulo scripts as all. > A side-effect of this is that invalid/incorrect ACCUMULO_HOME settings silently pass through to the Java process which will fail miserably (classpaths, notably) -- This message was sent by Atlassian JIRA (v6.1.4#6159)