[
https://issues.apache.org/jira/browse/YARN-7346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16304406#comment-16304406
]
Rohith Sharma K S commented on YARN-7346:
-----------------------------------------
I applied the patch and built distribution from it. I found that many
dependencies got added into timlineservice/lib folder. Does these all are
really required ? I guess only 9 Jars were there previous to this patch in
*yarn/timelineservice/lib* folder!
{code}
aopalliance-repackaged-2.5.0-b32.jar
audience-annotations-0.5.0.jar
commons-collections4-4.1.jar
commons-crypto-1.0.0.jar
commons-csv-1.0.jar
hbase-client-2.0.0-alpha4.jar
hbase-common-2.0.0-alpha4.jar
hbase-hadoop-compat-2.0.0-alpha4.jar
hbase-hadoop2-compat-2.0.0-alpha4.jar
hbase-metrics-2.0.0-alpha4.jar
hbase-metrics-api-2.0.0-alpha4.jar
hbase-protocol-2.0.0-alpha4.jar
hbase-protocol-shaded-2.0.0-alpha4.jar
hbase-shaded-miscellaneous-1.0.1.jar
hbase-shaded-netty-1.0.1.jar
hbase-shaded-protobuf-1.0.1.jar
hk2-api-2.5.0-b32.jar
hk2-locator-2.5.0-b32.jar
hk2-utils-2.5.0-b32.jar
htrace-core-3.2.0-incubating.jar
javassist-3.20.0-GA.jar
javax.annotation-api-1.2.jar
javax.el-3.0.0.jar
javax.inject-2.5.0-b32.jar
javax.ws.rs-api-2.0.1.jar
jersey-common-2.25.1.jar
jersey-guava-2.25.1.jar
joni-2.1.11.jar
metrics-core-3.2.1.jar
osgi-resource-locator-1.0.1.jar
{code}
Many of these jar version have conflict with _yarn/lib_ or
_yarn/timlineservice/lib_ such as jersey-guice which yarn/lib has 1.19 and
yarn/timlineservice/lib has v2.25.1. This would conflict when all these jars
loaded in classpath.
> Fix compilation errors against hbase2 alpha release
> ---------------------------------------------------
>
> Key: YARN-7346
> URL: https://issues.apache.org/jira/browse/YARN-7346
> Project: Hadoop YARN
> Issue Type: Sub-task
> Reporter: Ted Yu
> Assignee: Vrushali C
> Attachments: YARN-7346.00.patch, YARN-7346.prelim1.patch,
> YARN-7346.prelim2.patch, YARN-7581.prelim.patch
>
>
> When compiling hadoop-yarn-server-timelineservice-hbase against 2.0.0-alpha3,
> I got the following errors:
> https://pastebin.com/Ms4jYEVB
> This issue is to fix the compilation errors.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]