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 3BF9CDA8E for ; Tue, 28 May 2013 02:12:10 +0000 (UTC) Received: (qmail 91877 invoked by uid 500); 28 May 2013 02:12:10 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 91779 invoked by uid 500); 28 May 2013 02:12:10 -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 91770 invoked by uid 99); 28 May 2013 02:12:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 02:12:10 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cjnolet@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 02:12:05 +0000 Received: by mail-ie0-f180.google.com with SMTP id b11so5745151iee.11 for ; Mon, 27 May 2013 19:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=O4aiTLflQ8BxJY3xWDHKURlgRvDFC8vXsoIp9eHM1MY=; b=OR/H4JRiDWTZKX/g4P+FcZnW76Fi1y8XqjXAa1EyBr+4+A0aASaZIrCIy7mv87MWSE BoMkvszovjZC9j+LlBdY2tww2GUErGenyd/6movU665kpOkRi+sohBBdR3fgkM5iIC6P czmEfEsFSOacFkA3dgZgagRO7gjjJIpgKaQiiKkBK80iJIcagNQPozTqzV9H8nm9jvO2 b5tD/4BvHw4OwjGrKlUUuTk028X0CpAbRyiW/t32hEA5UkJVo0WnqQp1E6U9W6L6QuT1 AHQfo5IXpAXcmI2upnkh79relJZNphyLL3feesZL4fqEiAHRzuXBLdzBSEESh7ws4ScA oCcw== MIME-Version: 1.0 X-Received: by 10.43.9.4 with SMTP id ou4mr18264257icb.53.1369707105185; Mon, 27 May 2013 19:11:45 -0700 (PDT) Received: by 10.64.30.48 with HTTP; Mon, 27 May 2013 19:11:45 -0700 (PDT) In-Reply-To: References: Date: Mon, 27 May 2013 22:11:45 -0400 Message-ID: Subject: Re: dependency issue in 1.5... again From: Corey Nolet To: "dev@accumulo.apache.org" Content-Type: multipart/alternative; boundary=bcaec50dc32c7375ec04ddbdc9de X-Virus-Checked: Checked by ClamAV on apache.org --bcaec50dc32c7375ec04ddbdc9de Content-Type: text/plain; charset=ISO-8859-1 ACCUMULO-1405 should address this issue (the commons dependencies should also be implied). We have been contemplating several different scenarios and trying to find a solution that works out for everyone. Jim, I think it would be useful to capture the expectations for your clojure use-case as well. On Monday, May 27, 2013, Christopher wrote: > Mini Accumulo was moved to its own module at the last moment, and > there wasn't time to discuss dependency issues relating to it. > > I'm thinking that Mini should not have any "provided" dependencies, so > that depending on it via Maven goes smoothly. However, we still > shouldn't be packaging these dependencies. > > An alternative is to make Mini behave the same as regular Accumulo, > and just require you to provide them just as you'd have to if you were > running the real thing. > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii > > > On Mon, May 27, 2013 at 9:13 PM, Jim Klucar > > wrote: > > I know there was a discussion about this earlier, and I'm sorry I missed > > the RC testing window, but I'm still having a problem with miniaccumulo > in > > 1.5. > > > > The issue is that in the pom.xml there are dependencies listed as > provided. > > (commons-*, zookeeper, hadoop-client, log4j) This means that when I > have a > > dependency on miniaccumulo, I have to also go depend on these other > > libraries. This fact must be learned by reading pom files or launching a > > miniaccumulo and reading the class not found errors in the logs. > --bcaec50dc32c7375ec04ddbdc9de--