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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
