[
https://issues.apache.org/jira/browse/YARN-7346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16369901#comment-16369901
]
Rohith Sharma K S commented on YARN-7346:
-----------------------------------------
Couple of additional comments
# hadoop-project/pom.xml has jcodings by default. This can be removed since
hbase2 profile has this dependency explicitly.
# For packaging issue which discussed in previously comment, we can use
property to name the module structure. There are 2 modules i.e
_hadoop-yarn-server-timelineservice-hbase-server-1_ and
_hadoop-yarn-server-timelineservice-hbase-server-2_ where one module will be
activated at any given point of time. So we can use module structure like
_hadoop-yarn-server-timelineservice-hbase-server-*${hbase.profile.version}*_ in
hadoop-yarn-dist.xml assembly file. And need to add _hbase.profile.version_
property along with hbase.version in hadoop-project#pom.xml
# Given 2nd option works, hadoop-yarn-dist.xml has commented modifications.
This could be removed.
# Nits : Below names can be consistent either without space or with space
between Timeline Service vs TimelineService!
{code}
[INFO] Apache Hadoop YARN TimelineService HBase Backend ... SUCCESS [ 0.004 s]
[INFO] Apache Hadoop YARN TimelineService HBase Common .... SUCCESS [ 0.045 s]
[INFO] Apache Hadoop YARN TimelineService HBase Client .... SUCCESS [ 0.032 s]
[INFO] Apache Hadoop YARN Timeline Service HBase Servers .. SUCCESS [ 0.002 s]
[INFO] Apache Hadoop YARN TimelineService HBase Server 1.2 SUCCESS [ 0.014 s]
[INFO] Apache Hadoop YARN Timeline Service HBase tests .... SUCCESS [ 0.015 s]
{code}
> Fix compilation errors against hbase2 beta 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
> Priority: Major
> Attachments: YARN-7346.00.patch, YARN-7346.01.patch,
> YARN-7346.02.patch, YARN-7346.03-incremental.patch, YARN-7346.03.patch,
> YARN-7346.04.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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]