This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f25cab  [SPARK-35844][INFRA] Add hadoop-cloud profile to 
PUBLISH_PROFILES
0f25cab is described below

commit 0f25cabbc2c92d7db547eeb7fe89d8a2dbbb9e75
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Mon Jun 21 11:56:21 2021 -0700

    [SPARK-35844][INFRA] Add hadoop-cloud profile to PUBLISH_PROFILES
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `hadoop-cloud` profile to `PUBLISH_PROFILES` in order 
to publish `hadoop-cloud` module.
    
    Note that this doesn't change `BASE_RELEASE_PROFILES` and there is no 
change in the binary distributions.
    
    ### Why are the changes needed?
    
    This is discussed here.
    - 
https://lists.apache.org/thread.html/rf87d755460d5ed85c7b6ac0edad48f53c929a2cd287f30be24afd2ad%40%3Cuser.spark.apache.org%3E
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes, this will provide `hadoop-cloud` module in Maven Central.
    
    ### How was this patch tested?
    
    N/A (After merging this, we can check the daily snapshot result)
    
    Closes #33003 from dongjoon-hyun/SPARK-35844.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 dev/create-release/release-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/create-release/release-build.sh 
b/dev/create-release/release-build.sh
index f406be9..68f12a8 100755
--- a/dev/create-release/release-build.sh
+++ b/dev/create-release/release-build.sh
@@ -134,7 +134,7 @@ fi
 HIVE_PROFILES="-Phive -Phive-thriftserver"
 # Profiles for publishing snapshots and release to Maven Central
 # We use Apache Hive 2.3 for publishing
-PUBLISH_PROFILES="$BASE_PROFILES $HIVE_PROFILES -Phive-2.3 
-Pspark-ganglia-lgpl -Pkinesis-asl"
+PUBLISH_PROFILES="$BASE_PROFILES $HIVE_PROFILES -Phive-2.3 
-Pspark-ganglia-lgpl -Pkinesis-asl -Phadoop-cloud"
 # Profiles for building binary releases
 BASE_RELEASE_PROFILES="$BASE_PROFILES -Psparkr"
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to