[jira] [Commented] (HDDS-2129) Using dist profile fails with pom.ozone.xml as parent pom

2019-09-15 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929984#comment-16929984
 ] 

Hudson commented on HDDS-2129:
--

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #17301 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/17301/])
HDDS-2129. Using dist profile fails with pom.ozone.xml as parent pom (arp7: rev 
85b1c728e4ed22f03db255f5ef34a2a79eb20d52)
* (edit) pom.ozone.xml


> Using dist profile fails with pom.ozone.xml as parent pom
> -
>
> Key: HDDS-2129
> URL: https://issues.apache.org/jira/browse/HDDS-2129
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Arpit Agarwal
>Assignee: Elek, Marton
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The build fails with the {{dist}} profile. Details in a comment below.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-2129) Using dist profile fails with pom.ozone.xml as parent pom

2019-09-14 Thread Elek, Marton (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929750#comment-16929750
 ] 

Elek, Marton commented on HDDS-2129:


AFAIK the problem is introduced with switching to javadoc 3.0 maven plugin. Now 
we need to ignore the warning in a different way.

Patch is uploaded (if you don't mind I also fix the assembly plugin version, 
let me know if you prefer to do it in a separated patch...)

> Using dist profile fails with pom.ozone.xml as parent pom
> -
>
> Key: HDDS-2129
> URL: https://issues.apache.org/jira/browse/HDDS-2129
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Arpit Agarwal
>Assignee: Elek, Marton
>Priority: Major
>
> The build fails with the {{dist}} profile. Details in a comment below.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-2129) Using dist profile fails with pom.ozone.xml as parent pom

2019-09-14 Thread Elek, Marton (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929748#comment-16929748
 ] 

Elek, Marton commented on HDDS-2129:


Interesting: I tried it with the 56b7571131b which is the last commit before 
HDDS-2106 ad it's failing in the same way. Still investigating...

> Using dist profile fails with pom.ozone.xml as parent pom
> -
>
> Key: HDDS-2129
> URL: https://issues.apache.org/jira/browse/HDDS-2129
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Arpit Agarwal
>Assignee: Elek, Marton
>Priority: Major
>
> The build fails with the {{dist}} profile. Details in a comment below.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-2129) Using dist profile fails with pom.ozone.xml as parent pom

2019-09-14 Thread Nanda kumar (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929702#comment-16929702
 ] 

Nanda kumar commented on HDDS-2129:
---

The initial problem occurs while enabling {{src}} profile.

> Using dist profile fails with pom.ozone.xml as parent pom
> -
>
> Key: HDDS-2129
> URL: https://issues.apache.org/jira/browse/HDDS-2129
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Arpit Agarwal
>Assignee: Elek, Marton
>Priority: Major
>
> The build fails with the {{dist}} profile. Details in a comment below.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-2129) Using dist profile fails with pom.ozone.xml as parent pom

2019-09-13 Thread Arpit Agarwal (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929567#comment-16929567
 ] 

Arpit Agarwal commented on HDDS-2129:
-

The initial error is the following:
{code}
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-javadoc-plugin must be a valid version but is 
'${maven-javadoc-plugin.version}'. @ line 1604, column 20
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.apache.hadoop:hadoop-main-ozone:0.5.0-SNAPSHOT 
(/Users/agarwal/src/hadoop/pom.ozone.xml) has 1 error
[ERROR] 'build.plugins.plugin.version' for 
org.apache.maven.plugins:maven-javadoc-plugin must be a valid version but is 
'${maven-javadoc-plugin.version}'. @ line 1604, column 20
[ERROR]
{code}

After fixing this error by adding {{maven-javadoc-plugin.version}} to 
pom.ozone.xml, the build fails later with:

{code}
[ERROR] 
/Users/agarwal/src/hadoop/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/protocolPB/ScmBlockLocationProtocolServerSideTranslatorPB.java:79:
 warning: no @param for metrics
[ERROR]   public ScmBlockLocationProtocolServerSideTranslatorPB(
[ERROR]  ^
[ERROR] 
/Users/agarwal/src/hadoop/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/protocolPB/ScmBlockLocationProtocolServerSideTranslatorPB.java:79:
 warning: no @throws for java.io.IOException
{code}

My guess is we need to configure some exclusions for javadoc warnings.

> Using dist profile fails with pom.ozone.xml as parent pom
> -
>
> Key: HDDS-2129
> URL: https://issues.apache.org/jira/browse/HDDS-2129
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Arpit Agarwal
>Priority: Major
>
> The build fails with the {{dist}} profile. Details in a comment below.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org