File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ make_binary_release() {
9292 cp spark-$RELEASE_VERSION -bin-$NAME /spark-$RELEASE_VERSION -bin-$NAME .tgz .
9393 rm -rf spark-$RELEASE_VERSION -bin-$NAME
9494
95- tar cvzf spark-$RELEASE_VERSION -bin-$NAME .tgz spark-$RELEASE_VERSION -bin-$NAME
9695 echo $GPG_PASSPHRASE | gpg --passphrase-fd 0 --armour \
9796 --output spark-$RELEASE_VERSION -bin-$NAME .tgz.asc \
9897 --detach-sig spark-$RELEASE_VERSION -bin-$NAME .tgz
@@ -102,7 +101,6 @@ make_binary_release() {
102101 echo $GPG_PASSPHRASE | gpg --passphrase-fd 0 --print-md \
103102 SHA512 spark-$RELEASE_VERSION -bin-$NAME .tgz > \
104103 spark-$RELEASE_VERSION -bin-$NAME .tgz.sha
105- rm -rf spark-$RELEASE_VERSION -bin-$NAME
106104}
107105
108106make_binary_release " hadoop1" " --hadoop 1.0.4"
@@ -114,7 +112,7 @@ echo "Copying release tarballs"
114112ssh $USER_NAME @people.apache.org \
115113 mkdir /home/$USER_NAME /public_html/spark-$RELEASE_VERSION -$RC_NAME
116114rc_folder=spark-$RELEASE_VERSION -$RC_NAME
117- scp spark* \
115+ scp spark- * \
118116 $USER_NAME @people.apache.org:/home/$USER_NAME /public_html/$rc_folder /
119117
120118# Docs
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ cp $FWDIR/examples/target/scala*/spark-examples*.jar "$DISTDIR/lib/"
141141# Copy other things
142142mkdir " $DISTDIR " /conf
143143cp " $FWDIR " /conf/* .template " $DISTDIR " /conf
144+ cp " $FWDIR " /conf/slaves " $DISTDIR " /conf
144145cp -r " $FWDIR /bin" " $DISTDIR "
145146cp -r " $FWDIR /python" " $DISTDIR "
146147cp -r " $FWDIR /sbin" " $DISTDIR "
You can’t perform that action at this time.
0 commit comments