[
https://issues.apache.org/jira/browse/HBASE-18697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154444#comment-16154444
]
Appy commented on HBASE-18697:
------------------------------
So i remembered that part you said earlier about doing dependency tree on
shaded artifact. [This stack
overflow|https://stackoverflow.com/questions/3342908/how-to-get-a-dependency-tree-for-an-artifact]
said to run dependency:tree on resulting pom. Here's the right command and
output. Let me update previous reply accordingly.
{noformat}
appy ~/.m2 → mvn -f
.//repository/org/apache/hbase/hbase-shaded-mapreduce/3.0.0-SNAPSHOT/hbase-shaded-mapreduce-3.0.0-SNAPSHOT.pom
dependency:tree
...
[INFO] --- maven-dependency-plugin:3.0.1:tree (default-cli) @
hbase-shaded-mapreduce ---
[INFO] org.apache.hbase:hbase-shaded-mapreduce:jar:3.0.0-SNAPSHOT
[INFO] +- commons-logging:commons-logging:jar:1.2:compile
[INFO] +- org.apache.htrace:htrace-core:jar:3.2.0-incubating:compile
[INFO] +- org.apache.hbase:hbase-resource-bundle:jar:3.0.0-SNAPSHOT:compile
(optional)
[INFO] +- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.24:compile (optional)
[INFO] +- org.slf4j:slf4j-api:jar:1.7.24:compile
[INFO] +- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] \- org.mockito:mockito-all:jar:1.10.19:test
{noformat}
> Need a shaded hbase-mapreduce module
> ------------------------------------
>
> Key: HBASE-18697
> URL: https://issues.apache.org/jira/browse/HBASE-18697
> Project: HBase
> Issue Type: Sub-task
> Components: mapreduce
> Reporter: Duo Zhang
> Assignee: Appy
> Fix For: 3.0.0, 2.0.0-alpha-3
>
> Attachments: HBASE-18697.master.001.patch,
> HBASE-18697.master.002.patch, HBASE-18697.master.003.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)