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 B218E185B1 for ; Thu, 10 Dec 2015 23:46:11 +0000 (UTC) Received: (qmail 7990 invoked by uid 500); 10 Dec 2015 23:46:11 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 7931 invoked by uid 500); 10 Dec 2015 23:46:11 -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 7455 invoked by uid 99); 10 Dec 2015 23:46:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2015 23:46:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1755F2C1F5C for ; Thu, 10 Dec 2015 23:46:11 +0000 (UTC) Date: Thu, 10 Dec 2015 23:46:11 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4073) Accumulo mini cluster unusable with sbt 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-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15051865#comment-15051865 ] Josh Elser commented on ACCUMULO-4073: -------------------------------------- bq. Does it need to choke? Just to be clear, choke == "throw an exception"? Assuming so, yes, it's crappy that we have to introspect the classpath at all to do this, but that's a drawback of how we do the minicluster as separate processes instead of in-JVM. No, it doesn't have to. You're welcome to make this work with sbt. Alternatively, if you can provide some environment/instructions on how to show the failure, you might convince one of the devs to take a look at it on their own to fix it :) > Accumulo mini cluster unusable with sbt > --------------------------------------- > > Key: ACCUMULO-4073 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4073 > Project: Accumulo > Issue Type: Bug > Components: mini > Affects Versions: 1.7.0 > Environment: OS: Linux 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux > Java: > openjdk version "1.8.0_66" > OpenJDK Runtime Environment (build 1.8.0_66-b17) > OpenJDK 64-Bit Server VM (build 25.66-b17, mixed mode) > Reporter: Ben Edwards > > Because the accumulo mini cluster checks for explict classloader types, it throws because it doesn't like the sbt classloader. > Does it need to choke? > https://github.com/apache/accumulo/blob/master/minicluster/src/main/java/org/apache/accumulo/minicluster/impl/MiniAccumuloClusterImpl.java#L270 -- This message was sent by Atlassian JIRA (v6.3.4#6332)