[
https://issues.apache.org/jira/browse/HBASE-8146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13606902#comment-13606902
]
Enis Soztutar commented on HBASE-8146:
--------------------------------------
bq. Are there any other dependencies we're not shipping?
{code}
mvn dependency:tree
{code}
lists these dependencies for hbase-client:
{code}
INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ hbase-client ---
[INFO] org.apache.hbase:hbase-client:jar:0.97-SNAPSHOT
[INFO] +- org.apache.hbase:hbase-common:jar:0.97-SNAPSHOT:compile
[INFO] | +- com.google.guava:guava:jar:12.0.1:compile
[INFO] | | \- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.4.3:compile
[INFO] | \- org.slf4j:slf4j-log4j12:jar:1.4.3:compile
[INFO] +- org.apache.hbase:hbase-common:test-jar:tests:0.97-SNAPSHOT:test
[INFO] +- org.apache.hbase:hbase-protocol:jar:0.97-SNAPSHOT:compile
[INFO] +- com.google.protobuf:protobuf-java:jar:2.4.1:compile
[INFO] +- org.apache.zookeeper:zookeeper:jar:3.4.5:compile
[INFO] | \- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.cloudera.htrace:htrace:jar:1.50:compile
[INFO] | \- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] +- org.apache.hadoop:hadoop-core:jar:1.1.1:compile
[INFO] | +- commons-cli:commons-cli:jar:1.2:compile
[INFO] | +- xmlenc:xmlenc:jar:0.52:compile
[INFO] | +- commons-io:commons-io:jar:2.4:compile (version managed from 2.1)
[INFO] | +- commons-httpclient:commons-httpclient:jar:3.0.1:compile
[INFO] | +- commons-codec:commons-codec:jar:1.7:compile
[INFO] | +- org.apache.commons:commons-math:jar:2.1:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.6:compile
[INFO] | | +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] | | +- commons-lang:commons-lang:jar:2.6:compile (version managed from
2.4)
[INFO] | | +- commons-digester:commons-digester:jar:1.8:compile
[INFO] | | | \- commons-beanutils:commons-beanutils:jar:1.7.0:compile
[INFO] | | \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
[INFO] | +- commons-net:commons-net:jar:1.4.1:compile
[INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] | +- tomcat:jasper-runtime:jar:5.5.23:runtime (version managed from
5.5.12; scope managed from compile)
[INFO] | +- tomcat:jasper-compiler:jar:5.5.23:runtime (version managed from
5.5.12; scope managed from compile)
[INFO] | +- org.mortbay.jetty:jsp-api-2.1:jar:6.1.14:compile
[INFO] | | \- org.mortbay.jetty:servlet-api-2.5:jar:6.1.14:compile
[INFO] | +- org.mortbay.jetty:jsp-2.1:jar:6.1.14:compile
[INFO] | +- commons-el:commons-el:jar:1.0:compile
[INFO] | \- org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile
[INFO] | \- org.codehaus.jackson:jackson-core-asl:jar:1.8.8:compile
[INFO] +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] +- junit:junit:jar:4.11:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] \- org.mockito:mockito-all:jar:1.9.0:test
{code}
Mainly, it seems we are depending on guava, htrace, protobuf, findbugs. I am
guessing findbugs is not a runtime dependency(nope not). We should be good to
go.
> IntegrationTestBigLinkedList does not work on distributed setup
> ---------------------------------------------------------------
>
> Key: HBASE-8146
> URL: https://issues.apache.org/jira/browse/HBASE-8146
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.95.0, 0.98.0
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 0.95.0, 0.98.0, 0.94.7
>
> Attachments: hbase-8146_v1.patch
>
>
> Two issues:
> - IntegrationTestBigLinkedList.java does not add dependency jars, for it's
> first job (my bad for not testing it properly)
> - TableMapReduceUtil does not add guava, and htrace dependency to the job
> classpath. This affects all mapreduce jobs in trunk.
> I have to look into whether the patch for HBASE-8140 would fix the second
> condition.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira