You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/09/20 21:37:31 UTC

[GitHub] [spark] dongjoon-hyun edited a comment on pull request #34048: [SPARK-36806][K8S][R] Use R 4.0.4 in K8s R image

dongjoon-hyun edited a comment on pull request #34048:
URL: https://github.com/apache/spark/pull/34048#issuecomment-923145944


   For a record,
   - SparkR image building is broken in Jenkins and all other environments.
   - After we recover SparkR, Jenkins machine will still fail at SparkR test case because it has only R 3.x currently.
   
   On the system with R 4.0+, `SparkR` test case is recovered correctly like the following.
   ```
   KubernetesSuite:
   - Run SparkPi with no resources
   - Run SparkPi with no resources & statefulset allocation
   - Run SparkPi with a very long application name.
   - Use SparkLauncher.NO_RESOURCE
   - Run SparkPi with a master URL without a scheme.
   - Run SparkPi with an argument.
   - Run SparkPi with custom labels, annotations, and environment variables.
   - All pods have the same service account by default
   - Run extraJVMOptions check on driver
   - Run SparkRemoteFileTest using a remote data file
   - Verify logging configuration is picked from the provided SPARK_CONF_DIR/log4j.properties
   - Run SparkPi with env and mount secrets.
   - Run PySpark on simple pi.py example
   - Run PySpark to test a pyfiles example
   - Run PySpark with memory customization
   - Run in client mode.
   - Start pod creation from template
   - PVs with local hostpath storage on statefulsets
   - PVs with local hostpath and storageClass on statefulsets
   - PVs with local storage
   - Launcher client dependencies
   - SPARK-33615: Launcher client archives
   - SPARK-33748: Launcher python client respecting PYSPARK_PYTHON
   - SPARK-33748: Launcher python client respecting spark.pyspark.python and spark.pyspark.driver.python
   - Launcher python client dependencies using a zip file
   - Test basic decommissioning
   - Test basic decommissioning with shuffle cleanup
   - Test decommissioning with dynamic allocation & shuffle cleanups *** FAILED ***
     The code passed to eventually never returned normally. Attempted 212 times over 4.005780755083333 minutes. Last failure 
   - Test decommissioning timeouts
   - Run SparkR on simple dataframe.R example
   Run completed in 18 minutes, 23 seconds.
   Total number of tests run: 30
   Suites: completed 2, aborted 0
   Tests: succeeded 29, failed 1, canceled 0, ignored 0, pending 0
   *** 1 TEST FAILED ***
   ```


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org