Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BBCAD7BC for ; Tue, 21 May 2013 17:20:13 +0000 (UTC) Received: (qmail 94123 invoked by uid 500); 21 May 2013 17:20:13 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 94093 invoked by uid 500); 21 May 2013 17:20:13 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 94080 invoked by uid 99); 21 May 2013 17:20:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 17:20:12 +0000 X-ASF-Spam-Status: No, hits=2.1 required=5.0 tests=HK_RANDOM_ENVFROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aarongmldt@gmail.com designates 74.125.83.46 as permitted sender) Received: from [74.125.83.46] (HELO mail-ee0-f46.google.com) (74.125.83.46) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 17:20:06 +0000 Received: by mail-ee0-f46.google.com with SMTP id e49so585810eek.33 for ; Tue, 21 May 2013 10:19:46 -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=I0dDuswcbgR7eFj4poof4SyvIH5dhMjX92sTdI5mTk0=; b=vtkmwuPRz9+MnZn+ErNh6OdMETvt0CW0nROrdXpIvYbswBE2lxEeNKZCqVkqbAYZer W+llR1KqQWGoB1FTwgw10r67WskiI4cxov8sT7INJqs/9uDk6R4Y4yD7GGGMGyXVFXkL nZ9mjYHcyBH7IAJj8nkpfQIVMJ0Zr3C10QiIZNeQ3m/qTPsi9+7C5bVPHBOoIy1rBTyH tmATe/zGsrX0o3xP6X30yhT+Bd1vcMRtzWY3PSO2CZNE4Z9wMzInJO46YVHllC3bF/ke Y5JBCNmWHmBRLBue+61vjXhhc8bVBUrj86ITritIA9GSjF+pg1rAsD69pY0xWGDQ2VQB PvNA== MIME-Version: 1.0 X-Received: by 10.14.98.71 with SMTP id u47mr8857713eef.12.1369156786794; Tue, 21 May 2013 10:19:46 -0700 (PDT) Received: by 10.14.125.146 with HTTP; Tue, 21 May 2013 10:19:46 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 May 2013 13:19:46 -0400 Message-ID: Subject: Re: POM dependencies for an Accumulo Client From: Aaron To: user@accumulo.apache.org Content-Type: multipart/alternative; boundary=001a11c3e2cceb52c504dd3da704 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3e2cceb52c504dd3da704 Content-Type: text/plain; charset=ISO-8859-1 Version: 1.5-RC4 Started with what was in the accumulo parent pom, and i was slowly taking out various dependencies and seeing if stuff broke. Was about to start taking out all commons-* (at least all the ones I don't need). Thanks again. I'll post up my dependency list when finalize it, just for those who search on Google. On Tue, May 21, 2013 at 12:48 PM, Christopher wrote: > It depends on which version of Accumulo, but generally, you'll need > accumulo-core, hadoop-client (or hadoop-core), zookeeper, and > libthrift. You may also need accumulo-start, accumulo-trace, > accumulo-fate. > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii > > > On Tue, May 21, 2013 at 10:48 AM, Aaron wrote: > > try to create a simple Servlet that acts as a Accumulo Client. Trying to > > work through the fun of runtime dependencies on a Tomcat 7 server > (7.0.40 to > > be exact). > > > > Basically, anyone been thru this before? Seem to be having some Jersey > > conflicts as well as Servlet 2.5 vs 3.0 conflicts. > > > > 2nd part: what accumulo dependencies do we need...i would assume at > least > > accumulo-core, but do we need all the others? Proxy? FATE? etc. > > > > If I get this figured out before I hear anything, I'll post my pom here. > > > > Thanks in advance, > > Aaron > --001a11c3e2cceb52c504dd3da704 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Version: 1.5-RC4

Started with what was = in the accumulo parent pom, and i was slowly taking out various dependencie= s and seeing if stuff broke. =A0Was about to start taking out all commons-*= (at least all the ones I don't need).

Thanks again.

I'll p= ost up my dependency list when finalize it, just for those who search on Go= ogle.




On Tue, May 21, 2013 at 12:48 PM, Christ= opher <ctubbsii@apache.org> wrote:
It depends on which version of Accumulo, but generally, you'll need
accumulo-core, hadoop-client (or hadoop-core), zookeeper, and
libthrift. You may also need accumulo-start, accumulo-trace,
accumulo-fate.

--
Christopher L Tubbs II
http://gravatar.= com/ctubbsii


On Tue, May 21, 2013 at 10:48 AM, Aaron <aarongmldt@gmail.com> wrote:
> try to create a simple Servlet that acts as a Accumulo Client. =A0Tryi= ng to
> work through the fun of runtime dependencies on a Tomcat 7 server (7.0= .40 to
> be exact).
>
> Basically, anyone been thru this before? =A0Seem to be having some Jer= sey
> conflicts as well as Servlet 2.5 vs 3.0 conflicts.
>
> 2nd part: =A0what accumulo dependencies do we need...i would assume at= least
> accumulo-core, but do we need all the others? Proxy? FATE? etc.
>
> If I get this figured out before I hear anything, I'll post my pom= here.
>
> Thanks in advance,
> Aaron

--001a11c3e2cceb52c504dd3da704--