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 C214BD593 for ; Tue, 21 May 2013 16:48:46 +0000 (UTC) Received: (qmail 42739 invoked by uid 500); 21 May 2013 16:48:47 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 42694 invoked by uid 500); 21 May 2013 16:48:46 -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 42662 invoked by uid 99); 21 May 2013 16:48:46 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 16:48:46 +0000 Received: from localhost (HELO mail-lb0-f176.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 16:48:45 +0000 Received: by mail-lb0-f176.google.com with SMTP id x10so1036171lbi.7 for ; Tue, 21 May 2013 09:48:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=t2rNlxoAIIwjz4IkbuxDByR1hJSsbOYX9CbCY11PGCs=; b=dtv3Rj6izMJzwtsZlNGtmUPW6LEZfa7wJZjs6yxJEM2HwgUF7uUy56lLsP6sSW0d8v kOs08fMfx6m+wjTh4hAz0y6x4A5ziHYeZaoE3h28dvW68hGoJv61vpNr9d0hxfFv9gCB ZYtBO2IvgS+vHvxBfeqSU0dawqJr26h0wTpnylqObXQAy15IolGZXdiAX5f6mrio6ZnS 1Sy7zSNj2mr0enDJ6+Qv2tkWADsxR5WJ7MGB8N6+pQeBBsrlkXTQajCx4MoasTgiHgRe uLMGmb4MJWSwrhE9bhpDPiiCGejM4rBCWFPSligmF2h2e8sK2KNnVT0M9pcQnROCgcbg 1t7A== MIME-Version: 1.0 X-Received: by 10.112.166.101 with SMTP id zf5mr1989155lbb.59.1369154923849; Tue, 21 May 2013 09:48:43 -0700 (PDT) Received: by 10.114.177.193 with HTTP; Tue, 21 May 2013 09:48:43 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 May 2013 12:48:43 -0400 Message-ID: Subject: Re: POM dependencies for an Accumulo Client From: Christopher To: user@accumulo.apache.org Content-Type: text/plain; charset=ISO-8859-1 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