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 2020/10/15 19:55:36 UTC

[GitHub] [spark] dongjoon-hyun edited a comment on pull request #30059: [SPARK-33162][INFRA] Use pre-built image at GitHub Action PySpark jobs

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


   Ya. In addition to that, I want to move forward to the following direction in the near future.
   1. Apply the official Apache dockerhub location for Apache Spark
   2. Make a new branch inside Apache Spark repo and move `Dockerfile` and `Github Action build file` by moving `https://github.com/dongjoon-hyun/ApacheSparkGitHubActionImage`'s main branch to that Apache Spark branch.
   
   Currently, `Github Action` runs the job as a `root`. So, some Scala UT fails because they assumes `non-root` users. Also, One of `sparkr` UT fails because of the following. I'm trying to move forward one by one.
   ```
   root@b2aa77a38c8c:/# Rscript -e "Sys.timezone()"
   System has not been booted with systemd as init system (PID 1). Can't operate.
   Failed to create bus connection: Host is down
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



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