This is an automated email from the ASF dual-hosted git repository.
gurwls223 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 df5ef91f44ba [SPARK-48425][INFRA][FOLLOWUP] copy spark connect release
tarballs
df5ef91f44ba is described below
commit df5ef91f44bacf60b39bccecc049eb8cb5714b39
Author: Wenchen Fan <[email protected]>
AuthorDate: Tue May 28 15:43:25 2024 +0900
[SPARK-48425][INFRA][FOLLOWUP] copy spark connect release tarballs
### What changes were proposed in this pull request?
This is a followup of https://github.com/apache/spark/pull/46751 . Now the
spark connect tarball is named `pyspark_connect...`, and we need to update the
release scripts as well.
### Why are the changes needed?
fix release scripts
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
manual
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #46769 from cloud-fan/script.
Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
dev/create-release/release-build.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev/create-release/release-build.sh
b/dev/create-release/release-build.sh
index cd0220db75b1..cf9c146e081a 100755
--- a/dev/create-release/release-build.sh
+++ b/dev/create-release/release-build.sh
@@ -382,9 +382,9 @@ if [[ "$1" == "package" ]]; then
mkdir -p "svn-spark/${DEST_DIR_NAME}-bin"
echo "Copying release tarballs"
- cp spark-* "svn-spark/${DEST_DIR_NAME}-bin/"
- cp pyspark-* "svn-spark/${DEST_DIR_NAME}-bin/"
- cp SparkR_* "svn-spark/${DEST_DIR_NAME}-bin/"
+ cp spark* "svn-spark/${DEST_DIR_NAME}-bin/"
+ cp pyspark* "svn-spark/${DEST_DIR_NAME}-bin/"
+ cp SparkR* "svn-spark/${DEST_DIR_NAME}-bin/"
svn add "svn-spark/${DEST_DIR_NAME}-bin"
cd svn-spark
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]