Skip to content
Snippets Groups Projects
Commit 934035ae authored by Shivaram Venkataraman's avatar Shivaram Venkataraman
Browse files

Copy the SparkR source package with LFTP

This PR adds a line in release-build.sh to copy the SparkR source archive using LFTP

Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu>

Closes #16226 from shivaram/fix-sparkr-copy-build.
parent 9338aa4f
No related branches found
No related tags found
No related merge requests found
......@@ -258,6 +258,7 @@ if [[ "$1" == "package" ]]; then
LFTP mkdir -p $dest_dir
LFTP mput -O $dest_dir 'spark-*'
LFTP mput -O $dest_dir 'pyspark-*'
LFTP mput -O $dest_dir 'SparkR-*'
exit 0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment