dongjoon-hyun commented on a change in pull request #23492: 
[SPARK-26565][BUILD] skip gpg signing/svn publish for jenkins package builds
URL: https://github.com/apache/spark/pull/23492#discussion_r246928516
 
 

 ##########
 File path: dev/create-release/release-build.sh
 ##########
 @@ -235,40 +239,53 @@ if [[ "$1" == "package" ]]; then
       -DzincPort=$ZINC_PORT 2>&1 >  ../binary-release-$NAME.log
     cd ..
 
-    if [[ -n $R_FLAG ]]; then
-      echo "Copying and signing R source package"
-      R_DIST_NAME=SparkR_$SPARK_VERSION.tar.gz
-      cp spark-$SPARK_VERSION-bin-$NAME/R/$R_DIST_NAME .
+    R_DIST_NAME=SparkR_$SPARK_VERSION.tar.gz
+    cp spark-$SPARK_VERSION-bin-$NAME/R/$R_DIST_NAME .
 
 Review comment:
   So, this `cp` operation is intentionally failing in our Jenkins, right?
   - 
https://amplab.cs.berkeley.edu/jenkins/job/spark-master-package-sknapptest/6/console
   ```
   cp: cannot stat 
`spark-3.0.0-SNAPSHOT-bin-without-hadoop-scala-2.12/R/SparkR_3.0.0-SNAPSHOT.tar.gz':
 No such file or directory
   Skipping signing of R source package
   cp: cannot stat 
`spark-3.0.0-SNAPSHOT-bin-without-hadoop-scala-2.12/python/dist/pyspark-3.0.0.dev0.tar.gz':
 No such file or directory
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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