zhengchenyu opened a new pull request, #897:
URL: https://github.com/apache/incubator-uniffle/pull/897

   ### What changes were proposed in this pull request?
   
   This PR aims to support Hadoop-3.2. Add new profile hadoop3.2, hadoop2.8
   
   ### Why are the changes needed?
   
   (Please clarify why the changes are needed. For instance,
     1. If you propose a new API, clarify the use case for a new API.
     2. If you fix a bug, describe the bug.)
   
   Fix: # (issue)
   
   The changes in PR is described in below:
   * Add Hadoop shim so that we can build with different hadoop version.
   * Rename org.apache.commons.lang.* to org.apache.commons.lang3.*
     In this project, commons-lang3 was chosen. Some code use commons-lang2 
which is depended by hadoop2. When we use hadoop3, this project couldn't find 
commons-lang2.
   * Something related with RequireUpperBoundDeps.
   
   ### Does this PR introduce _any_ user-facing change?
   
   When user build the project, should add option -Phadoop2.8 or -Phadoop3.2
   
   ### How was this patch tested?
   
   1. Unit test
   2. Build test


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to