dongjoon-hyun commented on issue #26330: [SPARK-29672][PYSPARK] update spark 
testing framework to use python3
URL: https://github.com/apache/spark/pull/26330#issuecomment-554193900
 
 
   Hi, @shaneknapp .
   Could you update the Jenkins job scripts? Three Jenkins jobs seem to be 
broken.
   
   - 
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-maven-hadoop-3.2-jdk-11/configure
   ```sh
   - ZINC_PORT=$(python -S -c "import random; print 
random.randrange(3030,4030)")
   + ZINC_PORT=$(python -S -c "import random; 
print(random.randrange(3030,4030))")
   ```
   

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