[
https://issues.apache.org/jira/browse/HADOOP-18224?focusedWorklogId=768757&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-768757
]
ASF GitHub Bot logged work on HADOOP-18224:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 10/May/22 23:10
Start Date: 10/May/22 23:10
Worklog Time Spent: 10m
Work Description: slfan1989 commented on PR #4267:
URL: https://github.com/apache/hadoop/pull/4267#issuecomment-1122998856
> > @virajjasani Hi, I should be able to solve some YARN errors, some of
which may be related to
[HADOOP-18167](https://issues.apache.org/jira/browse/HADOOP-18167), and I am
also solving some compilation problems of related Java Docs.
>
> Thanks @slfan1989, it seems you have addressed many Javadoc issues since
the last time I saw the PR.
>
> I think it would be good to decide the order for both PRs #4267 (current)
and #4292. If 4267 goes first, 4292 can resolve issues with updated Javadoc
plugin. Anyways, it's all upto you @aajisaka !
Hi, @virajjasani the issues related to HADOOP-18167 have been fixed, I think
you can re-run Junit Test to see the results of the yarn module.
Issue Time Tracking
-------------------
Worklog Id: (was: 768757)
Time Spent: 3h 10m (was: 3h)
> Upgrade maven compiler plugin to 3.10.1 and maven javadoc plugin to 3.4.0
> -------------------------------------------------------------------------
>
> Key: HADOOP-18224
> URL: https://issues.apache.org/jira/browse/HADOOP-18224
> Project: Hadoop Common
> Issue Type: Task
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> Currently we are using maven-compiler-plugin 3.1 version, which is quite old
> (2013) and it's also pulling in vulnerable log4j dependency:
> {code:java}
> [INFO]
> org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.1:runtime
> [INFO] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
> [INFO] org.apache.maven:maven-plugin-api:jar:2.0.9
> [INFO] org.apache.maven:maven-artifact:jar:2.0.9
> [INFO] org.codehaus.plexus:plexus-utils:jar:1.5.1
> [INFO] org.apache.maven:maven-core:jar:2.0.9
> [INFO] org.apache.maven:maven-settings:jar:2.0.9
> [INFO] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
> ...
> ...
> ...
> [INFO] log4j:log4j:jar:1.2.12
> [INFO] commons-logging:commons-logging-api:jar:1.1
> [INFO] com.google.collections:google-collections:jar:1.0
> [INFO] junit:junit:jar:3.8.2
> {code}
>
> We should upgrade to 3.10.1 (latest Mar, 2022) version of
> maven-compiler-plugin.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]