Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 67936 invoked from network); 11 Jan 2011 19:01:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jan 2011 19:01:26 -0000 Received: (qmail 10282 invoked by uid 500); 11 Jan 2011 19:01:26 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 10189 invoked by uid 500); 11 Jan 2011 19:01:26 -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 10181 invoked by uid 99); 11 Jan 2011 19:01:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jan 2011 19:01:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jan 2011 19:01:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0BJ126D011084 for ; Tue, 11 Jan 2011 19:01:02 GMT Message-ID: <20924173.291221294772462025.JavaMail.jira@thor> Date: Tue, 11 Jan 2011 14:01:02 -0500 (EST) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-3436) HBase start scripts should not include maven repos jars if they exist in lib In-Reply-To: <29938176.276851294730625891.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980259#action_12980259 ] stack commented on HBASE-3436: ------------------------------ Bill, that is, did you change your hbase download from a clean binary install into a 'dev environment' by doing 'mvn install' or something. Thanks. > HBase start scripts should not include maven repos jars if they exist in lib > ---------------------------------------------------------------------------- > > Key: HBASE-3436 > URL: https://issues.apache.org/jira/browse/HBASE-3436 > Project: HBase > Issue Type: Bug > Reporter: Bill Graham > Priority: Critical > Fix For: 0.90.1 > > > When starting the master, the jars of the users maven repos get injected into the classpath as a convenience to developers. This can cause quite a debugging headache when hadoop jars don't match what's on the cluster. > We should change the start scripts to not do this if the jars exist in the lib dir. Or better yet, we would only include maven repos jars if an optional param exists in hbase-env.sh. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.