[ 
https://issues.apache.org/jira/browse/HBASE-18697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146447#comment-16146447
 ] 

Sean Busbey commented on HBASE-18697:
-------------------------------------

The current module's reduced dependencies have {{hbase-resource-bundle}} and 
{{slf4j-log4j12}} as required jars when they ought to be optional:

{code}
mvn -f 
~/.m2/repository/org/apache/hbase/hbase-shaded-mapreduce/3.0.0-SNAPSHOT/hbase-shaded-mapreduce-3.0.0-SNAPSHOT.pom
 dependency:tree
...SNIP...
 
[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
[INFO] +- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.24:compile
[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
...SNIP...
{code}

> 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
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to