[
https://issues.apache.org/jira/browse/HUDI-7846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo closed HUDI-7846.
---------------------------
Resolution: Fixed
> Bump apache-rat-plugin to 0.16.1 to eliminate thread-safe warning in maven
> parallel build
> -----------------------------------------------------------------------------------------
>
> Key: HUDI-7846
> URL: https://issues.apache.org/jira/browse/HUDI-7846
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Ethan Guo
> Assignee: Ethan Guo
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.16.0, 1.0.0
>
>
> The following warning is thrown when doing maven parallel build with `mvn -T
> 1C ...`
> {code:java}
> [WARNING] Enable debug to see precisely which goals are not marked as
> thread-safe.
> [WARNING] *****************************************************************
> [WARNING] * Your build is requesting parallel execution, but this *
> [WARNING] * project contains the following plugin(s) that have goals not *
> [WARNING] * marked as thread-safe to support parallel execution. *
> [WARNING] * While this /may/ work fine, please look for plugin updates *
> [WARNING] * and/or request plugins be made thread-safe. *
> [WARNING] * If reporting an issue, report it against the plugin in *
> [WARNING] * question, not against Apache Maven. *
> [WARNING] *****************************************************************
> [WARNING] The following plugins are not marked as thread-safe in
> hudi-hadoop-mr:
> [WARNING] org.apache.rat:apache-rat-plugin:0.13 {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)