apache / apache/spark-connect-go
Add docker file for spark connect server.
- Dominant language
- Go
- Stars
- 252
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
We can reduce effort in [Step 4](https://github.com/apache/spark-connect-go/blob/a8fccbf4619bb1a59fe87d9a1fcd7361e26142ab/README.md?plain=1#L31) of [README.md](https://github.com/apache/spark-connect-go/blob/a8fccbf4619bb1a59fe87d9a1fcd7361e26142ab/README.md) if we run Spark Connect server in a docker container.
Doing this would also help with [this](https://github.com/apache/spark-connect-go/blob/a8fccbf4619bb1a59fe87d9a1fcd7361e26142ab/README.md) step when setting up a spark-connect-go application.
### Proposed solution:
Have a DockerFile or a docker compose file that runs Spark Connect Server on port 15002. Then, we could simply do `docker-compose up` to get the spark connect server ready.
I can raise a PR with this proposed solution.
Contributor guide
Assessment
This issue has not been assessed yet.