Jerry, You can duplicate the lines that Ted presented by on your own in the future by running this
'mvn dependency:tree' at your source code checkout dir. Jon. On Tue, Nov 12, 2013 at 8:22 PM, Ted Yu <[email protected]> wrote: > I think the following dependencies are pulled in > from hadoop-mapreduce-client-core 2.2 > > See the following snippet from dependency tree: > > [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0:compile > [INFO] | +- org.apache.hadoop:hadoop-yarn-common:jar:2.2.0:compile > [INFO] | | +- org.apache.hadoop:hadoop-yarn-api:jar:2.2.0:compile > [INFO] | | +- com.google.inject:guice:jar:3.0:compile > [INFO] | | | +- javax.inject:javax.inject:jar:1:compile > [INFO] | | | \- aopalliance:aopalliance:jar:1.0:compile > [INFO] | | +- > > com.sun.jersey.jersey-test-framework:jersey-test-framework-grizzly2:jar:1.9:compile > [INFO] | | | +- > > com.sun.jersey.jersey-test-framework:jersey-test-framework-core:jar:1.9:compile > [INFO] | | | | +- javax.servlet:javax.servlet-api:jar:3.0.1:compile > [INFO] | | | | \- com.sun.jersey:jersey-client:jar:1.9:compile > [INFO] | | | \- com.sun.jersey:jersey-grizzly2:jar:1.9:compile > [INFO] | | | +- org.glassfish.grizzly:grizzly-http:jar:2.1.2:compile > [INFO] | | | | \- > org.glassfish.grizzly:grizzly-framework:jar:2.1.2:compile > [INFO] | | | | \- > org.glassfish.gmbal:gmbal-api-only:jar:3.0.0-b023:compile > [INFO] | | | | \- > org.glassfish.external:management-api:jar:3.0.0-b012:compile > [INFO] | | | +- > org.glassfish.grizzly:grizzly-http-server:jar:2.1.2:compile > [INFO] | | | | \- > org.glassfish.grizzly:grizzly-rcm:jar:2.1.2:compile > > Cheers > > > > ---------- Forwarded message ---------- > > From: Jerry He <[email protected]> > > Date: Tue, Nov 12, 2013 at 2:48 PM > > Subject: jars in HBase 0.96 > > To: dev <[email protected]> > > > > > > Hi, hbase experts > > > > Could anyone tell me what these jars are used for in HBase 0.96? > > If I remove them from lib dir, will it cause problems? > > > > Thanks, > > > > Jerry > > > > gmbal-api-only-3.0.0-b023.jar > > grizzly-framework-2.1.1.jar > > grizzly-framework-2.1.1-tests.jar > > grizzly-http-2.1.1.jar > > grizzly-http-server-2.1.1.jar > > grizzly-http-servlet-2.1.1.jar > > grizzly-rcm-2.1.1.jar > > management-api-3.0.0-b012.jar > > > > > -- // Jonathan Hsieh (shay) // Software Engineer, Cloudera // [email protected]
