dongjoon-hyun edited a comment 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? The following Jenkins job seems 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