[
https://issues.apache.org/jira/browse/YARN-8053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16405818#comment-16405818
]
Rohith Sharma K S commented on YARN-8053:
-----------------------------------------
To reproduce the issue, follow the below steps
# Update trunk version to 3.3-snapshot using command *mvn versions:set
-DnewVersion=3.3.0-SNAPSHOT*
# Build hadoop with -Dhbase.profile=2.0, we see the error.
But in community it is likely to happen this error since default compilation is
hbase-1.2.6 which keeps hadoop-dist jar in repository. Later on this will be
cached and used.
> Exclude hadoop-distcp dependencies in hbase-server for
> timelineservice-hbase-client package.
> --------------------------------------------------------------------------------------------
>
> Key: YARN-8053
> URL: https://issues.apache.org/jira/browse/YARN-8053
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Rohith Sharma K S
> Assignee: Rohith Sharma K S
> Priority: Major
>
> It is observed that when we change the version number of hadoop leading build
> failure because of dependency resolution conflicts. We see below error which
> tells that hbase-server has dependency on hadoop-distcp. We also need to
> exclude hadoop-distcp from exclusion list.
> {code}
> 07:42:36 2018/03/19 14:42:36 INFO : [ERROR] Failed to execute goal on
> project hadoop-yarn-server-timelineservice-hbase-client: Could not resolve
> dependencies for project
> org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-client:jar:3.3.0-SNAPSHOT:
> Could not find artifact org.apache.hadoop:hadoop-distcp:jar:3.3.0-SNAPSHOT
> in public
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]