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 <[email protected]> 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
