[
https://issues.apache.org/jira/browse/HADOOP-15821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657643#comment-16657643
]
Íñigo Goiri commented on HADOOP-15821:
--------------------------------------
I built trunk run on a clean Linux docker image and I got:
{code}
2018-10-20T01:15:19.8797956Z [ERROR] [ERROR] Some problems were encountered
while processing the POMs:
2018-10-20T01:15:19.8799644Z [WARNING] 'parent.relativePath' of POM
org.apache.hadoop:hadoop-registry:3.3.0-SNAPSHOT
(/hadoop/hadoop-common-project/hadoop-registry/pom.xml) points at
org.apache.hadoop:hadoop-common-project instead of
org.apache.hadoop:hadoop-project, please verify your project structure @ line
19, column 11
2018-10-20T01:15:19.8801632Z [FATAL] Non-resolvable parent POM for
org.apache.hadoop:hadoop-registry:3.3.0-SNAPSHOT: Could not find artifact
org.apache.hadoop:hadoop-project:pom:3.3.0-SNAPSHOT and 'parent.relativePath'
points at wrong local POM @ line 19, column 11
2018-10-20T01:15:19.8801849Z @
2018-10-20T01:15:19.8803901Z [ERROR] The build could not read 1 project ->
[Help 1]
2018-10-20T01:15:19.8806798Z [ERROR]
2018-10-20T01:15:19.8807806Z [ERROR] The project
org.apache.hadoop:hadoop-registry:3.3.0-SNAPSHOT
(/hadoop/hadoop-common-project/hadoop-registry/pom.xml) has 1 error
2018-10-20T01:15:19.8809208Z [ERROR] Non-resolvable parent POM for
org.apache.hadoop:hadoop-registry:3.3.0-SNAPSHOT: Could not find artifact
org.apache.hadoop:hadoop-project:pom:3.3.0-SNAPSHOT and 'parent.relativePath'
points at wrong local POM @ line 19, column 11 -> [Help 2]
2018-10-20T01:15:19.8809442Z [ERROR]
2018-10-20T01:15:19.8809831Z [ERROR] To see the full stack trace of the errors,
re-run Maven with the -e switch.
2018-10-20T01:15:19.8810129Z [ERROR] Re-run Maven using the -X switch to enable
full debug logging.
2018-10-20T01:15:19.8810193Z [ERROR]
2018-10-20T01:15:19.8810271Z [ERROR] For more information about the errors and
possible solutions, please read the following articles:
2018-10-20T01:15:19.8810360Z [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
2018-10-20T01:15:19.8810461Z [ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
{code}
I'm not able to reproduce in my box and Yetus seemed fine with it.
Checking the pom, it looks like it may need {{relativePath}}:
{code}
<parent>
<artifactId>hadoop-project</artifactId>
<groupId>org.apache.hadoop</groupId>
<version>3.3.0-SNAPSHOT</version>
<relativePath>../../hadoop-project</relativePath>
</parent>
{code}
Anybody else seeing this?
> Move Hadoop YARN Registry to Hadoop Registry
> --------------------------------------------
>
> Key: HADOOP-15821
> URL: https://issues.apache.org/jira/browse/HADOOP-15821
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 3.2.0
> Reporter: Íñigo Goiri
> Assignee: Íñigo Goiri
> Priority: Major
> Fix For: 3.3.0
>
> Attachments: HADOOP-15821.000.patch, HADOOP-15821.001.patch,
> HADOOP-15821.002.patch, HADOOP-15821.003.patch, HADOOP-15821.004.patch,
> HADOOP-15821.005.patch, HADOOP-15821.006.patch, HADOOP-15821.007.patch,
> HADOOP-15821.008.patch, HADOOP-15821.009.patch
>
>
> Currently, Hadoop YARN Registry is in YARN. However, this can be used by
> other parts of the project (e.g., HDFS). In addition, it does not have any
> real dependency to YARN.
> We should move it into commons and make it Hadoop Registry.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]