[SPARK-47206][FOLLOWUP] Fix wrong path version

### What changes were proposed in this pull request?
Fix wrong path version.

### Why are the changes needed?
This will be used by https://github.com/docker-library/official-images .

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?

```
$ tools/manifest.py manifest

Maintainers: Apache Spark Developers <devspark.apache.org> (ApacheSpark)
GitRepo: https://github.com/apache/spark-docker.git

Tags: 3.5.1-scala2.12-java17-python3-ubuntu, 3.5.1-java17-python3, 3.5.1-java17, python3-java17
Architectures: amd64, arm64v8
GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676
Directory: ./3.5.1/scala2.12-java17-python3-ubuntu

Tags: 3.5.1-scala2.12-java17-r-ubuntu, 3.5.1-java17-r
Architectures: amd64, arm64v8
GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676
Directory: ./3.5.1/scala2.12-java17-r-ubuntu

Tags: 3.5.1-scala2.12-java17-ubuntu, 3.5.1-java17-scala
Architectures: amd64, arm64v8
GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676
Directory: ./3.5.1/scala2.12-java17-ubuntu

Tags: 3.5.1-scala2.12-java17-python3-r-ubuntu
Architectures: amd64, arm64v8
GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676
Directory: ./3.5.1/scala2.12-java17-python3-r-ubuntu

Tags: 3.5.1-scala2.12-java11-python3-ubuntu, 3.5.1-python3, 3.5.1, python3, latest
Architectures: amd64, arm64v8
GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676
Directory: ./3.5.1/scala2.12-java11-python3-ubuntu

Tags: 3.5.1-scala2.12-java11-r-ubuntu, 3.5.1-r, r
Architectures: amd64, arm64v8
GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676
Directory: ./3.5.1/scala2.12-java11-r-ubuntu

Tags: 3.5.1-scala2.12-java11-ubuntu, 3.5.1-scala, scala
Architectures: amd64, arm64v8
GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676
Directory: ./3.5.1/scala2.12-java11-ubuntu

Tags: 3.5.1-scala2.12-java11-python3-r-ubuntu
Architectures: amd64, arm64v8
GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676
Directory: ./3.5.1/scala2.12-java11-python3-r-ubuntu
```

Closes #60 from Yikun/3.5.1-follow.

Authored-by: Yikun Jiang <yikunkero@gmail.com>
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
1 file changed
tree: 5b677112a6212e6ae71c88fa569285574368eda3
  1. .github/
  2. 3.3.0/
  3. 3.3.1/
  4. 3.3.2/
  5. 3.3.3/
  6. 3.4.0/
  7. 3.4.1/
  8. 3.4.2/
  9. 3.5.0/
  10. 3.5.1/
  11. testing/
  12. tools/
  13. .asf.yaml
  14. add-dockerfiles.sh
  15. awesome-spark-docker.md
  16. CONTRIBUTING.md
  17. Dockerfile.template
  18. entrypoint.sh.template
  19. LICENSE
  20. merge_spark_docker_pr.py
  21. NOTICE
  22. OVERVIEW.md
  23. r-python.template
  24. README.md
  25. versions.json
README.md

Apache Spark Official Dockerfiles

What is Apache Spark?

Spark is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R, and an optimized engine that supports general computation graphs for data analysis. It also supports a rich set of higher-level tools including Spark SQL for SQL and DataFrames, pandas API on Spark for pandas workloads, MLlib for machine learning, GraphX for graph processing, and Structured Streaming for stream processing.

https://spark.apache.org/

About this repository

This repository contains the Dockerfiles used to build the Apache Spark Docker Image.

See more in SPARK-40513: SPIP: Support Docker Official Image for Spark.