Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 294B9DE4D for ; Mon, 20 May 2013 16:37:35 +0000 (UTC) Received: (qmail 23193 invoked by uid 500); 20 May 2013 16:28:49 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 68366 invoked by uid 500); 20 May 2013 16:23:11 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 27657 invoked by uid 99); 20 May 2013 15:51:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 May 2013 15:51:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ekohlwey@gmail.com designates 209.85.219.41 as permitted sender) Received: from [209.85.219.41] (HELO mail-oa0-f41.google.com) (209.85.219.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 May 2013 15:51:13 +0000 Received: by mail-oa0-f41.google.com with SMTP id n9so7966433oag.14 for ; Mon, 20 May 2013 08:50:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=0iozidB739NUNuy9RKRkVeEcrK6QnWoyIBRnJSgh1ic=; b=Ce9xl0J68BXazWELjP3dfl+3uVgBhzwYLS1HT32OZEUUJDxHubKY29RSpp/LUixJcD wVyLFLC+IIl/RdSQtRUcez/BMJd7dxeTmCd+jwkw9G0nxFcH5L9rvqlYBZBPc/WJZ5VN 93ScnUImNkNxm7k8aP6TW+LiR9N+G795/dIxX+pohqcnzC8aw1BYgIYZZS5yqGc3Rvo/ 0QaMlglwFDrIs1HcGWte+Nllarng7hTIDgznrmQbNOqdz53a2wEemrwcRCr2/mxJjgUD cNUwg0eaC2QBHa+GetvnI9O6dUrnqc/NADCJItO0dJebVnxYwkdwdpQytKwB3ANG8tOv 0+Ag== MIME-Version: 1.0 X-Received: by 10.182.237.77 with SMTP id va13mr27703258obc.65.1369065049786; Mon, 20 May 2013 08:50:49 -0700 (PDT) Received: by 10.76.139.170 with HTTP; Mon, 20 May 2013 08:50:49 -0700 (PDT) Received: by 10.76.139.170 with HTTP; Mon, 20 May 2013 08:50:49 -0700 (PDT) In-Reply-To: References: Date: Mon, 20 May 2013 11:50:49 -0400 Message-ID: Subject: Re: dependencies within 1.5 From: Ed Kohlwey To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=e89a8ff1cdccf7927604dd284b1d X-Virus-Checked: Checked by ClamAV on apache.org --e89a8ff1cdccf7927604dd284b1d Content-Type: text/plain; charset=ISO-8859-1 Why isn't this it's own module? Hadoop and other projects have their mini cluster code isolated in a separate artifact. On May 19, 2013 10:11 PM, "Jim Klucar" wrote: > MiniAccumuloCluster moved to the 'server' module, which is fine. However, I > now have to have a dependency on accumulo-start and accumulo-server to be > able to use the MiniAccumuloCluster. There isn't really any way of know > that until you fire up a MiniAccumloCluster object and call .start() and > get a ClassNotFoundException on the Main class from accumulo-start. Seems > like depending on accumulo-server should pull in accumulo-start (creates > circular dependency?) or some other solution should be found. > --e89a8ff1cdccf7927604dd284b1d--