AngersZhuuuu opened a new pull request #34715:
URL: https://github.com/apache/spark/pull/34715


   ### What changes were proposed in this pull request?
   Rename the maven hadoop profile to  hadoop-3 and hadoop-2
   
   
   ### Why are the changes needed?
   Upgrade hadoop profile
   
   ### Does this PR introduce _any_ user-facing change?
   n this pr, we change hadoop profile form hadoop-3.2 to hadoop-3, and 
hadoop-3 is default hadoop profile.
   User can build other lower version by -Dhadoop.version=3.2.1 such as
   
   ```
   ./build/mvn -Pyarn -Dhadoop.version=3.2.1 -DskipTests clean package
   ```
   If user want to built hadoop 2 related version. you can run
   ```
   ./build/mvn -Pyarn -Phadoop-2.7 -Dhadoop.version=2.8.3 -DskipTests clean 
package
   ```
   
   
   ### How was this patch tested?
   Not need


-- 
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