dongjoon-hyun opened a new pull request #26619: [WIP][SPARK-29981][BUILD] Add 
hive-1.2/2.3 profiles
URL: https://github.com/apache/spark/pull/26619
 
 
   ### What changes were proposed in this pull request?
   
   This PR aims to add two profiles, `hive-1.2` and `hive-2.3` (default).
   This PR is focusing on adding configuration and assumes that `hive-1.2` is 
used with `hadoop-2.7` and `hive-2.3` with `hadoop-3.2` explicitly.
   
   ### Why are the changes needed?
   
   This will help to switch our dependencies to update the exposed dependencies.
   
   ### Does this PR introduce any user-facing change?
   
   This is dev-only change which the build combination is changed.
   - `-Phadoop-2.7` => `-Phadoop-2.7 -Phive-1.2`
   - `-Phadoop-3.2` => `-Phadoop-3.2 -Phive-2.3`
   
   ### How was this patch tested?
   
   Pass the Jenkins with the dependency check and tests to make it sure we 
don't change anything for now.

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