dongjoon-hyun opened a new pull request #26260: [SPARK-29608][BUILD] Add 
`hadoop-3.2` profile to release build
URL: https://github.com/apache/spark/pull/26260
 
 
   ### What changes were proposed in this pull request?
   
   This PR aims to add `hadoop-3.2` profile to pre-built binary package 
releases.
   
   ### Why are the changes needed?
   
   Since Apache Spark 3.0.0, we provides Hadoop 3.2 pre-built binary.
   
   ### Does this PR introduce any user-facing change?
   
   No. (Although the artifacts are available, this change is for release 
managers).
   
   ### How was this patch tested?
   
   Manual. Please note that `DRY_RUN=0` disables these combination.
   ```
   $ dev/create-release/release-build.sh package
   ...
   Packages to build: without-hadoop hadoop3.2 hadoop2.7
   make_binary_release without-hadoop -Pscala-2.12 -Phadoop-provided  2.12
   make_binary_release hadoop3.2 -Pscala-2.12 -Phadoop-3.2 -Phive 
-Phive-thriftserver  2.12
   make_binary_release hadoop2.7 -Pscala-2.12 -Phadoop-2.7 -Phive 
-Phive-thriftserver withpip,withr 2.12
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to