yihua opened a new pull request, #11420:
URL: https://github.com/apache/hudi/pull/11420

   ### Change Logs
   
   The following error is thrown when doing maven parallel build with `mvn -T 
1C ...`.  This PR bumps `apache-rat-plugin` to 0.16.1 to eliminate thread-safe 
warning in maven parallel build.
   ```
   [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 
   ```
   ### Impact
   
   Eliminates build warning.
   
   ### Risk level
   
   none
   
   ### Documentation Update
   
   none
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to