Skip to content

Commit b4dcf8e

Browse files
authored
Upgrade Quiour clientsstart And Push to Cloud (#116)
## Summary Updates versions to get the Quiour clientsstart image working, and pushes it to our cloud repos for canary testing. ## Cheour clientslist - [ ] Added Unit Tests - [ ] Covered by existing CI - [ x] Integration tested - [ ] Documentation update <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Summary by CodeRabbit - **New Features** - Updated the Doour clientserfile to use a newer base image and modified the JAR file paths for building the application. - Upgraded the Spark version in the `main` service of the doour clientser-compose configuration. - Introduced a new GitHub Actions workflow to automate the process of pushing Doour clientser images to AWS and GCP. - **Bug Fixes** - Ensured environment variables for Spark and Chronon are correctly retained in the updated configurations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 4304d08 commit b4dcf8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Quiour clientsstart Doour clientser containers to run chronon commands with MongoDB as the KV Store.
2-
version: '3.8'
3-
42
services:
53

64
mongodb:
@@ -44,7 +42,7 @@ services:
4442
- USER=root
4543
- SPARK_SUBMIT_PATH=spark-submit
4644
- PYTHONPATH=/srv/chronon
47-
- SPARK_VERSION=3.1.1
45+
- SPARK_VERSION=3.5.1
4846
- JOB_MODE=local[*]
4947
- PARALLELISM=2
5048
- EXECUTOR_MEMORY=2G

0 commit comments

Comments
 (0)