spark-docker
spark-docker copied to clipboard
Official Dockerfile for Apache Spark
Results
2
spark-docker issues
Sort by
recently updated
recently updated
newest added
It seems running basic commands inside the container like installing additional python packages with pip fails due to a lack of a home directory for the spark user. This PR...
### What changes were proposed in this pull request? This change performs string interpolation during the creation of the temporary file. ### Why are the changes needed? Start problems due...