Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Jan 6, 2025
1 parent 6c47efc commit 72c160f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ steps:
- DWH_ROOT=/workspace/e2e-tests/controller-spark/dwh
- FHIRDATA_SINKFHIRSERVERURL=
- FHIRDATA_GENERATEPARQUETFILES=true
- FHIRDATA_NUMTHREADS=-1
- FHIRDATA_CREATEHIVERESOURCETABLES=true
- FHIRDATA_CREATEPARQUETVIEWS=true
- FHIRDATA_SINKDBCONFIGPATH=config/hapi-postgres-config_local_views.json
Expand Down Expand Up @@ -239,7 +238,6 @@ steps:
- DWH_ROOT=/workspace/e2e-tests/controller-spark/dwh
- FHIRDATA_SINKFHIRSERVERURL=http://sink-server-controller:8080/fhir
- FHIRDATA_GENERATEPARQUETFILES=false
- FHIRDATA_NUMTHREADS=-1
- FHIRDATA_CREATEHIVERESOURCETABLES=false
- FHIRDATA_CREATEPARQUETVIEWS=false
- FHIRDATA_SINKDBCONFIGPATH=
Expand Down
3 changes: 1 addition & 2 deletions docker/compose-controller-spark-sql-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ services:
- ${DWH_ROOT}:/dwh
environment:
- JAVA_OPTS=$JAVA_OPTS
# This is to turn this on in e2e but leave it off in the default config.
# This is to overide the values in the default config.
- FHIRDATA_SINKFHIRSERVERURL=$FHIRDATA_SINKFHIRSERVERURL
- FHIRDATA_GENERATEPARQUETFILES=$FHIRDATA_GENERATEPARQUETFILES
- FHIRDATA_NUMTHREADS=$FHIRDATA_NUMTHREADS
- FHIRDATA_CREATEHIVERESOURCETABLES=$FHIRDATA_CREATEHIVERESOURCETABLES
- FHIRDATA_CREATEPARQUETVIEWS=$FHIRDATA_CREATEPARQUETVIEWS
- FHIRDATA_SINKDBCONFIGPATH=$FHIRDATA_SINKDBCONFIGPATH
Expand Down

0 comments on commit 72c160f

Please sign in to comment.